Releases: ansonl/mfm
MFM 1.6.10
MFM 1.6.9
Add config option to override the Pre-Feature Restore Positions feedrate. f26dafe
- The feedrate to use when resuming between features. No value or
-1
will use the existing printing state feedrate when resuming. A high feedrate should be used for multi-nozzle printers. Feedrate is in mm/min.
Prebuilt release binary minimum targets are:
Windows 10 (win64)
macOS 10.13.6 (Not available until I build on a mac again. Download the src folder and run gui.py directly)
Linux (x86)
MFM 1.6.8
Fixed bug that led to no processing being done on directly imported .gcode
files. bf46c30
- This was caused due to not setting the line ending in the configuration that is passed to the post processing function when the line ending option was set to Autodetect.
Prebuilt release binary minimum targets are:
Windows 10 (win64)
macOS 10.13.6 (Not available until I build on a mac again. Download the src folder and run gui.py directly)
Linux (x86)
MFM 1.6.7
MFM 1.6.6
- Changed Plate Sliced 3MF file export to use DEFLATE level 9 compression instead of uncompressed to save about 80% file size.
- DEFLATE used because it is the default 3MF compression and Bambu Studio does not support BZ2 or LZMA compression in 3MF during testing. 993c478
- Fixed bug where initial print color was not being detected leading to color changes not happening correctly. 35ea681
Prebuilt release binary minimum targets are:
- Windows 10 (win64)
- macOS 10.13.6 (not available until I build on a mac again)
- Linux (x86)
MFM 1.6.5
-
Adding contour lines and hi-elevation colors to Plate Sliced 3MF is now supported in the MFM App (GUI). 5a741ee
- The processed G-code for each plate are also written as
plate_n.gcode
files in the current directory.
- The processed G-code for each plate are also written as
Prebuilt release binary minimum targets are:
- Windows 10 (win64)
- macOS 10.13.6 (not available until I build on a mac again)
- Linux (x86)
MFM 1.6.4
MFM 1.6.3
- Added new option for extra purging volume for certain color indices
- Added support for Long retraction when cut (used by Bambu printers)
Sample map print with extra purging and long retraction enabled
Prebuilt release binary minimum targets are:
Windows 10 (win64)
macOS 10.13.6 (not available until I build on a mac again)
Linux (x86)
MFM 1.6.2
- Optimized printing order to decrease toolchanges by up to 50%.
- Fixed bugs
- More premade options files uploaded
- Updated minimal toolchange G-code for X1/P1
Prebuilt release binary minimum targets are:
- Windows 10 (win64)
- macOS 10.13.6 (not available until I build on a mac again)
- Linux (x86) - GUI says 1.6.1 but it's 1.6.2 because I forgot to increment the version
MFM 1.6.1
- Fixed bug where blank lines led to partial toolchanges. 002ebbf
- Added MFM as an integrated post processing script for PrusaSlicer, Bambu Studio, and Orca Slicer. See README.md on main page for post processing script directions.
Prebuilt release binary minimum targets are:
- Windows 10 (win64)
- macOS 10.13.6
- Linux (x86)