Misc tweaks
This commit is contained in:
parent
31167c158b
commit
8982756b40
@ -473,7 +473,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (parser.seen('B')) {
|
if (parser.seen('B')) {
|
||||||
g29_card_thickness = parser.has_value() ? parser.value_float() : measure_business_card_thickness((float) Z_CLEARANCE_BETWEEN_PROBES);
|
g29_card_thickness = parser.has_value() ? parser.value_float() : measure_business_card_thickness(float(Z_CLEARANCE_BETWEEN_PROBES));
|
||||||
if (ABS(g29_card_thickness) > 1.5f) {
|
if (ABS(g29_card_thickness) > 1.5f) {
|
||||||
SERIAL_ECHOLNPGM("?Error in Business Card measurement.");
|
SERIAL_ECHOLNPGM("?Error in Business Card measurement.");
|
||||||
return;
|
return;
|
||||||
|
@ -927,6 +927,7 @@ static const hd44780_charmap_t g_hd44780_charmap_common[] PROGMEM = {
|
|||||||
{IV('ю'), '|', 'o'},
|
{IV('ю'), '|', 'o'},
|
||||||
{IV('я'), 'g', 0}, // 044F
|
{IV('я'), 'g', 0}, // 044F
|
||||||
{IV('ё'), 'e', 0}, // 0451
|
{IV('ё'), 'e', 0}, // 0451
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
{IV('•'), '.', 0}, // 2022 ·
|
{IV('•'), '.', 0}, // 2022 ·
|
||||||
|
Loading…
Reference in New Issue
Block a user