You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Marlin/Configuration_adv.h
+3
Original file line number
Diff line number
Diff line change
@@ -2798,7 +2798,10 @@
2798
2798
/**
2799
2799
* Extra G-code to run while executing tool-change commands. Can be used to use an additional
2800
2800
* stepper motor (e.g., I axis in Configuration.h) to drive the tool-changer.
2801
+
*
2801
2802
*/
2803
+
//#define EVENT_GCODE_PARK_T0 "G28 A\nG1 A0" // Extra G-code to run before executing tool-change command if T0 was active before the toolchange command
2804
+
//#define EVENT_GCODE_PARK_T1 "G1 A10" // Extra G-code to run before executing tool-change command if T1 was active before the toolchange command
2802
2805
//#define EVENT_GCODE_TOOLCHANGE_T0 "G28 A\nG1 A0" // Extra G-code to run while executing tool-change command T0
2803
2806
//#define EVENT_GCODE_TOOLCHANGE_T1 "G1 A10" // Extra G-code to run while executing tool-change command T1
2804
2807
//#define EVENT_GCODE_TOOLCHANGE_ALWAYS_RUN // Always execute above G-code sequences. Use with caution!
0 commit comments