Skip to content

Commit

Permalink
🩹 Fix Chiron after-G29 G-code
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Sep 2, 2024
1 parent 67026de commit 8f9993e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/examples/AnyCubic/Chiron/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f9993e

Please sign in to comment.