Browse Source

Provide methods for M420 + MBL (#16602)

InsanityAutomation 5 years ago
parent
commit
97b5a5f469
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/module/probe.h

+ 1
- 1
Marlin/src/module/probe.h View File

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)

Loading…
Cancel
Save