Enable M913

This commit is contained in:
3d-gussner 2024-02-19 17:12:38 +01:00
parent 4235f784b9
commit 82d102d740
1 changed files with 1 additions and 1 deletions

View File

@ -8387,6 +8387,7 @@ Sigma_Exit:
} }
} }
break; break;
#endif // TMC2130_SERVICE_CODES_M910_M918
/*! /*!
### M913 - Print TMC2130 currents <a href="https://reprap.org/wiki/G-code#M913:_Print_TMC2130_currents">M913: Print TMC2130 currents</a> ### M913 - Print TMC2130 currents <a href="https://reprap.org/wiki/G-code#M913:_Print_TMC2130_currents">M913: Print TMC2130 currents</a>
@ -8399,7 +8400,6 @@ Sigma_Exit:
} }
break; break;
#endif // TMC2130_SERVICE_CODES_M910_M918
/*! /*!
### M914 - Set TMC2130 normal mode <a href="https://reprap.org/wiki/G-code#M914:_Set_TMC2130_normal_mode">M914: Set TMC2130 normal mode</a> ### M914 - Set TMC2130 normal mode <a href="https://reprap.org/wiki/G-code#M914:_Set_TMC2130_normal_mode">M914: Set TMC2130 normal mode</a>
Updates EEPROM only if "P" is given, otherwise temporary (lasts until reset or motor idle timeout) Updates EEPROM only if "P" is given, otherwise temporary (lasts until reset or motor idle timeout)