Expose SD_PROCEDURE_DEPTH in config
This commit is contained in:
parent
22da1b2b31
commit
e6ccec17a6
1 changed files with 2 additions and 0 deletions
|
@ -1035,6 +1035,8 @@
|
|||
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
|
||||
//#define SD_DETECT_STATE HIGH
|
||||
|
||||
#define SD_PROCEDURE_DEPTH 1 // Increase if you need more nested M32 calls
|
||||
|
||||
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
|
||||
#define SD_FINISHED_RELEASECOMMAND "M84" // Use "M84XYE" to keep Z enabled so your bed stays in place
|
||||
|
||||
|
|
Reference in a new issue