Browse Source

Update ConfigurationStore.cpp

Moved #endif to allow filament settings to print.
clefranc 9 years ago
parent
commit
d55c62bf9f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/ConfigurationStore.cpp

+ 1
- 1
Marlin/ConfigurationStore.cpp View File

@@ -271,6 +271,7 @@ SERIAL_ECHOLNPGM("Scaling factors:");
271 271
     SERIAL_ECHOPAIR("   Swap rec. addl. length (mm): ", retract_recover_length_swap);
272 272
     SERIAL_ECHOLN("");
273 273
 #endif//EXTRUDERS > 1
274
+#endif//FWRETRACT
274 275
     SERIAL_ECHO_START;
275 276
     if (volumetric_enabled) {
276 277
         SERIAL_ECHOLNPGM("Filament settings:");
@@ -295,7 +296,6 @@ SERIAL_ECHOLNPGM("Scaling factors:");
295 296
     } else {
296 297
         SERIAL_ECHOLNPGM("Filament settings: Disabled");
297 298
     }
298
-#endif//FWRETRACT
299 299
 #ifdef CUSTOM_M_CODES
300 300
   SERIAL_ECHO_START;
301 301
   SERIAL_ECHOLNPGM("Z-Probe Offset (mm):");

Loading…
Cancel
Save