Scott Lahteine 7 years ago
parent
commit
472229b974
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/module/configuration_store.cpp

+ 1
- 1
Marlin/src/module/configuration_store.cpp View File

@@ -886,7 +886,7 @@ void MarlinSettings::postprocess() {
886 886
     }
887 887
     else {
888 888
       float dummy = 0;
889
-      #if DISABLED(AUTO_BED_LEVELING_UBL) || DISABLED(FWRETRACT)
889
+      #if DISABLED(AUTO_BED_LEVELING_UBL) || DISABLED(FWRETRACT) || ENABLED(NO_VOLUMETRICS)
890 890
         bool dummyb;
891 891
       #endif
892 892
 

Loading…
Cancel
Save