Browse Source

📝 Update Ender # labels

Scott Lahteine 1 year ago
parent
commit
5b1f087c5b

+ 1 - 1
.github/ISSUE_TEMPLATE/bug_report.yml

@@ -100,7 +100,7 @@ body:
   - type: input
     attributes:
       label: Printer model
-      description: Creality Ender 3, Prusa mini, or Kossel Delta?
+      description: Creality Ender-3, Prusa mini, or Kossel Delta?
 
   - type: input
     attributes:

+ 1 - 1
Marlin/src/inc/SanityCheck.h

@@ -3274,7 +3274,7 @@ static_assert(X_MAX_LENGTH >= X_BED_SIZE, "Movement bounds (X_MIN_POS, X_MAX_POS
 #endif
 
 /**
- * Ender 3 V2 controller has some limitations
+ * Ender-3 V2 controller has some limitations
  */
 #if ENABLED(DWIN_CREALITY_LCD)
   #if DISABLED(SDSUPPORT)

+ 2 - 2
Marlin/src/lcd/e3v2/README.md

@@ -1,6 +1,6 @@
-# DWIN for Creality Ender 3 v2
+# DWIN for Creality Ender-3 v2
 
-Marlin's Ender 3 v2 support requires the `DWIN_SET` included with the Ender 3 V2 [example configuration](https://github.com/MarlinFirmware/Configurations/tree/bugfix-2.1.x/config/examples/Creality/Ender-3%20V2).
+Marlin's Ender-3 v2 support requires the `DWIN_SET` included with the Ender-3 V2 [example configuration](https://github.com/MarlinFirmware/Configurations/tree/bugfix-2.1.x/config/examples/Creality/Ender-3%20V2).
 
 ## Easy Install
 

+ 1 - 1
Marlin/src/lcd/e3v2/creality/dwin.cpp

@@ -2243,7 +2243,7 @@ void HMI_SelectFile() {
       card.openAndPrintFile(card.filename);
 
       #if HAS_FAN
-        // All fans on for Ender 3 v2 ?
+        // All fans on for Ender-3 v2 ?
         // The slicer should manage this for us.
         //for (uint8_t i = 0; i < FAN_COUNT; i++)
         //  thermalManager.fan_speed[i] = 255;

+ 2 - 2
Marlin/src/lcd/e3v2/jyersui/README.md

@@ -1,6 +1,6 @@
-# DWIN for Creality Ender 3 v2
+# DWIN for Creality Ender-3 v2
 
-Marlin's Ender 3 v2 support requires the `DWIN_SET` included with the Ender 3 V2 [example configuration](https://github.com/MarlinFirmware/Configurations/tree/bugfix-2.1.x/config/examples/Creality/Ender-3%20V2).
+Marlin's Ender-3 v2 support requires the `DWIN_SET` included with the Ender-3 V2 [example configuration](https://github.com/MarlinFirmware/Configurations/tree/bugfix-2.1.x/config/examples/Creality/Ender-3%20V2).
 
 ## Easy Install
 

+ 1 - 1
Marlin/src/lcd/e3v2/marlinui/ui_status_480x272.cpp

@@ -262,7 +262,7 @@ FORCE_INLINE void _draw_feedrate_status(const char *value, uint16_t x, uint16_t
 }
 
 /**
- * Draw the MarlinUI Status Screen for Ender 3 V2
+ * Draw the MarlinUI Status Screen for Ender-3 V2
  */
 void MarlinUI::draw_status_screen() {
   const bool blink = get_blink();

+ 1 - 1
Marlin/src/lcd/e3v2/proui/base64.hpp

@@ -5,7 +5,7 @@
  * Author: Densaugeo
  * Maintainer: Densaugeo
  * Version: 1.2.1.1
- * Changed unsigned int to uint16_t for use in the professional Ender 3V2/S1 firmware
+ * Changed unsigned int to uint16_t for use in the professional Ender-3V2/S1 firmware
  * Url: https://www.arduino.cc/reference/en/libraries/base64/
  */
 

+ 1 - 1
Marlin/src/libs/BL24CXX.h

@@ -23,7 +23,7 @@
 
 /********************************************************************************
  * @file     BL24CXX.h
- * @brief    i2c EEPROM for Ender 3 v2 board (4.2.2)
+ * @brief    i2c EEPROM for Ender-3 v2 board (4.2.2)
  ********************************************************************************/
 
 /******************** IIC ********************/

+ 1 - 1
Marlin/src/pins/lpc1769/pins_BTT_SKR_E3_TURBO.h

@@ -211,7 +211,7 @@
   #endif
 
  /**
-  *          Ender 3 V2 display                       SKR E3 Turbo (EXP1)                Ender 3 V2 display --> SKR E3 Turbo
+  *          Ender-3 V2 display                       SKR E3 Turbo (EXP1)                Ender-3 V2 display --> SKR E3 Turbo
   *                ------                                     ------                                  RX  3 -->  5  P0_15
   *           --  | 1  2 | --                (BEEPER)  P2_08 |10  9 | P0_16 (BTN_ENC)                 TX  4 -->  9  P0_16
   * (SKR_TX1) RX  | 3  4 | TX (SKR_RX1)      (BTN_EN1) P0_19 | 8  7 | RESET                       BEEPER  6 --> 10  P2_08

+ 3 - 3
Marlin/src/pins/samd/pins_BRICOLEMON_LITE_V1_0.h

@@ -203,10 +203,10 @@
  * This section starts with the pins_RAMPS_144.h as example, after if you need any new
  * display, you could use normal duponts and connect it with with the scheme showed before.
  * Tested:
- *   - Ender 3 Old display (Character LCD)
- *   - Ender 3 New Serial DWING Display
+ *   - Ender-3 Old display (Character LCD)
+ *   - Ender-3 New Serial DWING Display
  *   - Reprap Display
- *   - Ender 5 New Serial Display
+ *   - Ender-5 New Serial Display
  *   - Any Reprap character display like
  */
 

Some files were not shown because too many files changed in this diff