You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MFM adds additional features to the model by post processing sliced [3D printer G-code](https://marlinfw.org/meta/gcode/). 3D models and printing g-code can be recolored at either layer or individual feature/line level granularity.
13
+
**MFM adds additional features to the model by post processing sliced [3D printer G-code](https://marlinfw.org/meta/gcode/). 3D models and printing g-code can be recolored at either layer or individual feature/line level granularity.**
14
14
15
-
-**Feature/Line Type Scoping** - Recoloring can be set to only affect specific printing feature/line types. *Only want to recolor top surfaces or walls at certain heights? Do it with MFM!*
15
+
-**Feature/Line Type Scoping** - Recoloring can be set to only affect specific printing feature/line types. *Recolor only the top surfaces or walls at certain heights with MFM!*
16
16
17
17
-**G-code Feature Print Order Optimization** - Printed features are rearranged for faster, more consistent prints. Nozzle pressure is maintained and the number of toolchanges is decreased.
18
18
19
19
-**Wipe/Coasting Compensation** - Existing Wipe/Coasting flow compensation generated by the slicer is retained even when g-code features are relocated.
20
20
21
-
-**Prime Tower Compatible** - Existing Prime Towers are reused for optimal filament flow and color flushing. *No prime tower or large prime tower? I don't judge. Both configurations are supported.*
21
+
-**Prime Tower Aware** - Existing Prime Towers are reused for optimal filament flow and color flushing. *No prime tower or large prime tower? Both configurations are supported.*
22
22
23
-
-**Slicer Compatibility** - Tested to be compatible with PrusaSlicer and Bambu Studio.
23
+
-**Slicer Compatibility** - Tested to be compatible with PrusaSlicer, Bambu Studio, and OrcaSlicer.
24
+
25
+
-**G-code Gadgets** - MFM's G-code parser has an advantage over other post-processers because organizes existing G-code features into reusable segments similar to [gadgets](https://en.wikipedia.org/wiki/Return-oriented_programming) which are rearranged and chained for efficiency.
24
26
25
27

0 commit comments