mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-19 08:08:25 +00:00
🩹 Fix 'M493 S12' (#26007)
This commit is contained in:
parent
1fbeac7b52
commit
a58e530f92
1 changed files with 1 additions and 0 deletions
|
@ -169,6 +169,7 @@ void GcodeSuite::M493() {
|
|||
#if HAS_X_AXIS
|
||||
case ftMotionMode_ZV:
|
||||
case ftMotionMode_ZVD:
|
||||
case ftMotionMode_EI:
|
||||
case ftMotionMode_2HEI:
|
||||
case ftMotionMode_3HEI:
|
||||
case ftMotionMode_MZV:
|
||||
|
|
Loading…
Reference in a new issue