Z Offset Wizard for TFT_LVGL_UI (English) (#23489)

This commit is contained in:
A. Herlas
2022-01-16 06:08:31 +01:00
committed by Scott Lahteine
parent d8c5e49281
commit 8695f462b7
11 changed files with 343 additions and 43 deletions

View File

@ -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