> For the complete documentation index, see [llms.txt](https://micro.printm3d.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://micro.printm3d.com/guides.md).

# Printing Guides

- [How to manually move print head](https://micro.printm3d.com/guides/how-to-manually-move-print-head.md)
- [Printing Google Sketchup STL files](https://micro.printm3d.com/guides/printing-google-sketchup-stl-files.md)
- [Switching from ABS to PLA filament type](https://micro.printm3d.com/guides/switching-from-abs-to-pla-filament-type.md)
- [Printing with Phantom White ABS (a.k.a. HIPS)](https://micro.printm3d.com/guides/printing-with-phantom-white-abs-a.k.a.-hips.md)
- [Backlash 101](https://micro.printm3d.com/guides/backlash-101.md): Do you keep hearing the term backlash and have no idea what it is or what it does? This guide will explain.
- [Advanced Printer Settings Simplified](https://micro.printm3d.com/guides/advanced-printer-settings-simplified.md): M3D's Cheat sheet for common printer settings.


---

# 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://micro.printm3d.com/guides.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.
