mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-06 06:27:35 -06:00
🩹 Fix Chiron after-G29 G-code
This commit is contained in:
parent
67026de6ea
commit
8f9993e6ba
1 changed files with 1 additions and 1 deletions
|
@ -2082,7 +2082,7 @@
|
|||
* Commands to execute at the end of G29 probing.
|
||||
* Useful to retract or move the Z probe out of the way.
|
||||
*/
|
||||
#define EVENT_GCODE_AFTER_G29 "G27/n G1 Y0 F5000"
|
||||
#define EVENT_GCODE_AFTER_G29 "G27\nG1 Y0 F5000"
|
||||
|
||||
/**
|
||||
* Normally G28 leaves leveling disabled on completion. Enable one of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue