1.1.0-RC2 "Ten Ton Tauntaun"
Pre-release
Pre-release
Changes: 1.0.2...1.1.0-RC2
- Reduced binary size, depending on your configuration.
- 7 new languages supported:
- Bulgarian
- Chinese
- Czech
- Danish
- Galician
- Japanese Katakana
- Brazilian Portuguese
- The large
pins.h
file has been split up into separate files - one for each unique board. - New electronics supported in 1.1.x - (See
boards.h
file):BOARD_BRAINWAVE_PRO (85)
: Brainwave ProBOARD_BAM_DICE (401)
: 2PrintBeta BAM&DICEBOARD_BAM_DICE_DUE (402)
: 2PrintBeta BAM&DICE Due.BOARD_FELIX2 (37)
: Felix 2.0+BOARD_K8200 (78)
: Vellemann K8200 Controller (derived from 3Drag Controller)BOARD_MEGACONTROLLER (310)
: Mega controllerBOARD_MINIRAMBO (302)
: Ultimachine Mini-RAMBoBOARD_MINITRONICS (702)
: Minitronics v1.0/1.1BOARD_MEGATRONICS_3 (703)
: Megatronics v3.0BOARD_MKS_BASE (40)
: MKS BASE 1.0
- Dropped support for
BOARD_DUEMILANOVE_328P
. BOARD_MELZI_1284
renamed toBOARD_MELZI_MAKR3D
.- LCD Probe Z Offset now shows the actual (usually negative) offset value.
- Improved support for Delta, SCARA, and COREXY, and COREXZ kinematics.
- Fixed bugs with Dual X Carriage setups.
- Move parts of Configuration files to
Conditionals.h
andSanityCheck.h
. - Clean up of temperature code.
- Fix handling of invisible SD files. Files and folders starting with underscore are now visible.
- Enhanced
G29
with improved grid bed leveling based on Roxy code. See documentation. - EEPROM layout updated to
V21
. - Short EEPROM output as G-Code – Replay to restore settings. Use
M503 S0
. - Added
M204
travel acceleration options. M204
"P
" parameter replaces "S
." ("S
" retained for backward compatibility.)- Support for more RAMPS-based boards.
- Support for Mega Controller and Minipanel.
M404
"N
" parameter replaced with "W
." ("N
" is for line numbers only).- Improved support for Cyrillic and accented languages.
- Fix
M303
so it doesn't swallow commands while running. - LCD controller knob acceleration. Makes it quicker to select settings values.
ENCODER_RATE_MULTIPLIER
- Improved compatibility with various sensors, MAX6675 thermocouple.
- Improved support for
M110
, with or without the extraN
parameter. - Filament Runout Sensor support. (
FILAMENT_RUNOUT_SENSOR
) - Filament width measurement support. (
FILAMENT_SENSOR
) - Support for TMC and L6470 stepper drivers.
- Improved support for Texas Instruments DRV8811 stepper drivers.
- Support for the SSD1306 Monochrome 128X32 I2C OLED Graphic Display.
- Better support of G-Code
;
comments,\
,N
line numbers, and*
checksums. - Fixed an issue causing too many "cold extrusion prevented" messages.
- Fixed LCD display of Volumetric Multiplier. Now shows percent instead of scaling value.
- Preliminary support for
M111
with debug flags TBD. - Support for Repetier
DEBUG_DRYRUN
flag. UseM111 S8
. - Detailed logging to debug Auto Bed Leveling. Use
M111 S16
. - Added
FAN_MIN_PWM
configuration option
• Cleaned up code formatting