🎨 Fewer serial macros
This commit is contained in:
parent
6d96c221bd
commit
b661795ae5
159 changed files with 1002 additions and 1014 deletions
|
@ -539,7 +539,7 @@ void GcodeSuite::G26() {
|
|||
|
||||
if (bedtemp) {
|
||||
if (!WITHIN(bedtemp, 40, BED_MAX_TARGET)) {
|
||||
SERIAL_ECHOLNPAIR("?Specified bed temperature not plausible (40-", BED_MAX_TARGET, "C).");
|
||||
SERIAL_ECHOLNPGM("?Specified bed temperature not plausible (40-", BED_MAX_TARGET, "C).");
|
||||
return;
|
||||
}
|
||||
g26.bed_temp = bedtemp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue