Followup to G29 O
This commit is contained in:
parent
86170e6a66
commit
4832be52d7
1 changed files with 1 additions and 0 deletions
|
@ -185,6 +185,7 @@ void GcodeSuite::G29() {
|
||||||
#endif
|
#endif
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Define local vars 'static' for manual probing, 'auto' otherwise
|
// Define local vars 'static' for manual probing, 'auto' otherwise
|
||||||
#if ENABLED(PROBE_MANUALLY)
|
#if ENABLED(PROBE_MANUALLY)
|
||||||
#define ABL_VAR static
|
#define ABL_VAR static
|
||||||
|
|
Reference in a new issue