10 Commits (95b82ae5e376d6872fefbf404f5177726bc15d32)

Author SHA1 Message Date
Scott Lahteine 9e8008c49c Fixes for G29, esp. 3POINT 7 years ago
Scott Lahteine f2731c9f93 Allow consecutive uses of G29 7 years ago
Scott Lahteine 03ba79f144 Sync and report changed position 7 years ago
Colten Edwards a6160916b0 [2.0] Fix M48 for delta printers/ABL compile issue (#8286)
* fix M48 for delta printers

fix M48 for delta printers. home printer if not already homed.

* remove ENABLED(DELTA)

remove ENABLED(DELTA) as it is not needed.

* Update M48.cpp

* abl needs queue.h

without queue.h abl will not compile since there is a script that runs at the end of it and we need to queue it up.
8 years ago
Scott Lahteine 85a62bbf46 Misc. fixes to compiler warnings, etc. 8 years ago
Scott Lahteine f8393a0908 Operate in Native Machine Space 8 years ago
Scott Lahteine c0dddd4233 Tweaks to tool_change, GcodeSuite::T() 8 years ago
Scott Lahteine 3e3911fb81 Use planner.leveling_active for all leveling systems 8 years ago
Scott Lahteine 9a930ebec2 Make leveling_is_active a macro 8 years ago
Scott Lahteine 551752eac7 Consolidate "bedlevel" code 8 years ago