1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-27 13:56:24 +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)