Browse Source

Fix Lerdge K typos (#15273)

Tanguy Pruvot 5 years ago
parent
commit
eb1a368277

+ 1
- 1
Marlin/src/core/boards.h View File

@@ -294,7 +294,7 @@
294 294
 #define BOARD_STEVAL                  4206  // STEVAL-3DP001V1 3D PRINTER BOARD
295 295
 #define BOARD_BIGTREE_SKR_PRO_V1_1    4207  // BigTreeTech SKR Pro v1.1 (STM32F407ZG)
296 296
 #define BOARD_BIGTREE_BTT002_V1_0     4208  // BigTreeTech BTT002 v1.0 (STM32F407VE)
297
-#define BOARD_LERDGE_K                4209  // Lerdge K (STM32F407VE)
297
+#define BOARD_LERDGE_K                4209  // Lerdge K (STM32F407ZG)
298 298
 #define BOARD_LERDGE_X                4210  // Lerdge X (STM32F407VE)
299 299
 
300 300
 //

+ 1
- 1
Marlin/src/pins/lpc1768/pins_GMARSH_X6_REV1.h View File

@@ -28,7 +28,7 @@
28 28
 #define BOARD_INFO_NAME "GMARSH X6 REV1"
29 29
 
30 30
 // Ignore temp readings during develpment.
31
-//#define BOGUS_TEMPERATURE_FAILSAFE_OVERRIDE
31
+//#define BOGUS_TEMPERATURE_GRACE_PERIOD 2000
32 32
 
33 33
 //
34 34
 // Enable 12MHz clock output on P1.27 pin to sync TMC2208 chip clocks

+ 2
- 5
Marlin/src/pins/stm32/pins_LERDGE_K.h View File

@@ -1,9 +1,6 @@
1 1
 /**
2 2
  * Marlin 3D Printer Firmware
3
- * Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
4
- *
5
- * Based on Sprinter and grbl.
6
- * Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
3
+ * Copyright (c) 2019 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
7 4
  *
8 5
  * This program is free software: you can redistribute it and/or modify
9 6
  * it under the terms of the GNU General Public License as published by
@@ -33,7 +30,7 @@
33 30
 #define I2C_EEPROM
34 31
 
35 32
 // Ignore temp readings during develpment.
36
-//#define BOGUS_TEMPERATURE_FAILSAFE_OVERRIDE
33
+//#define BOGUS_TEMPERATURE_GRACE_PERIOD 2000
37 34
 
38 35
 //
39 36
 // Servos

+ 1
- 4
Marlin/src/pins/stm32/pins_LERDGE_X.h View File

@@ -1,9 +1,6 @@
1 1
 /**
2 2
  * Marlin 3D Printer Firmware
3
- * Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
4
- *
5
- * Based on Sprinter and grbl.
6
- * Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
3
+ * Copyright (c) 2019 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
7 4
  *
8 5
  * This program is free software: you can redistribute it and/or modify
9 6
  * it under the terms of the GNU General Public License as published by

Loading…
Cancel
Save