🩹 No PE_MAGNET_ON_STATE without PARKING_EXTRUDER
This commit is contained in:
committed by
Scott Lahteine
parent
cc4c2c2f98
commit
b0a400da72
@ -37,7 +37,7 @@ void GcodeSuite::M380() {
|
||||
#if ENABLED(MANUAL_SOLENOID_CONTROL)
|
||||
enable_solenoid(parser.intval('S', active_extruder));
|
||||
#else
|
||||
enable_solenoid_on_active_extruder();
|
||||
enable_solenoid(active_extruder);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user