Config_PrintSettings fix
This commit is contained in:
parent
37f34a1ba3
commit
f9f718e787
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue