Releases: BCN3D/Marlin
Releases · BCN3D/Marlin
BCN3D Marlin v0.20.0
Changelog
[v0.20.0] - 2023-03-28
Changed
- Mesh Mapping routine optimized for autocalibration machines. It will probe the build plate surface with 1 single probe instead of 2. Traveling and probing speeds have also been adjusted.
- Nozzle cleaning routine before printing optimized for different material profiles. Parametrization of G120.
- Updated Marlin version to v0.20.0.
BCN3D Marlin v0.18.0
BCN3D MARLIN (v0.18.0)
Added
Dynamic Mesh Mapping size. By default, Marlin has a fixed mesh size. A new gcode 'M295 X Y' has been created to modify this size at runtime, enabling to have endstop machines with a 3x3 mesh and autocalibration ones with a 5x5.
New nozzle cleaning routine. A new gcode 'G120 S M' has been added to Marlin. This routine will cold the nozzle to the desired temperature while wiping the nozzle on the silicon cloth.
Changed
Updated Marlin version to v0.18.0.
BCN3D Marlin v0.14.0
Changelog
[v0.14.0] - 2022-02-23
Changed
- Refactored G401 serial message for triggering autocalibration telemetry.
- Updated Marlin version to v0.14.0.
BCN3D Marlin v0.13.0
Changelog
[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.
BCN3D Marlin v0.12.0RC2
Refactored G401 message for saving all the calibration values in the embedded.
BCN3D Marlin v0.12.0
Changelog
[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.
BCN3D Marlin v0.12.0RC1
Right tool does not move during G293.
BCN3D Marlin v0.12.0RC0
M76 has a new behavior, pauses the printjob but just from embedded.
BCN3D Marlin v0.11.4
Changelog
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.
BCN3D Marlin v0.11.4RC0
Z probe offset properly saved