- Refactored G401 serial message for triggering autocalibration telemetry.
- Updated Marlin version to v0.14.0.
- 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.
- G715 which is called every new Z layer, also calls (if needed) the metal cleaning routine.
v0.12.0 - 2021-11-23
- Mesh Mapping G293 does not move the right extruder close to the silicon cloth.
- 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
- M505 created. Does a M500 to save in EEPROM and then sends a message to the embedded for resetting the controller safely.
- Z Left probe offset properly saved, by not being overwritten by embedded.
- M301 "conf:positions:probesOffsets:Z0=>" serial message removed.
- Updated Marlin version to v0.11.4.
v0.11.3 - 2021-10-07
- New machine variant for future improvements to be deployed.
- Relability issues fixed.
- Refactored new gCode structure in files.
- Updated Marlin version to v0.11.3.