Browse Source

Tweak some comments

Scott Lahteine 5 years ago
parent
commit
0f07ba4f09

+ 1
- 1
Marlin/src/lcd/HD44780/ultralcd_HD44780.cpp View File

@@ -741,7 +741,7 @@ void MarlinUI::draw_status_message(const bool blink) {
741 741
  *         |F---%  SD---% T--:--|
742 742
  *         |01234567890123456789|
743 743
  *
744
- *  LCD_INFO_SCREEN_STYLE 1 : Prusa-style Status Screen
744
+ *  LCD_INFO_SCREEN_STYLE 1 : Průša-style Status Screen
745 745
  *
746 746
  *  |T000/000°  Z 000.00 |
747 747
  *  |B000/000°  F---%    |

+ 1
- 1
Marlin/src/pins/pins_MKS_SBASE.h View File

@@ -125,7 +125,7 @@
125 125
 #define PIN_P2_11          P2_11   // Interrupt Capable
126 126
 
127 127
 //
128
-// Prusa i3 MK2 Multi Material Multiplexer Support
128
+// Průša i3 MK2 Multi Material Multiplexer Support
129 129
 //
130 130
 #if ENABLED(MK2_MULTIPLEXER)
131 131
   #define E_MUX0_PIN       P1_23   // J8-3

+ 1
- 1
Marlin/src/pins/pins_STM32F4.h View File

@@ -132,7 +132,7 @@
132 132
 //#define NEOPIXEL_PIN      PF13
133 133
 
134 134
 //
135
-// Prusa i3 MK2 Multi Material Multiplexer Support
135
+// Průša i3 MK2 Multi Material Multiplexer Support
136 136
 //
137 137
 
138 138
 //#define E_MUX0_PIN         PG3

+ 1
- 1
Marlin/src/pins/pins_THE_BORG.h View File

@@ -142,7 +142,7 @@
142 142
 //#define NEOPIXEL_PIN      PF13
143 143
 
144 144
 //
145
-// Prusa i3 MK2 Multi Material Multiplexer Support
145
+// Průša i3 MK2 Multi Material Multiplexer Support
146 146
 //
147 147
 
148 148
 #define E_MUX0_PIN         PG3

Loading…
Cancel
Save