✨ EP_BABYSTEPPING (#25869)
This commit is contained in:
parent
1a4e208c69
commit
772e19aab9
16 changed files with 273 additions and 180 deletions
|
|
@ -757,6 +757,10 @@ void GcodeSuite::process_parsed_command(const bool no_ok/*=false*/) {
|
|||
|
||||
#if ENABLED(BABYSTEPPING)
|
||||
case 290: M290(); break; // M290: Babystepping
|
||||
#if ENABLED(EP_BABYSTEPPING)
|
||||
case 293: IF_DISABLED(EMERGENCY_PARSER, M293()); break; // M293: Babystep up
|
||||
case 294: IF_DISABLED(EMERGENCY_PARSER, M294()); break; // M294: Babystep down
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if HAS_SOUND
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue