|
@@ -117,7 +117,6 @@ void GcodeSuite::dwell(millis_t time) {
|
117
|
117
|
// Placeholders for non-migrated codes
|
118
|
118
|
//
|
119
|
119
|
extern void gcode_M18_M84();
|
120
|
|
-extern void gcode_M31();
|
121
|
120
|
extern void gcode_M42();
|
122
|
121
|
extern void gcode_M43();
|
123
|
122
|
extern void gcode_M48();
|
|
@@ -432,8 +431,7 @@ void GcodeSuite::process_next_command() {
|
432
|
431
|
case 928: M928(); break; // M928: Start SD write
|
433
|
432
|
#endif // SDSUPPORT
|
434
|
433
|
|
435
|
|
- case 31: // M31: Report time since the start of SD print or last M109
|
436
|
|
- gcode_M31(); break;
|
|
434
|
+ case 31: M31(); break; // M31: Report time since the start of SD print or last M109
|
437
|
435
|
|
438
|
436
|
case 42: // M42: Change pin state
|
439
|
437
|
gcode_M42(); break;
|