✨ Z Offset Wizard for TFT_LVGL_UI (English) (#23489)
This commit is contained in:
committed by
Scott Lahteine
parent
d8c5e49281
commit
8695f462b7
@ -45,6 +45,14 @@
|
||||
#define PROBE_TRIGGERED() (READ(Z_MIN_PIN) != Z_MIN_ENDSTOP_INVERTING)
|
||||
#endif
|
||||
|
||||
#ifdef Z_AFTER_HOMING
|
||||
#define Z_POST_CLEARANCE Z_AFTER_HOMING
|
||||
#elif defined(Z_HOMING_HEIGHT)
|
||||
#define Z_POST_CLEARANCE Z_HOMING_HEIGHT
|
||||
#else
|
||||
#define Z_POST_CLEARANCE 10
|
||||
#endif
|
||||
|
||||
#if ENABLED(PREHEAT_BEFORE_LEVELING)
|
||||
#ifndef LEVELING_NOZZLE_TEMP
|
||||
#define LEVELING_NOZZLE_TEMP 0
|
||||
|
Reference in New Issue
Block a user