Fix #9681
This commit is contained in:
parent
4ae9afcc56
commit
fe5ba25a00
1 changed files with 1 additions and 1 deletions
|
@ -901,7 +901,7 @@ void MarlinSettings::postprocess() {
|
|||
}
|
||||
else {
|
||||
float dummy = 0;
|
||||
#if DISABLED(AUTO_BED_LEVELING_UBL) || DISABLED(FWRETRACT)
|
||||
#if DISABLED(AUTO_BED_LEVELING_UBL) || DISABLED(FWRETRACT) || ENABLED(NO_VOLUMETRICS)
|
||||
bool dummyb;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue