Fix Probe Manually Grid (#15598)

This commit is contained in:
Robby Candra 2019-10-20 00:29:50 +07:00 committed by Scott Lahteine
parent f2ce4a25a3
commit f368c14a61

View file

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