Misc tweaks
This commit is contained in:
		| @@ -473,7 +473,7 @@ | ||||
|             } | ||||
|  | ||||
|             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) { | ||||
|                 SERIAL_ECHOLNPGM("?Error in Business Card measurement."); | ||||
|                 return; | ||||
|   | ||||
| @@ -927,6 +927,7 @@ static const hd44780_charmap_t g_hd44780_charmap_common[] PROGMEM = { | ||||
|     {IV('ю'), '|', 'o'}, | ||||
|     {IV('я'), 'g', 0}, // 044F | ||||
|     {IV('ё'), 'e', 0}, // 0451 | ||||
|  | ||||
|   #endif | ||||
|  | ||||
|   {IV('•'), '.', 0}, // 2022 · | ||||
|   | ||||
		Reference in New Issue
	
	Block a user