🩹 Fix Chiron after-G29 G-code

This commit is contained in:
Scott Lahteine 2024-09-02 15:49:22 -05:00
parent 67026de6ea
commit 8f9993e6ba

View file

@ -2082,7 +2082,7 @@
* Commands to execute at the end of G29 probing. * Commands to execute at the end of G29 probing.
* Useful to retract or move the Z probe out of the way. * 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 * Normally G28 leaves leveling disabled on completion. Enable one of