Minor tweaks

This commit is contained in:
InsanityAutomation
2021-02-23 14:28:20 -05:00
parent de564f9b0a
commit c392e6bf07
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -1262,7 +1262,7 @@
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
#if NONE(MachineCR10SPro, MachineCRX, MachineEnder5Plus, MachineCR10Max, MachineEnder3V2, MachineEnder3Pro422, MachineEnder3Pro427)
#if NONE(MachineCR10SPro, MachineCRX, MachineEnder5Plus, MachineCR10Max, MachineEnder3V2, MachineEnder3Pro422, MachineEnder3Pro427, SKR14Turbo, SKR14)
#define SD_DETECT_STATE HIGH
#endif
+1 -1
View File
@@ -33,7 +33,7 @@
// SD Connection
//
#ifndef SDCARD_CONNECTION
#define SDCARD_CONNECTION LCD
#define SDCARD_CONNECTION ONBOARD
#endif
//
+2 -1
View File
@@ -2981,7 +2981,7 @@ lib_ldf_mode = off
lib_compat_mode = strict
extra_scripts = ${common.extra_scripts}
Marlin/src/HAL/LPC1768/upload_extra_script.py
src_filter = ${common.default_src_filter} +<src/HAL/LPC1768>
src_filter = ${common.default_src_filter} +<src/HAL/LPC1768> +<src/HAL/shared/backtrace>
lib_deps = ${common.lib_deps}
Servo
custom_marlin.USES_LIQUIDCRYSTAL = arduino-libraries/LiquidCrystal@~1.0.7
@@ -3004,6 +3004,7 @@ platform = ${common_LPC.platform}
extends = common_LPC
board = nxp_lpc1769
#################################
# #
# STM32 Architecture #