Skip to content

Commit fff7607

Browse files
committed
revise wording
1 parent 20de062 commit fff7607

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,19 @@ Use the latest version of MFM in 1 of 3 ways → [Getting Started](#getting-star
1010
- [Python script](https://github.com/ansonl/mfm/archive/refs/heads/master.zip) - Preferred for latest functionality and code.
1111
- [GUI](https://github.com/ansonl/mfm/releases) - Portable graphical interface.
1212

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.
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.**
1414

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!*
1616

1717
- **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.
1818

1919
- **Wipe/Coasting Compensation** - Existing Wipe/Coasting flow compensation generated by the slicer is retained even when g-code features are relocated.
2020

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.*
2222

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.
2426

2527
![map feature gcode post processing screenshot](/assets/gui_screenshot.png)
2628

0 commit comments

Comments
 (0)