浏览代码

Provide methods for M420 + MBL (#16602)

InsanityAutomation 5 年前
父节点
当前提交
97b5a5f469
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/src/module/probe.h

+ 1
- 1
Marlin/src/module/probe.h 查看文件

67
 
67
 
68
 #endif
68
 #endif
69
 
69
 
70
-#if HAS_BED_PROBE || ENABLED(PROBE_MANUALLY)
70
+#if HAS_BED_PROBE || HAS_LEVELING
71
   #if IS_KINEMATIC
71
   #if IS_KINEMATIC
72
     constexpr float printable_radius = (
72
     constexpr float printable_radius = (
73
       #if ENABLED(DELTA)
73
       #if ENABLED(DELTA)

正在加载...
取消
保存