浏览代码

Fix Chiron probe low point (#19962)

Nick 4 年前
父节点
当前提交
da60dcbf2e
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/src/lcd/extui/lib/anycubic_chiron/chiron_tft_defs.h

+ 1
- 1
Marlin/src/lcd/extui/lib/anycubic_chiron/chiron_tft_defs.h 查看文件

@@ -54,7 +54,7 @@
54 54
 #define MAX_PATH_LEN                   16 * MAX_FOLDER_DEPTH // Maximum number of characters in a SD file path
55 55
 
56 56
 #define AC_HEATER_FAULT_VALIDATION_TIME 5    // number of 1/2 second loops before signalling a heater fault
57
-#define AC_LOWEST_MESHPOINT_VAL        -7.00 // The lowest value you can set for a single mesh point offset
57
+#define AC_LOWEST_MESHPOINT_VAL        Z_PROBE_LOW_POINT // The lowest value you can set for a single mesh point offset
58 58
 
59 59
  // TFT panel commands
60 60
 #define  AC_msg_sd_card_inserted       PSTR("J00")

正在加载...
取消
保存