> 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/polymaker-products/more-about-our-products/other-polymaker-information/updated-material-printing-parameters.md).

# Updated Material Printing Parameters

### Overview <a href="#overview" id="overview"></a>

You may notice that some Polymaker materials have updated recommended printing parameters, even though there have been no changes to the material formulation. This article explains why these updates occur and how to interpret them.

### The Evolution of 3D Printers <a href="#the-evolution-of-3d-printers" id="the-evolution-of-3d-printers"></a>

Over the past 3–5 years, consumer and prosumer 3D printers have advanced significantly. Older machines - such as early-generation Bowden-style printers with stock extruders and standard hotends - were mechanically limited in their ability to print at high speeds.

In many cases, the primary limitation was not the material, but the hardware. Common bottlenecks included:

* Low-torque extruders without gear reduction
* Bowden setups with limited filament control
* Hotends not designed for high flow or rapid heat transfer

Attempting high-speed printing on these systems often resulted in:

* Extruder stepper skipping
* Inconsistent extrusion
* Inability to properly melt filament at higher flow rates

Because of these limitations, earlier Polymaker recommendations were intentionally conservative to match the capabilities of the printers available at the time.

### Why Parameters Are Updated <a href="#why-parameters-are-updated" id="why-parameters-are-updated"></a>

Many Polymaker products were originally launched before the recent advancements in printer technology. As modern printers now feature:

* Direct drive extruders
* High-flow hotends
* Improved motion systems and acceleration control

…the practical performance ceiling has increased significantly.

To reflect this new reality, Polymaker has updated recommended printing parameters for certain materials. These updates are typically introduced alongside:

* Packaging updates
* Product rebranding

However, it is important to note that **these changes do not indicate any modification to the material formula**.

### Examples of No Changes to Formula <a href="#examples" id="examples"></a>

* **PolyTerra PLA → Panchroma Matte:** Increased recommended print speeds
* **PolyLite ASA → Polymaker ASA:** Updated speed capabilities without formula changes
* **Polymide CF-Nylon** **→ Fiberon CF-Nylon:** When we rebranded our Polymide CF-Nylon line to the Fiberon brand name, the formula did not change but our top recommended print speeds did. &#x20;

### Examples of Changes to Formula <a href="#examples" id="examples"></a>

* **PolyLite PETG → Polymaker PETG**: This was a brand new PETG formula we launched which made the PETG designed for high speed printing with improved layer adhesion. &#x20;
* **PolyLite Silk PLA → Panchroma Silk PLA**: This was a brand new silk PLA formula designed to print at much faster speeds than traditional Silk PLA while maintaining a great shine. &#x20;
* **PolyLite PLA Pro → Polymaker PLA Pro**: Once again, this was a brand new formula launched to accommodate high speed printing. &#x20;

### Important Considerations for Higher Speeds <a href="#important-considerations-for-higher-speeds" id="important-considerations-for-higher-speeds"></a>

1. Hardware Requirements\
   Maximum recommended speeds are based on printers equipped with:
   * Direct drive extruders
   * High-flow hotends\
     Printers without these features may not achieve the same results.
2. Volumetric Flow Limits\
   Recommended speeds assume:

   * 0.4 mm nozzle
   * 0.2 mm layer height

   Increasing nozzle diameter or layer height increases volumetric flow. In these cases, linear print speed should be reduced accordingly to stay within the material’s melt capacity.
3. Print Quality and Stability\
   Even when materials can handle higher speeds, other factors may be affected:

   * Increased risk of warping or delamination (especially for materials like ASA)
   * Reduced overhang quality
   * Surface finish changes (e.g., more matte appearance at excessive speeds)

   For example, Polymaker ASA may support speeds up to 200 mm/s (or 16 mm³/s max volumetric flow), but achieving consistent results at these speeds may require:

   * Elevated chamber temperatures
   * Optimized cooling and enclosure conditions

### Key Takeaway <a href="#key-takeaway" id="key-takeaway"></a>

Updated printing parameters reflect often advancements in 3D printer hardware - not always changes in material formulation. Users should interpret these values as achievable targets on modern, properly equipped machines, while adjusting based on their specific setup.


---

# 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/polymaker-products/more-about-our-products/other-polymaker-information/updated-material-printing-parameters.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.
