ProfDrYoMan / prusaslicer_m221_per_object

A very simple g-code post-processor for Prusa Slicer to change flow rate or extrusion multiplier per object.
MIT License
6 stars 0 forks source link

Allow to set extrusion multiplier directly #10

Closed ProfDrYoMan closed 8 months ago

ProfDrYoMan commented 8 months ago

Use 'm' on 'M' as decimal point instead of 'p' or 'P' to set extrusion multiplier and not flow rate.

Internally the flow rate is calculated correctly taking the original extrusion multiplier into account.

Fixes #7