> For the complete documentation index, see [llms.txt](https://wiki.polymaker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.polymaker.com/the-basics/fun-3d-printing-facts.md).

# Fun 3D Printing Facts

- [Airflow Is More Important Than Heat When Drying](https://wiki.polymaker.com/the-basics/fun-3d-printing-facts/airflow-is-more-important-than-heat-when-drying.md)
- [Cardboard vs. Plastic Spools](https://wiki.polymaker.com/the-basics/fun-3d-printing-facts/cardboard-vs.-plastic-spools.md)
- [Cartesian vs. CoreXY vs. Delta](https://wiki.polymaker.com/the-basics/fun-3d-printing-facts/cartesian-vs.-corexy-vs.-delta.md)
- [Combining Materials to Make Composites](https://wiki.polymaker.com/the-basics/fun-3d-printing-facts/combining-materials-to-make-composites.md)
- [Electrical Insulation Properties in 3D Printing Materials](https://wiki.polymaker.com/the-basics/fun-3d-printing-facts/electrical-insulation-properties-in-3d-printing-materials.md)
- [ESD Safe 3D Printing Materials and How They Work](https://wiki.polymaker.com/the-basics/fun-3d-printing-facts/esd-safe-3d-printing-materials-and-how-they-work.md)
- [Extrusion Temp ≠ Printing Temp](https://wiki.polymaker.com/the-basics/fun-3d-printing-facts/extrusion-temp-printing-temp.md)
- [FDM vs FFF](https://wiki.polymaker.com/the-basics/fun-3d-printing-facts/fdm-vs-fff.md)
- [First Layer is Most Important](https://wiki.polymaker.com/the-basics/fun-3d-printing-facts/first-layer-is-most-important.md)
- ["Jerk" Doesn't Mean What You Think](https://wiki.polymaker.com/the-basics/fun-3d-printing-facts/jerk-doesnt-mean-what-you-think.md)
- [Larger Nozzles = Better Layer Adhesion](https://wiki.polymaker.com/the-basics/fun-3d-printing-facts/larger-nozzles-better-layer-adhesion.md)
- [Max Volumetric Speed Limits Your Print Speed](https://wiki.polymaker.com/the-basics/fun-3d-printing-facts/max-volumetric-speed-limits-your-print-speed.md)
- [No Material is FDA Approved as Food Safe](https://wiki.polymaker.com/the-basics/fun-3d-printing-facts/no-material-is-fda-approved-as-food-safe.md)
- [Not All Supports Are Created Equal](https://wiki.polymaker.com/the-basics/fun-3d-printing-facts/not-all-supports-are-created-equal.md)
- [Over Extrusion vs. Under Extrusion](https://wiki.polymaker.com/the-basics/fun-3d-printing-facts/over-extrusion-vs.-under-extrusion.md)
- [PLA Can Be Weather Resistant](https://wiki.polymaker.com/the-basics/fun-3d-printing-facts/pla-can-be-weather-resistant.md)
- [Print Orientation Affects Strength](https://wiki.polymaker.com/the-basics/fun-3d-printing-facts/print-orientation-affects-strength.md)
- [Print Thickness vs. Heat Resistance](https://wiki.polymaker.com/the-basics/fun-3d-printing-facts/print-thickness-vs.-heat-resistance.md)
- [Printing Fast = Matte Surface Finish](https://wiki.polymaker.com/the-basics/fun-3d-printing-facts/printing-fast-matte-surface-finish.md)
- [Reduce Purge Waste](https://wiki.polymaker.com/the-basics/fun-3d-printing-facts/reduce-purge-waste.md)
- [Standard PLA is Actually Strong](https://wiki.polymaker.com/the-basics/fun-3d-printing-facts/standard-pla-is-actually-strong.md)
- [Types of Nylon Used in FDM 3D Printing](https://wiki.polymaker.com/the-basics/fun-3d-printing-facts/types-of-nylon-used-in-fdm-3d-printing.md)
- [Wear Resistant 3D Printing Materials](https://wiki.polymaker.com/the-basics/fun-3d-printing-facts/wear-resistant-3d-printing-materials.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://wiki.polymaker.com/the-basics/fun-3d-printing-facts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
