Implement LCD_BED_LEVELING for PROBE_MANUALLY
This commit is contained in:
parent
fcadc7bb1a
commit
73e193da1d
3 changed files with 177 additions and 69 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue