This commit is contained in:
Scott Lahteine 2018-10-03 02:55:10 -05:00
parent c3229e1b34
commit 3e58b3a5d4
2 changed files with 4 additions and 4 deletions

View file

@ -633,8 +633,8 @@ void GcodeSuite::process_parsed_command(
#endif
case 906: M906(); break; // M906: Set motor current in milliamps using axis codes X, Y, Z, E
#if ENABLED(MONITOR_DRIVER_STATUS)
case 911: M911(); break; // M911: Report TMC2130 prewarn triggered flags
case 912: M912(); break; // M912: Clear TMC2130 prewarn triggered flags
case 911: M911(); break; // M911: Report TMC2130 prewarn triggered flags
case 912: M912(); break; // M912: Clear TMC2130 prewarn triggered flags
#endif
#if ENABLED(HYBRID_THRESHOLD)
case 913: M913(); break; // M913: Set HYBRID_THRESHOLD speed.

View file

@ -776,8 +776,8 @@ private:
#endif
static void M906();
#if ENABLED(MONITOR_DRIVER_STATUS)
static void M911();
static void M912();
static void M911();
static void M912();
#endif
#if ENABLED(HYBRID_THRESHOLD)
static void M913();