Browse Source

General formatting

Scott Lahteine 5 years ago
parent
commit
e3278f22f3

+ 2
- 2
Marlin/src/lcd/extensible_ui/lib/lulzbot/ftdi_eve_lib/extended/unicode/western_char_set.cpp View File

228
     alt_fm.stride = 19;
228
     alt_fm.stride = 19;
229
     alt_fm.width  = 38;
229
     alt_fm.width  = 38;
230
     alt_fm.height = 49;
230
     alt_fm.height = 49;
231
-    for (uint8_t i = 0; i < 127; i++) {
231
+    for (uint8_t i = 0; i < 127; i++)
232
       alt_fm.char_widths[i] = 0;
232
       alt_fm.char_widths[i] = 0;
233
-    }
233
+
234
     // For special characters, copy the character widths from the char tables
234
     // For special characters, copy the character widths from the char tables
235
     for (uint8_t i = 0; i < NUM_ELEMENTS(char_recipe); i++) {
235
     for (uint8_t i = 0; i < NUM_ELEMENTS(char_recipe); i++) {
236
       uint8_t std_char, alt_char, alt_data;
236
       uint8_t std_char, alt_char, alt_data;

+ 1
- 1
Marlin/src/lcd/extensible_ui/lib/lulzbot/screens/screen_data.h View File

67
     struct base_numeric_adjustment_t placeholder;
67
     struct base_numeric_adjustment_t placeholder;
68
     int16_t rel[XYZ];
68
     int16_t rel[XYZ];
69
     #if EXTRUDERS > 1
69
     #if EXTRUDERS > 1
70
-      bool  link_nozzles;
70
+      bool link_nozzles;
71
     #endif
71
     #endif
72
     bool show_offsets;
72
     bool show_offsets;
73
   } NudgeNozzleScreen;
73
   } NudgeNozzleScreen;

Loading…
Cancel
Save