mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-25 15:44:02 -06:00
Move servo code to modules/servo.*
This commit is contained in:
parent
81bc428b48
commit
c0000a0cdc
8 changed files with 110 additions and 41 deletions
|
@ -34,6 +34,10 @@
|
|||
#include "../gcode/gcode.h" // for dwell()
|
||||
#endif
|
||||
|
||||
#if ENABLED(SWITCHING_EXTRUDER) || ENABLED(SWITCHING_NOZZLE)
|
||||
#include "../module/servo.h"
|
||||
#endif
|
||||
|
||||
#if ENABLED(EXT_SOLENOID) && !ENABLED(PARKING_EXTRUDER)
|
||||
#include "../feature/solenoid.h"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue