Simplified SD_FINISHED_RELEASECOMMAND

This commit is contained in:
Scott Lahteine 2020-04-12 15:58:09 -05:00
parent 81cb940498
commit bfab1f1f41
143 changed files with 286 additions and 286 deletions

View file

@ -1036,8 +1036,8 @@
// Enable this option and set to HIGH if your SD cards are incorrectly detected.
#define SD_DETECT_STATE LOW
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
#define SD_FINISHED_RELEASECOMMAND "G1 Y190 Z190\nM84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place.
#define SD_FINISHED_STEPPERRELEASE true // Disable steppers when SD Print is finished
#define SD_FINISHED_RELEASECOMMAND "G1 Y190 Z190\nM84" // Use "M84XYE" to keep Z enabled so your bed stays in place
// Reverse SD sort to show "more recent" files first, according to the card's FAT.
// Since the FAT gets out of order with usage, SDCARD_SORT_ALPHA is recommended.