Fix Probe Manually Grid (#15598)

2.0.x
Robby Candra 5 years ago committed by Scott Lahteine
parent f2ce4a25a3
commit f368c14a61

@ -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