Skip to content

Commit 498a7b3

Browse files
committed
✨ Ender-3 V2 for 4.2.7 board, plus ProUI
1 parent 425431d commit 498a7b3

File tree

30 files changed

+43358
-30
lines changed

30 files changed

+43358
-30
lines changed

config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/CrealityUI/Configuration.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -933,8 +933,8 @@
933933
#define PID_FUNCTIONAL_RANGE 20 // If the temperature difference between the target temperature and the actual temperature
934934
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
935935

936-
//#define PID_EDIT_MENU // Add PID editing to the "Advanced Settings" menu. (~700 bytes of flash)
937-
//#define PID_AUTOTUNE_MENU // Add PID auto-tuning to the "Advanced Settings" menu. (~250 bytes of flash)
936+
#define PID_EDIT_MENU // Add PID editing to the "Advanced Settings" menu. (~700 bytes of flash)
937+
#define PID_AUTOTUNE_MENU // Add PID auto-tuning to the "Advanced Settings" menu. (~250 bytes of flash)
938938
#endif
939939

940940
// @section safety

config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/CrealityUI/Configuration_adv.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1801,7 +1801,7 @@
18011801
* Reinit the LCD after SD Card insert/remove or when entering the menu.
18021802
* Required for some LCDs that use shared SPI with an external SD Card reader.
18031803
*/
1804-
#define REINIT_NOISY_LCD
1804+
//#define REINIT_NOISY_LCD
18051805

18061806
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
18071807
// Enable this option and set to HIGH if your SD cards are incorrectly detected.

config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/MarlinUI/Configuration.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -933,8 +933,8 @@
933933
#define PID_FUNCTIONAL_RANGE 20 // If the temperature difference between the target temperature and the actual temperature
934934
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
935935

936-
//#define PID_EDIT_MENU // Add PID editing to the "Advanced Settings" menu. (~700 bytes of flash)
937-
//#define PID_AUTOTUNE_MENU // Add PID auto-tuning to the "Advanced Settings" menu. (~250 bytes of flash)
936+
#define PID_EDIT_MENU // Add PID editing to the "Advanced Settings" menu. (~700 bytes of flash)
937+
#define PID_AUTOTUNE_MENU // Add PID auto-tuning to the "Advanced Settings" menu. (~250 bytes of flash)
938938
#endif
939939

940940
// @section safety

config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/MarlinUI/Configuration_adv.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1801,7 +1801,7 @@
18011801
* Reinit the LCD after SD Card insert/remove or when entering the menu.
18021802
* Required for some LCDs that use shared SPI with an external SD Card reader.
18031803
*/
1804-
#define REINIT_NOISY_LCD
1804+
//#define REINIT_NOISY_LCD
18051805

18061806
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
18071807
// Enable this option and set to HIGH if your SD cards are incorrectly detected.

0 commit comments

Comments
 (0)