Browse Source

Fix Probe Manually Grid (#15598)

Robby Candra 5 years ago
parent
commit
f368c14a61
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

@@ -62,7 +62,7 @@
62 62
 
63 63
 #endif
64 64
 
65
-#if HAS_LEVELING && HAS_BED_PROBE
65
+#if HAS_LEVELING && (HAS_BED_PROBE || ENABLED(PROBE_MANUALLY))
66 66
   inline float probe_min_x() {
67 67
     return _MAX(
68 68
       #if IS_KINEMATIC

Loading…
Cancel
Save