mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-11 00:37:54 -06:00
Simplified SD_FINISHED_RELEASECOMMAND
This commit is contained in:
parent
81cb940498
commit
bfab1f1f41
143 changed files with 286 additions and 286 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue