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
     }
886
     }
887
     else {
887
     else {
888
       float dummy = 0;
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
         bool dummyb;
890
         bool dummyb;
891
       #endif
891
       #endif
892
 
892
 

Loading…
Cancel
Save