🎨 Misc. fixes, cleanup

This commit is contained in:
Scott Lahteine 2023-04-26 13:50:45 -05:00
parent 08edb6282f
commit 68f74784a3
9 changed files with 119 additions and 263 deletions

View file

@ -954,7 +954,7 @@ void GcodeSuite::process_parsed_command(const bool no_ok/*=false*/) {
case 665: M665(); break; // M665: Set Kinematics parameters
#endif
#if ENABLED(DELTA) || HAS_EXTRA_ENDSTOPS
#if EITHER(DELTA, HAS_EXTRA_ENDSTOPS)
case 666: M666(); break; // M666: Set delta or multiple endstop adjustment
#endif