Minor G12 tweaks and point_t struct extension
This commit is contained in:
parent
021544f572
commit
4937f9ada4
4 changed files with 58 additions and 27 deletions
|
|
@ -649,8 +649,8 @@
|
|||
/**
|
||||
* Nozzle cleaning
|
||||
*/
|
||||
#if ENABLED(CLEAN_NOZZLE_FEATURE) && DISABLED(AUTO_BED_LEVELING_FEATURE)
|
||||
#error You must enable AUTO_BED_LEVELING_FEATURE for CLEAN_NOZZLE_FEATURE to work
|
||||
#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