Ludy
814d93c7cf
Fix G33 sprintf output warning (#12738 )
před 6 roky
Luc Van Daele
c6e09c2689
[2.0.x] G33 clean up (#12648 )
Remove obsolete workarounds in G33 for the now fixed zprobe_zoffset bug
před 6 roky
Marcio Teixeira
b22716e938
M425 Backlash Correction (#11061 )
před 6 roky
teemuatlut
50b2fbd031
Trinamic: Split stealthChop, improve driver monitoring, etc. (#12582 )
před 6 roky
Scott Lahteine
c986239837
A single SERIAL_ECHO macro type (#12557 )
před 6 roky
Scott Lahteine
1fcc13b011
Allow Serial Overrun Protection to be disabled
před 6 roky
Marcio Teixeira
c1e17037e5
Various fixes for MarlinUI and ExtUI (#12439 )
před 6 roky
Scott Lahteine
a0c795b097
Encapsulate common display code in a singleton (#12395 )
* Encapsulate common LCD code in a singleton
* Depend more UBL code on UBL_DEVEL_DEBUGGING
- Since most users don't need the debugging on at all times, this helps reduce the default build size for UBL by over 2K, a little closer to fitting on 128K boards.
před 6 roky
Scott Lahteine
427bc64ba1
G28 O respects HOME_AFTER_DEACTIVATE
Addressing #11271
před 6 roky
Scott Lahteine
d1ff22b983
Revive SCARA's home offset (unimplemented)
před 6 roky
Scott Lahteine
e4cf175163
Synchronize on M204, M205 (#12302 )
* Add parser.seen for multiple parameters
* Fix M666, use !seen for report
* Synchronize on M204, M205
před 6 roky
Scott Lahteine
3583e2b449
Followup to Menu Refactor (#12275 )
před 6 roky
TheLongAndOnly
5536228359
G34 Auto-align multi-stepper Z axis (#11302 )
před 6 roky
Scott Lahteine
2bf18950ab
Refactor LCD menus
před 6 roky
AnHardt
f56968ba0b
New Continuous Filament Mixer (#12098 )
před 6 roky
Scott Lahteine
d556dc1865
Fix and improve EEPROM storage (#12054 )
* Clean up Temperature PID
* Improve EEPROM read/write/validate
* Group `SINGLENOZZLE` saved settings
* Group planner saved settings
* Group filament change saved settings
* Group skew saved settings
* Group `FWRETRACT` saved settings
před 6 roky
Scott Lahteine
5f6aabccbe
Tweak M48 spacing
před 6 roky
Scott Lahteine
11ac75edcb
Use PGM_P for PSTR pointers (#11977 )
před 6 roky
AnoNymous
b30ca652ae
Replace MIN# / MAX# with variadic MIN / MAX (#11960 )
před 6 roky
Scott Lahteine
c5e5cc5e9f
Fix some trailing whitespace, macros
před 7 roky
Roxy-3D
0780913848
IDEX Improvements (#11848 )
před 7 roky
Thomas Moore
c437bb08f1
Overhaul of the planner (#11578 )
- Move FWRETRACT to the planner
- Combine leveling, skew, etc. in a single modifier method
- Have kinematic and non-kinematic moves call one planner method
před 7 roky
Holger Müller
1a6f2b29b8
Add support for Triple-Z steppers/endstops
před 7 roky
Sam Lane
1b6bc19427
Add external closed loop controller support
před 7 roky
Alexander Amelkin
bc1ba998b2
[2.0.x] Fix undefined symbol 'g29_in_progress' (#11781 )
před 7 roky
InsanityAutomation
bad225dc04
Fix mesh leveling compile errors (#11768 )
před 7 roky
Scott Lahteine
d1ceaf5550
[2.0.x] Followup to IDEX changes (#11707 )
před 7 roky
Roxy-3D
7680b64aa6
IDEX clean up (#11690 )
před 7 roky
Colin Gilgenbach
593d5375ea
Fix G28 resetting DUAL_NOZZLE_DUPLICATION_MODE (#11605 )
There's no reason for G28 to reset DUAL_NOZZLE_DUPLICATION_MODE, because it only affects the E stepper, unlike DUAL_X_CARRIAGE which affects the X steppers as well.
před 7 roky
Scott Lahteine
0af22549a6
Allow G33 to compile with no LCD
před 7 roky
Giuliano
4237c3d9f8
[2.0.x] different bltouch init (#11135 )
před 7 roky
etagle
1367df2875
Replace double with float, optimize calculation
před 7 roky
Scott Lahteine
d960d448fa
Optimize calculations with LROUND
před 7 roky
Scott Lahteine
e0ab8acf19
Add "Marlin Dev Mode" option
před 7 roky
Scott Lahteine
c51e27d11d
Do a hard kill for failed homing moves (#11161 )
před 7 roky
Scott Lahteine
90ba77ea0f
Lose the old HOMEAXIS macro
před 7 roky
Scott Lahteine
a431013eb7
Fix G33 compile warning
před 7 roky
Giuliano
cce0523a95
[2.0.x] reset bltouch on home (#11018 )
Added reset bltouch instead. This ensure properly stow even when in error.
před 7 roky
Karl Andersson
e0276d2f32
Official STMicroelectronics Arduino Core STM32F4 HAL compatibility (#11006 )
před 7 roky
Scott Lahteine
f2c3b0d476
Use bit flags for homed/known
před 7 roky
Robert Mendon
86170e6a66
[2.0.x] Add O (optional) flag to G28/G29 (#10913 )
před 7 roky
Giuliano
f1cdfe3dfd
[2.0.x] stow bltouch before start homing (#10987 )
před 7 roky
Eduardo José Tagle
6f330f397e
[2.0.x] Buffer overflow and scroll fix, UTF8 cleanup (#10844 )
před 7 roky
Scott Lahteine
99ecdf59af
Smarter MIN, MAX, ABS macros
Use macros that explicitly avoid double-evaluation and can be used for any datatype, replacing `min`, `max`, `abs`, `fabs`, `labs`, and `FABS`.
Co-Authored-By: ejtagle <ejtagle@hotmail.com >
před 7 roky
Scott Lahteine
306f0f2135
Move Stepper::synchronize to Planner (#10713 )
Co-Authored-By: ejtagle <ejtagle@hotmail.com >
před 7 roky
Scott Lahteine
59fda986ea
Allow Z_AFTER_PROBING to be 0
před 7 roky
Scott Lahteine
f423e54f77
Strip trailing spaces
před 7 roky
Scott Lahteine
1c3d49afe0
Fix G28 with Z_AFTER_PROBING
Fix #10476
před 7 roky
Scott Lahteine
3396671011
[2.0.x] Reset LCD status to fallbacks (#10470 )
* Remove obsolete strings
* Tweak some static consts
* Reset LCD status to fallbacks
před 7 roky
Scott Lahteine
11ab017dd0
Creality3D Power-Loss Recovery
před 7 roky