Add option to control Solenoids under PARKING_EXTRUDER (#12028)
This commit is contained in:
@ -549,8 +549,8 @@ void GcodeSuite::process_parsed_command(
|
||||
case 364: if (M364()) return; break; // M364: SCARA Psi pos3 (90 deg to Theta)
|
||||
#endif
|
||||
|
||||
#if ENABLED(EXT_SOLENOID)
|
||||
case 380: M380(); break; // M380: Activate solenoid on active extruder
|
||||
#if ENABLED(EXT_SOLENOID) || ENABLED(MANUAL_SOLENOID_CONTROL)
|
||||
case 380: M380(); break; // M380: Activate solenoid on active (or specified) extruder
|
||||
case 381: M381(); break; // M381: Disable all solenoids
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user