ProfDrYoMan / prusaslicer_m221_per_object

A very simple g-code post-processor for Prusa Slicer to change flow rate or extrusion multiplier per object.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A very simple g-code post-processor for Prusa Slicer to change flow rate or extrusion multiplier per object.

License:MIT License


Languages

Language:Rust 100.0%