mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-08-10 15:25:21 -06:00
🩹 Fix Formbot T_Rex_2+ SD Detect (#864)
This commit is contained in:
parent
94c2be865b
commit
9658e52f2a
2 changed files with 2 additions and 2 deletions
|
@ -1661,7 +1661,7 @@
|
|||
// @section extruder
|
||||
|
||||
// For direct drive extruder v9 set to true, for geared extruder set to false.
|
||||
#define INVERT_E0_DIR true
|
||||
#define INVERT_E0_DIR true // Might be 'false' on your machine. Change if your extruder goes backwards.
|
||||
#define INVERT_E1_DIR false
|
||||
#define INVERT_E2_DIR false
|
||||
#define INVERT_E3_DIR false
|
||||
|
|
|
@ -1530,7 +1530,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.
|
||||
#define SD_DETECT_STATE (HIGH)
|
||||
//#define SD_DETECT_STATE HIGH
|
||||
|
||||
//#define SD_IGNORE_AT_STARTUP // Don't mount the SD card when starting up
|
||||
//#define SDCARD_READONLY // Read-only SD card (to save over 2K of flash)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue