Rename feature to G38_PROBE_TARGET
This commit is contained in:
parent
a2864ab7fe
commit
919fe3e4b8
5 changed files with 15 additions and 14 deletions
|
|
@ -854,11 +854,11 @@
|
|||
/**
|
||||
* G38 Probe Target
|
||||
*/
|
||||
#if ENABLED(G38_2_3)
|
||||
#if ENABLED(G38_PROBE_TARGET)
|
||||
#if !HAS_BED_PROBE
|
||||
#error "G38_2_3 requires a bed probe."
|
||||
#error "G38_PROBE_TARGET requires a bed probe."
|
||||
#elif !IS_CARTESIAN
|
||||
#error "G38_2_3 requires a Cartesian machine."
|
||||
#error "G38_PROBE_TARGET requires a Cartesian machine."
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue