Implement LCD_BED_LEVELING for PROBE_MANUALLY

This commit is contained in:
Scott Lahteine
2017-03-25 04:43:30 -05:00
parent fcadc7bb1a
commit 73e193da1d
3 changed files with 177 additions and 69 deletions

View File

@@ -3503,7 +3503,7 @@ inline void gcode_G4() {
#endif // Z_SAFE_HOMING
#if ENABLED(PROBE_MANUALLY)
static bool g29_in_progress = false;
bool g29_in_progress = false;
#else
constexpr bool g29_in_progress = false;
#endif