Skip to content

Releases: MarlinFirmware/Marlin

1.0.2

05 Oct 05:54
Compare
Choose a tag to compare

Changes: 1.0.1...1.0.2

  • Added "Detailed Z Probe" menu item for Automatic Bed Leveling.
  • Fixed: #1038 Steppers were disabled during filament change.
  • Display Z position on LCD without leading and trailing zeros.
  • Fixed: #1315 DOGLCD and LCD_PROGRESS_BAR conflict.
  • Fixed CoreXY incorrect speed calculation.
  • Improved support for thermal relays. SLOW_PWM_HEATERS
  • Fixed: Re-calculate volumetric when mm3 is enabled, update LCD menu.
  • Fixed CreateTemperatureLookup.py script domain issue.
  • Fixed an overflow issue in thermal runaway to prevent false timeout.
  • Added support for SAV-MkI and SAV 3D LCD.
  • Added a Delta Calibration sub-menu option. DELTA_CALIBRATION_MENU
  • Added Filament menu.
  • Include retract/recover settings in EEPROM storage.
  • Improved support for Travis CI build testing.
  • Fixed a compile error with REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER.
  • Documentation: Assert that X and Y probe offsets must be integers.

1.0.1

28 Dec 17:11
Compare
Choose a tag to compare

This version has various known issues.
We recommend using 1.0.2-1 or newer.

Changes: Marlin...1.0.1

  • Progress bar for character-based LCD displays.
  • SD Card folder diving up to 10 levels deep.
  • Added support for Melzi electronics.
  • Fixed issues with Babystepping.
  • Fixed issue with out-of-order command acknowledgement.
  • Split up languages.h into separate files.
  • Added names for board numbers and boards.h file.
  • Support for Toshiba stepper drivers.
  • M0 / M1 message string support.