Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 933 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 933 Bytes

PrusaSlicer M221 Per Object

My "first" rust project. Bear with me!

This is a very simple g-code post-processor for Prusa Slicer which enables you to change the flow rate or the extrusion multiplier per object.

Why This Exists?

I was looking for a calibration solution working with Prusa Slicer. I learned that there was no way to set an extrusion multiplier per object name or any other way to achieve what I wanted.

Searching the web I found this posting but nothing else. No solution but only the hint that there is no option in Prusa Slicer but with an exteral g-code post-processor.

(I thought that. Please see in the documentation that this is not true.)

So I finally got to enhance my rust learning experience. :)

Documentation

Check here.