0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-29 13:19:53 +00:00

Provide methods for M420 + MBL (#16602)

This commit is contained in:
InsanityAutomation 2020-01-20 02:44:36 -05:00 committed by Scott Lahteine
parent a1f5245e27
commit 97b5a5f469

View file

@ -67,7 +67,7 @@
#endif
#if HAS_BED_PROBE || ENABLED(PROBE_MANUALLY)
#if HAS_BED_PROBE || HAS_LEVELING
#if IS_KINEMATIC
constexpr float printable_radius = (
#if ENABLED(DELTA)