mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-18 04:08:05 -06:00
SD_DETECT_INVERTED => SD_DETECT_STATE
This commit is contained in:
parent
4fa4c7837e
commit
a5a177400f
138 changed files with 414 additions and 828 deletions
|
@ -1018,12 +1018,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1026,12 +1026,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
#define SD_DETECT_STATE LOW
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
//#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
#define SD_DETECT_STATE LOW
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
//#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
#define SD_DETECT_STATE LOW
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
//#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1029,12 +1029,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1033,12 +1033,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE false // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE false // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "G27 P0" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "G27 P0" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
#define SD_DETECT_STATE LOW
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
//#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1024,12 +1024,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1029,12 +1029,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1029,12 +1029,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1017,12 +1017,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1030,12 +1030,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1030,12 +1030,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1027,12 +1027,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
#define SD_DETECT_STATE LOW
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
//#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1026,12 +1026,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1022,12 +1022,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1022,12 +1022,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
|
@ -1025,12 +1025,9 @@
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// The standard SD detect circuit reads LOW when media is inserted and HIGH when empty.
|
||||||
// around this by connecting a push button or single throw switch to the pin defined
|
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||||
// as SD_DETECT_PIN in your board's pins definitions.
|
//#define SD_DETECT_STATE HIGH
|
||||||
// This setting should be disabled unless you are using a push button, pulling the pin to ground.
|
|
||||||
// Note: This is always disabled for ULTIPANEL (except ELB_FULL_GRAPHIC_CONTROLLER).
|
|
||||||
#define SD_DETECT_INVERTED
|
|
||||||
|
|
||||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||||
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
#define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue