Add PARK_HEAD_ON_PAUSE feature

This commit is contained in:
Scott Lahteine
2017-03-17 21:24:33 -05:00
parent 4cf51157b3
commit 26473cab6d
19 changed files with 20 additions and 1 deletions

View File

@ -280,6 +280,8 @@
#error "FILAMENT_CHANGE_FEATURE currently requires an LCD controller."
#elif ENABLED(EXTRUDER_RUNOUT_PREVENT)
#error "EXTRUDER_RUNOUT_PREVENT is incompatible with FILAMENT_CHANGE_FEATURE."
#elif ENABLED(PARK_HEAD_ON_PAUSE) && DISABLED(SDSUPPORT) && DISABLED(ULTIPANEL) && DISABLED(EMERGENCY_PARSER)
#error "PARK_HEAD_ON_PAUSE requires SDSUPPORT, EMERGENCY_PARSER, or an LCD controller."
#endif
#endif
@ -936,7 +938,6 @@ static_assert(1 >= 0
#endif
#endif
/**
* Make sure only one display is enabled
*