🧑💻 Dump BOTH and EITHER macros (#25908)
This commit is contained in:
parent
32be4065ef
commit
2691167afe
305 changed files with 946 additions and 952 deletions
|
|
@ -144,7 +144,7 @@ void GcodeSuite::G35() {
|
|||
// Restore the active tool after homing
|
||||
probe.use_probing_tool(false);
|
||||
|
||||
#if BOTH(HAS_LEVELING, RESTORE_LEVELING_AFTER_G35)
|
||||
#if ALL(HAS_LEVELING, RESTORE_LEVELING_AFTER_G35)
|
||||
set_bed_leveling_enabled(leveling_was_active);
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue