Browse Source

Fix Probe Manually Grid (#15598)

pull/1/head
Robby Candra 5 years ago
committed by Scott Lahteine
parent
commit
f368c14a61
  1. 2
      Marlin/src/module/probe.h

2
Marlin/src/module/probe.h

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

Loading…
Cancel
Save