Enable G38
This commit is contained in:
parent
9a6b87ab17
commit
4053a22357
@ -1314,7 +1314,7 @@
|
|||||||
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment.
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment.
|
||||||
* (e.g., an inductive probe or a nozzle-based probe-switch.)
|
* (e.g., an inductive probe or a nozzle-based probe-switch.)
|
||||||
*/
|
*/
|
||||||
//#define FIX_MOUNTED_PROBE
|
#define FIX_MOUNTED_PROBE
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Use the nozzle as the probe, as with a conductive
|
* Use the nozzle as the probe, as with a conductive
|
||||||
@ -2090,7 +2090,7 @@
|
|||||||
* - Allows Z homing only when XY positions are known and trusted.
|
* - Allows Z homing only when XY positions are known and trusted.
|
||||||
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
* - If stepper drivers sleep, XY homing may be required again before Z homing.
|
||||||
*/
|
*/
|
||||||
//#define Z_SAFE_HOMING
|
#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
#define Z_SAFE_HOMING_X_POINT X_CENTER // X point for Z homing
|
#define Z_SAFE_HOMING_X_POINT X_CENTER // X point for Z homing
|
||||||
|
@ -2316,7 +2316,7 @@
|
|||||||
* and optionally G38.4 and G38.5 (probe away from target).
|
* and optionally G38.4 and G38.5 (probe away from target).
|
||||||
* Set MULTIPLE_PROBING for G38 to probe more than once.
|
* Set MULTIPLE_PROBING for G38 to probe more than once.
|
||||||
*/
|
*/
|
||||||
//#define G38_PROBE_TARGET
|
#define G38_PROBE_TARGET
|
||||||
#if ENABLED(G38_PROBE_TARGET)
|
#if ENABLED(G38_PROBE_TARGET)
|
||||||
//#define G38_PROBE_AWAY // Include G38.4 and G38.5 to probe away from target
|
//#define G38_PROBE_AWAY // Include G38.4 and G38.5 to probe away from target
|
||||||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||||
|
Loading…
Reference in New Issue
Block a user