Nozzle::clean() no longer requires HAS_BED_PROBE
This commit is contained in:
parent
5cdd6f02ec
commit
47fef80848
5 changed files with 39 additions and 46 deletions
|
|
@ -684,11 +684,4 @@
|
|||
#error "ENDSTOPS_ONLY_FOR_HOMING is deprecated. Use (disable) ENDSTOPS_ALWAYS_ON_DEFAULT instead."
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Nozzle cleaning
|
||||
*/
|
||||
#if ENABLED(NOZZLE_CLEAN_FEATURE) && !HAS_BED_PROBE
|
||||
#error Due to internal dependencies you must have a bed probe for NOZZLE_CLEAN_FEATURE to work
|
||||
#endif
|
||||
|
||||
#endif //SANITYCHECK_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue