Add M701/M702 Filament Load/Unload, M603
This commit is contained in:
parent
81211da7b4
commit
7541316bb4
19 changed files with 1031 additions and 452 deletions
|
|
@ -399,8 +399,7 @@ void GcodeSuite::process_parsed_command() {
|
|||
#endif
|
||||
|
||||
#if ENABLED(PARK_HEAD_ON_PAUSE)
|
||||
case 125: // M125: Store current position and move to filament change position
|
||||
M125(); break;
|
||||
case 125: M125(); break; // M125: Store current position and move to filament change position
|
||||
#endif
|
||||
|
||||
#if ENABLED(BARICUDA)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue