Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.92 KB

changelog.md

File metadata and controls

47 lines (36 loc) · 1.92 KB

[v0.14.0] - 2022-02-23

Changed

  • Refactored G401 serial message for triggering autocalibration telemetry.
  • Updated Marlin version to v0.14.0.

[v0.13.0] - 2022-01-20

Fixed

  • Added a routine to clean the nozzles while printing with metal filaments. This routine will lower the platform 1 mm while retracting 5 mm of filament, clean with the corresponding brush and then go back to printing position, rise the bed and purge. Available for single, dupli and mirror print modes.
  • Added 'M670 E L W' to adjust metal cleaning settings. 'E' parameter enables the metal pack cleaning routine, 'L' adjusts the number of wipes and 'W' adjusts the number of layers between cleanings.

Changed

  • G715 which is called every new Z layer, also calls (if needed) the metal cleaning routine.

v0.12.0 - 2021-11-23

Fixed

  • Mesh Mapping G293 does not move the right extruder close to the silicon cloth.

Changed

  • M76 old functionality deprecated, now used to pause printjobs via Stratos Slicer.
  • Updated Marlin version to v0.12.0.

v0.11.4 - 2021-10-28

Added

  • M505 created. Does a M500 to save in EEPROM and then sends a message to the embedded for resetting the controller safely.

Fixed

  • Z Left probe offset properly saved, by not being overwritten by embedded.

Changed

  • M301 "conf:positions:probesOffsets:Z0=>" serial message removed.
  • Updated Marlin version to v0.11.4.

v0.11.3 - 2021-10-07

Added

  • New machine variant for future improvements to be deployed.
  • Relability issues fixed.
  • Refactored new gCode structure in files.

Changed

  • Updated Marlin version to v0.11.3.