General formatting
This commit is contained in:
parent
f9992c5f33
commit
e3278f22f3
@ -228,9 +228,9 @@
|
|||||||
alt_fm.stride = 19;
|
alt_fm.stride = 19;
|
||||||
alt_fm.width = 38;
|
alt_fm.width = 38;
|
||||||
alt_fm.height = 49;
|
alt_fm.height = 49;
|
||||||
for (uint8_t i = 0; i < 127; i++) {
|
for (uint8_t i = 0; i < 127; i++)
|
||||||
alt_fm.char_widths[i] = 0;
|
alt_fm.char_widths[i] = 0;
|
||||||
}
|
|
||||||
// For special characters, copy the character widths from the char tables
|
// For special characters, copy the character widths from the char tables
|
||||||
for (uint8_t i = 0; i < NUM_ELEMENTS(char_recipe); i++) {
|
for (uint8_t i = 0; i < NUM_ELEMENTS(char_recipe); i++) {
|
||||||
uint8_t std_char, alt_char, alt_data;
|
uint8_t std_char, alt_char, alt_data;
|
||||||
|
@ -67,7 +67,7 @@ union screen_data_t {
|
|||||||
struct base_numeric_adjustment_t placeholder;
|
struct base_numeric_adjustment_t placeholder;
|
||||||
int16_t rel[XYZ];
|
int16_t rel[XYZ];
|
||||||
#if EXTRUDERS > 1
|
#if EXTRUDERS > 1
|
||||||
bool link_nozzles;
|
bool link_nozzles;
|
||||||
#endif
|
#endif
|
||||||
bool show_offsets;
|
bool show_offsets;
|
||||||
} NudgeNozzleScreen;
|
} NudgeNozzleScreen;
|
||||||
|
Loading…
Reference in New Issue
Block a user