Patched up, cleaned up

This commit is contained in:
Scott Lahteine
2016-09-26 01:30:34 -05:00
parent 2911aa7ffa
commit a2864ab7fe
6 changed files with 257 additions and 254 deletions

View File

@ -851,6 +851,17 @@
#endif
#endif
/**
* G38 Probe Target
*/
#if ENABLED(G38_2_3)
#if !HAS_BED_PROBE
#error "G38_2_3 requires a bed probe."
#elif !IS_CARTESIAN
#error "G38_2_3 requires a Cartesian machine."
#endif
#endif
/**
* Make sure only one display is enabled
*