·
1571 commits
to import-2.1.x
since this release
Example Configurations for many machines supported by Marlin 2.1.3-b3.
Get pre-built binaries for these configurations at MarlinFirmware/MarlinBuilds.
Changes Since 2.1.3-b2
New Configurations
- ✨ MakerBot Replicator (2012) Single+Dual (#1147)
- ✨ E3D BigBox w/ Rumba (#1144)
- ✨ Sovol SV06 Plus (#1118)
- ✨ MATERIA 101 and FlyingBearGhost v.3 (#1122)
- ✨ Opulu Lumen PnP REV05 (b0ba544)
- ✨ Minitronics v1.1 (8697b51)
- 👶 CR-10 v3 with BTT SKR Mini E3 v3 (#1126)
New Options
- ✨
EVENT_GCODE_(BEFORE|AFTER)_G34
(e66f4db) - ✨
CAN_HOST
+CAN_TOOLHEAD
(41ed0ad) - ✨
MPC_PTC
(7e843ee) - ✨
NONLINEAR_EXTRUSION_DEFAULT_ON
(1b5bac4) - ✨
EVENT_GCODE_AFTER_MPC_TUNE
(3298bbf) - ✨
TMC2240
Stepper Driver (a131017) - ✨
OTA_FIRMWARE_UPDATE
(Creality STM32F401RE) (8dd25e2) - ✨
SWITCHING_NOZZLE_LIFT_TO_PROBE
(dd6ee35) - ✨
FILAMENT_MOTION_DISTANCE_MM
(f01c64b) - ✨
SMOOTH_LIN_ADVANCE
(7ab35d2) - ✨
FAST_BUTTON_POLLING
(288e34f) - ✨
DEFAULT_ACCELERATION_SPINDLE
(5d9d61c) - ✨
EDITABLE_HOMING_CURRENT
(bd62077) - ✨
MAG_MOUNTED_PROBE_SERVO_NR
(ef8fa41) - ✨
LCD_DOUBLE_BUFFER
(1938f12) - ✨
MIN_POWER
(5d78184) - ✨
CONFIGURABLE_MACHINE_NAME
(8839c3b) - ✨
BUILD_INFO_MENU_ITEM
(04846f5) - ✨
EVENT_GCODE_BEFORE_G29
(9695a49) - ✨ MAX31865 Bed settings (6e2a97d)
- ✨ Games for E3V2 + MarlinUI (2bc53e0)
User Interface
- 🚸 Simulator: BLTouch probe (23cce51)
- 🚸 Better probing on BIBO with BLTouch (#1141)
- 🚸 Skip default filament runout pins (cb4fc43)
- 🚸 More reliable BIBO TouchX connection to LCD (#1140)
- 🚸 Disable
MIN_CHAMBER_POWER
(56aa496) - 🚸 Editable homing for Prusa MK3 with BTT002 (#1136)
- 🚸 Editable homing BIQU BX, Prusa MK3, Rook MK1 (897e785)
- 🚸 Simulator 400x400 (890ce83)
- 🚸 No FT Motion w/ BIQU Microprobe (a83425f)
- 🚸 S-curve for AnyCubic Chiron (cff34d9)
- 🚸 Fix and tune AnyCubic Chiron (221b3e5)
- 🚸 Enable FlashForge Creator Pro turbo fan (#1131)
- 🐛 Clean up LCD tarballs (#1143)
Documentation
- 📝 Update Ender-5 Plus + BigTreeTech SKR 3 README (#1145)
- 📝 Update CR-10S with BTT SKRv2 (22b042c)
- 📝
SPI_ENDSTOPS
+ TMC2240 comment (ae989e5) - 📝 Update stm32duino boards URL (da4dcb1)
- 📝 Raise limit on MBL points (f823150)
- 📝 Don't touch
MALYAN_LCD
! (835a186) - 📝 Update PID, other comments (3baff79)
- 📝 Update CR-10 S5 readme (#1133)
- 📝 Update some comments (0b0a097)
- 📝 Mark block end (e52d87b)
- 📝 Config comments with units (bf31f93)
- 📝 Update Max TC comment (24653c2)
- 📝 Update to
Conditionals-4-adv.h
(384041c) - 📝
@section
calibration => calibrate (fec93fb) - 📝 Label (mm/min) feedrates (3d6c8a5)
Adjusted Options
- 🔧 TMC2240 Updates (ac58396)
- 🔧 Fix Speed/Flow edit options (1e6eda9)
- 🔧 Update
SMOOTH_LIN_ADVANCE
(f2e93ec) - 🔧
DEFAULT_VOLUME
updates (3321ce7, 78130ab) - 🔧 Increase
PID_FUNCTIONAL_RANGE
(49b3afa) - 🔧 Max feedrates within limits (#1137)
- 🔨 Move
PIDTEMPCHAMBER
(f2e9fd3) - 🔥 Remove obsolete
DELTA_MAX_RADIUS
(ff95327) - ♻️
SDSS
=>SD_SS_PIN
(1cedb0f)
Corrections
- 🩹 Name for Malyan M180 (acc5a88)
- 🩹 Anycubic Predator : Factory
DELTA_HEIGHT
(ca42b27) - 🩹 Tronxy X5SA, D01 : Z Probe pullup (c7ea93a)
- 🩹 Remove unused flag '
BIQU_BX
' (#1127)
Development
- ✅ Fix PIO caching to speed up checks (53eeafa)