Releases: MarlinFirmware/Marlin
Releases · MarlinFirmware/Marlin
1.1.0-RC1 "Wacky Wampa"
The first release candidate of many to come…
Top Contributors
See the list of commits since 1.0.2 (or PRs since 1.0.2) for more details.
1.0.2-1
Changes: 1.0.2...1.0.2-1
- Improved Portuguese language
1.0.2
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
andLCD_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
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.