Move M702 MK2_MULTIPLEXER to cpp
This commit is contained in:
parent
7ba2ab4fb3
commit
75cf17d816
6 changed files with 81 additions and 18 deletions
|
|
@ -123,7 +123,6 @@ extern void gcode_M350();
|
|||
extern void gcode_M351();
|
||||
extern void gcode_M355();
|
||||
extern void gcode_M605();
|
||||
extern void gcode_M702();
|
||||
extern void gcode_M900();
|
||||
extern void gcode_M906();
|
||||
extern void gcode_M911();
|
||||
|
|
@ -658,9 +657,7 @@ void GcodeSuite::process_next_command() {
|
|||
#endif // DUAL_X_CARRIAGE
|
||||
|
||||
#if ENABLED(MK2_MULTIPLEXER)
|
||||
case 702: // M702: Unload all extruders
|
||||
gcode_M702();
|
||||
break;
|
||||
case 702: M702(); break; // M702: Unload all extruders
|
||||
#endif
|
||||
|
||||
#if ENABLED(LIN_ADVANCE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue