Patched up, cleaned up
This commit is contained in:
@ -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
|
||||
*
|
||||
|
Reference in New Issue
Block a user