Store servo angles in EEPROM
This commit is contained in:
parent
9953213513
commit
aa80e448e2
10 changed files with 141 additions and 19 deletions
|
|
@ -487,6 +487,7 @@ void GcodeSuite::process_parsed_command(
|
|||
|
||||
#if HAS_SERVOS
|
||||
case 280: M280(); break; // M280: Set servo position absolute
|
||||
case 281: M281(); break;
|
||||
#endif
|
||||
|
||||
#if ENABLED(BABYSTEPPING)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue