From 8f9993e6ba351f5b28722694b92f43dc94f058b3 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Mon, 2 Sep 2024 15:49:22 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Fix=20Chiron=20after-G29=20G-cod?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/examples/AnyCubic/Chiron/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/examples/AnyCubic/Chiron/Configuration.h b/config/examples/AnyCubic/Chiron/Configuration.h index fd2fb4016f5..a6f5b70c3d9 100644 --- a/config/examples/AnyCubic/Chiron/Configuration.h +++ b/config/examples/AnyCubic/Chiron/Configuration.h @@ -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