Add option to control Solenoids under PARKING_EXTRUDER (#12028)
This commit is contained in:
parent
74cd6cb4fc
commit
f2ecf8d510
82 changed files with 95 additions and 8 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue