Update MSG c=xx
Mark unused strings as `_n`
This commit is contained in:
parent
fd2d62dcd4
commit
0a68de0bbe
2 changed files with 13 additions and 13 deletions
Firmware
|
@ -2460,7 +2460,7 @@ void gcode_M105(uint8_t extruder)
|
|||
}
|
||||
#else
|
||||
SERIAL_ERROR_START;
|
||||
SERIAL_ERRORLNRPGM(_i("No thermistors - no temperature"));////MSG_ERR_NO_THERMISTORS
|
||||
SERIAL_ERRORLNRPGM(_n("No thermistors - no temperature"));////MSG_ERR_NO_THERMISTORS
|
||||
#endif
|
||||
|
||||
SERIAL_PROTOCOLPGM(" @:");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue