> For the complete documentation index, see [llms.txt](https://docs.k9rockettech.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.k9rockettech.com/resource-library/manufacturing-and-fabrication/3d-printing/print-settings.md).

# Print Settings

## PA (6 or 12) CF

**Printer:** Prusa i3 mk3S

**Materials:** Polymaker PA-12 CF, Polymaker PA-6, QIDI PA-12 CF

{% hint style="success" %}
Drying the filament before use for PA nylon is critical for print success! Don't forget to dry the filament before use, and use a dry box when printing.&#x20;
{% endhint %}

| Setting                          | Values  | Notes                                                                                           |
| -------------------------------- | ------- | ----------------------------------------------------------------------------------------------- |
| Nozzle Temp                      | 290C    | Go 300 if your printer can                                                                      |
| Bed                              | 45C     | Use glue or other bed surface adhesives. Don't go above 45C to prevent warping from heat creep! |
| Cooling                          | Off     |                                                                                                 |
| Retraction Length                | 2.5 mm  |                                                                                                 |
| Lift Z                           | 1 mm    |                                                                                                 |
| Retraction Speed                 | 35 mm/s |                                                                                                 |
| Perimeter Speed                  | 50 mm/s |                                                                                                 |
| Small Perimeter Speed            | 30 mm/s |                                                                                                 |
| External Perimeter Speed         | 35 mm/s |                                                                                                 |
| Infill Speed                     | 85 mm/s |                                                                                                 |
| Solid Infill Speed               | 80 mm/s |                                                                                                 |
| Top Solid Infill Speed           | 40 mm/s |                                                                                                 |
| Support Material Speed           | 45 mm/s |                                                                                                 |
| Support Material Interface Speed | 80%     |                                                                                                 |
| Bridging Speed                   | 25 mm/s | Play around with this value a little. Bridging performance havily differs by brand!             |
| Gap Fill Speed                   | 40 mm/s |                                                                                                 |


---

# 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://docs.k9rockettech.com/resource-library/manufacturing-and-fabrication/3d-printing/print-settings.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.
