mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-25 15:44:02 -06:00
!ENABLED => DISABLED
This commit is contained in:
parent
ba1919c1eb
commit
acf5ae3083
5 changed files with 10 additions and 10 deletions
|
@ -37,7 +37,7 @@
|
|||
#include "../module/servo.h"
|
||||
#endif
|
||||
|
||||
#if ENABLED(EXT_SOLENOID) && !ENABLED(PARKING_EXTRUDER)
|
||||
#if ENABLED(EXT_SOLENOID) && DISABLED(PARKING_EXTRUDER)
|
||||
#include "../feature/solenoid.h"
|
||||
#endif
|
||||
|
||||
|
@ -478,7 +478,7 @@ void tool_change(const uint8_t tmp_extruder, const float fr_mm_s/*=0.0*/, bool n
|
|||
|
||||
planner.synchronize();
|
||||
|
||||
#if ENABLED(EXT_SOLENOID) && !ENABLED(PARKING_EXTRUDER)
|
||||
#if ENABLED(EXT_SOLENOID) && DISABLED(PARKING_EXTRUDER)
|
||||
disable_all_solenoids();
|
||||
enable_solenoid_on_active_extruder();
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue