Browse Source

Expose SD_PROCEDURE_DEPTH in config

Scott Lahteine 5 years ago
parent
commit
e6ccec17a6
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Marlin/Configuration_adv.h

+ 2
- 0
Marlin/Configuration_adv.h View File

@@ -1035,6 +1035,8 @@
1035 1035
   // Enable this option and set to HIGH if your SD cards are incorrectly detected.
1036 1036
   //#define SD_DETECT_STATE HIGH
1037 1037
 
1038
+  #define SD_PROCEDURE_DEPTH 1              // Increase if you need more nested M32 calls
1039
+
1038 1040
   #define SD_FINISHED_STEPPERRELEASE true   // Disable steppers when SD Print is finished
1039 1041
   #define SD_FINISHED_RELEASECOMMAND "M84"  // Use "M84XYE" to keep Z enabled so your bed stays in place
1040 1042
 

Loading…
Cancel
Save