Revive SCARA's home offset (unimplemented)
This commit is contained in:
parent
2c9586be0c
commit
d1ff22b983
13 changed files with 193 additions and 140 deletions
|
|
@ -483,7 +483,9 @@ void GcodeSuite::process_parsed_command(
|
|||
#endif
|
||||
#endif
|
||||
|
||||
case 211: M211(); break; // M211: Enable, Disable, and/or Report software endstops
|
||||
#if HAS_SOFTWARE_ENDSTOPS
|
||||
case 211: M211(); break; // M211: Enable, Disable, and/or Report software endstops
|
||||
#endif
|
||||
|
||||
#if EXTRUDERS > 1
|
||||
case 217: M217(); break; // M217: Set filament swap parameters
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue