🩹 No PE_MAGNET_ON_STATE without PARKING_EXTRUDER
This commit is contained in:
committed by
Scott Lahteine
parent
cc4c2c2f98
commit
b0a400da72
@ -1292,7 +1292,7 @@ void tool_change(const uint8_t new_tool, bool no_move/*=false*/) {
|
||||
|
||||
#if ENABLED(EXT_SOLENOID) && DISABLED(PARKING_EXTRUDER)
|
||||
disable_all_solenoids();
|
||||
enable_solenoid_on_active_extruder();
|
||||
enable_solenoid(active_extruder);
|
||||
#endif
|
||||
|
||||
#if HAS_PRUSA_MMU1
|
||||
|
Reference in New Issue
Block a user