Config_PrintSettings fix

This commit is contained in:
Robert Pelnar 2018-07-12 23:50:41 +02:00
parent 37f34a1ba3
commit f9f718e787

View file

@ -203,7 +203,7 @@ void Config_PrintSettings(uint8_t level)
#endif #endif
#endif #endif
} else { } else {
puts_P(PSTR("Filament settings: Disabled")); printf_P(PSTR("%SFilament settings: Disabled\n"), echomagic);
} }
#endif #endif
if (level >= 10) { if (level >= 10) {