Added new feature for AutoParking Extruder (APE)

This commit is contained in:
Vben 2017-08-13 23:35:59 +02:00 committed by Scott Lahteine
parent 6772e33ef6
commit 4817b39d98
39 changed files with 734 additions and 22 deletions

View file

@ -906,4 +906,14 @@
#undef PROBE_MANUALLY
#endif
// Parking Extruder
#if ENABLED(PARKING_EXTRUDER)
#ifndef PARKING_EXTRUDER_GRAB_DISTANCE
#define PARKING_EXTRUDER_GRAB_DISTANCE 0
#endif
#ifndef PARKING_EXTRUDER_SOLENOIDS_PINS_ACTIVE
#define PARKING_EXTRUDER_SOLENOIDS_PINS_ACTIVE HIGH
#endif
#endif
#endif // CONDITIONALS_POST_H