Update ConfigurationStore.cpp
Moved #endif to allow filament settings to print.
This commit is contained in:
parent
e779641c73
commit
d55c62bf9f
@ -271,6 +271,7 @@ SERIAL_ECHOLNPGM("Scaling factors:");
|
|||||||
SERIAL_ECHOPAIR(" Swap rec. addl. length (mm): ", retract_recover_length_swap);
|
SERIAL_ECHOPAIR(" Swap rec. addl. length (mm): ", retract_recover_length_swap);
|
||||||
SERIAL_ECHOLN("");
|
SERIAL_ECHOLN("");
|
||||||
#endif//EXTRUDERS > 1
|
#endif//EXTRUDERS > 1
|
||||||
|
#endif//FWRETRACT
|
||||||
SERIAL_ECHO_START;
|
SERIAL_ECHO_START;
|
||||||
if (volumetric_enabled) {
|
if (volumetric_enabled) {
|
||||||
SERIAL_ECHOLNPGM("Filament settings:");
|
SERIAL_ECHOLNPGM("Filament settings:");
|
||||||
@ -295,7 +296,6 @@ SERIAL_ECHOLNPGM("Scaling factors:");
|
|||||||
} else {
|
} else {
|
||||||
SERIAL_ECHOLNPGM("Filament settings: Disabled");
|
SERIAL_ECHOLNPGM("Filament settings: Disabled");
|
||||||
}
|
}
|
||||||
#endif//FWRETRACT
|
|
||||||
#ifdef CUSTOM_M_CODES
|
#ifdef CUSTOM_M_CODES
|
||||||
SERIAL_ECHO_START;
|
SERIAL_ECHO_START;
|
||||||
SERIAL_ECHOLNPGM("Z-Probe Offset (mm):");
|
SERIAL_ECHOLNPGM("Z-Probe Offset (mm):");
|
||||||
|
Loading…
Reference in New Issue
Block a user