1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-23 20:18:52 +00:00

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