> For the complete documentation index, see [llms.txt](https://bryan-guner.gitbook.io/knowledge/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bryan-guner.gitbook.io/knowledge/14-pure-education/knowledge-master/3d-printing/3d-printing.md).

# 3D Printing

## Links

* [ShapeWays](https://www.shapeways.com/) - Upload 3D model, choose materials and get the thing.
* [libfive](https://github.com/libfive/libfive) - Infrastructure for solid modeling. ([Web](https://libfive.com/))
* [Formlabs](https://formlabs.com/) - Powerful, affordable 3D printers for professionals.
* [Fiber](https://www.desktopmetal.com/) - Industrial-grade, continuous fiber composites, printed from your desktop.
* [Origin](https://www.origin.io) - Manufacturing-grade printer that enables additive mass production of end-use parts.
* [Klipper](https://github.com/KevinOConnor/klipper) - 3d-printer firmware. It combines the power of a general purpose computer with one or more micro-controllers.
* [Pepr3D](https://github.com/tomasiser/pepr3d) - Intuitive, free, and open-source 3D painting tool for coloring models intended for colorful 3D printing.
* [A Tale of Two 3D Printers (2020)](https://blog.jessfraz.com/post/a-tale-of-two-3d-printers/)
* [Voron 2 CoreXY 3D Printer design](https://github.com/VoronDesign/Voron-2)
* [VORON Design](http://vorondesign.com/) - No-compromise 3D printer.
* [Ask HN: Why are there no open source 2d printers? (2020)](https://news.ycombinator.com/item?id=24786721)
* [Marlin 3D Printer Firmware](https://github.com/MarlinFirmware/Marlin)
* [PrusaSlicer](https://github.com/prusa3d/PrusaSlicer) - Takes 3D models (STL, OBJ, AMF) and converts them into G-code instructions for FFF printers or PNG layers for mSLA 3D printers.
* [3D printing boats is becoming standard practice (2020)](https://www.3dprintingmedia.network/3d-printing-boats-is-becoming-standard-practice/) ([HN](https://news.ycombinator.com/item?id=25492406))
* [OctoPrint](https://octoprint.org/) - Snappy web interface for your 3D printer. ([Code](https://github.com/OctoPrint/OctoPrint))
* [Multi-metal 4D printing with a desktop electrochemical 3D printer (2019)](https://www.nature.com/articles/s41598-019-40774-5)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://bryan-guner.gitbook.io/knowledge/14-pure-education/knowledge-master/3d-printing/3d-printing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
