Fix. Sound [assist], Z-probe [5], menu_fmt_float13off format for last
string parameter from PROGMEM
This commit is contained in:
parent
96012784fd
commit
14933f6b0e
6 changed files with 23 additions and 11 deletions
|
@ -399,7 +399,7 @@ const char menu_fmt_float31[] PROGMEM = "%-12.12S%+8.1f";
|
|||
|
||||
const char menu_fmt_float13[] PROGMEM = "%c%-13.13S%+5.3f";
|
||||
|
||||
const char menu_fmt_float13off[] PROGMEM = "%c%-13.13S%6.6s";
|
||||
const char menu_fmt_float13off[] PROGMEM = "%c%-13.13S%6.6S";
|
||||
|
||||
template<typename T>
|
||||
static void menu_draw_P(char chr, const char* str, int16_t val);
|
||||
|
|
|
@ -1415,8 +1415,8 @@
|
|||
"Plat"
|
||||
|
||||
#
|
||||
"Sound [assist]"
|
||||
"Zvuk [Asist.]"
|
||||
"Sound [assist]"
|
||||
"Zvuk [Asist.]"
|
||||
|
||||
#
|
||||
"Steel sheets"
|
||||
|
@ -1433,3 +1433,7 @@
|
|||
#
|
||||
"Z-probe nr. [3]"
|
||||
"Pocet mereni Z [3]"
|
||||
|
||||
#
|
||||
"Z-probe nr. [5]"
|
||||
"Pocet mereni Z [5]"
|
||||
|
|
|
@ -1416,8 +1416,8 @@
|
|||
"Blech"
|
||||
|
||||
#
|
||||
"Sound [assist]"
|
||||
"Sound [Assist]"
|
||||
"Sound [assist]"
|
||||
"Sound [Assist]"
|
||||
|
||||
#
|
||||
"Steel sheets"
|
||||
|
|
|
@ -1415,8 +1415,8 @@
|
|||
"Lamina"
|
||||
|
||||
#
|
||||
"Sound [assist]"
|
||||
"Sonido [asistido]"
|
||||
"Sound [assist]"
|
||||
"Sonido [asistido]"
|
||||
|
||||
#
|
||||
"Steel sheets"
|
||||
|
@ -1433,3 +1433,7 @@
|
|||
#
|
||||
"Z-probe nr. [3]"
|
||||
"Z-sensor nr. [3]"
|
||||
|
||||
#
|
||||
"Z-probe nr. [5]"
|
||||
"Z-sensor nr. [5]"
|
||||
|
|
|
@ -1415,8 +1415,8 @@
|
|||
"Plaque"
|
||||
|
||||
#
|
||||
"Sound [assist]"
|
||||
"Son [assist]"
|
||||
"Sound [assist]"
|
||||
"Son [assist]"
|
||||
|
||||
#
|
||||
"Steel sheets"
|
||||
|
|
|
@ -1415,8 +1415,8 @@
|
|||
"Piano"
|
||||
|
||||
#
|
||||
"Sound [assist]"
|
||||
"Suono [assistito]"
|
||||
"Sound [assist]"
|
||||
"Suono [assistito]"
|
||||
|
||||
#
|
||||
"Steel sheets"
|
||||
|
@ -1433,3 +1433,7 @@
|
|||
#
|
||||
"Z-probe nr. [3]"
|
||||
"Z-probe nr. [3]"
|
||||
|
||||
#
|
||||
"Z-probe nr. [5]"
|
||||
"Z-probe nr. [5]"
|
||||
|
|
Loading…
Add table
Reference in a new issue