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

Loading…
Cancel
Save