Kaynağa Gözat

Fix Probe Manually Grid (#15598)

Robby Candra 5 yıl önce
ebeveyn
işleme
f368c14a61
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      Marlin/src/module/probe.h

+ 1
- 1
Marlin/src/module/probe.h Dosyayı Görüntüle

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

Loading…
İptal
Kaydet