🩹 No PE_MAGNET_ON_STATE without PARKING_EXTRUDER

This commit is contained in:
Scott Lahteine
2022-03-22 18:14:17 -05:00
committed by Scott Lahteine
parent cc4c2c2f98
commit b0a400da72
5 changed files with 10 additions and 17 deletions

View File

@ -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