Skip to content

Releases: ansonl/mfm

MFM 1.6.10

21 Jun 05:59
Compare
Choose a tag to compare

Hotend temperature cooldown now supported. 5 tool head printers now supported. 128f55b fe94feb

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

19 Jun 04:44
Compare
Choose a tag to compare

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

30 May 21:09
Compare
Choose a tag to compare

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

27 Feb 06:46
Compare
Choose a tag to compare

Added .3MF to available import file types for OrcaSlicer sliced 3MF compatibility. 05f4cfd

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

16 Feb 00:40
Compare
Choose a tag to compare
  • 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

11 Feb 05:32
Compare
Choose a tag to compare
  • 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.

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

02 Feb 04:27
Compare
Choose a tag to compare
  • Fixed bug where features would end early when feature had WIPE_END at the start and no WIPE_END at the end of the feature. 84dcb86

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

31 Jan 05:37
Compare
Choose a tag to compare
  • Added new option for extra purging volume for certain color indices
  • Added support for Long retraction when cut (used by Bambu printers)

image
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

26 Jan 07:10
Compare
Choose a tag to compare
  • 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

25 Nov 03:53
Compare
Choose a tag to compare
  • 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)