Misc tweaks

This commit is contained in:
Scott Lahteine 2020-06-21 20:55:19 -05:00
parent 31167c158b
commit 8982756b40
2 changed files with 2 additions and 1 deletions

View file

@ -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;

View file

@ -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 ·