mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-06 22:47:35 -06:00
U20 cleanup
This commit is contained in:
parent
dcc7ccd7b4
commit
9741b8550d
1 changed files with 2 additions and 3 deletions
|
@ -933,8 +933,8 @@
|
||||||
* Use G29 repeatedly, adjusting the Z height at each point with movement commands
|
* Use G29 repeatedly, adjusting the Z height at each point with movement commands
|
||||||
* or (with LCD_BED_LEVELING) the LCD controller.
|
* or (with LCD_BED_LEVELING) the LCD controller.
|
||||||
*/
|
*/
|
||||||
#define PROBE_MANUALLY
|
//#define PROBE_MANUALLY
|
||||||
#define MANUAL_PROBE_START_Z 0.2
|
//#define MANUAL_PROBE_START_Z 0.2
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment.
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment.
|
||||||
|
@ -971,7 +971,6 @@
|
||||||
*/
|
*/
|
||||||
//#define TOUCH_MI_PROBE
|
//#define TOUCH_MI_PROBE
|
||||||
#if ENABLED(TOUCH_MI_PROBE)
|
#if ENABLED(TOUCH_MI_PROBE)
|
||||||
#undef PROBE_MANUALLY
|
|
||||||
#define TOUCH_MI_RETRACT_Z 0.5 // Height at which the probe retracts
|
#define TOUCH_MI_RETRACT_Z 0.5 // Height at which the probe retracts
|
||||||
//#define TOUCH_MI_DEPLOY_XPOS (X_MAX_BED + 2) // For a magnet on the right side of the bed
|
//#define TOUCH_MI_DEPLOY_XPOS (X_MAX_BED + 2) // For a magnet on the right side of the bed
|
||||||
//#define TOUCH_MI_MANUAL_DEPLOY // For manual deploy (LCD menu)
|
//#define TOUCH_MI_MANUAL_DEPLOY // For manual deploy (LCD menu)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue