Browse Source

Provide methods for M420 + MBL (#16602)

pull/1/head
InsanityAutomation 4 years ago
committed by Scott Lahteine
parent
commit
97b5a5f469
  1. 2
      Marlin/src/module/probe.h

2
Marlin/src/module/probe.h

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

Loading…
Cancel
Save