Open brycestejskal opened 2 years ago
Description
Cura sends a T0 which should select Tool Head 1 in a multi tool head system.
I should create something like [gcode_macro T0] and define whatever the klipper equivalent is. Probably E0
[gcode_macro T0]
E0
Note: There is nothing bad that occurs here, and presumably a future update that handled these natively would still default to E0 when no other extruders are defined.
Description
Cura sends a T0 which should select Tool Head 1 in a multi tool head system.
I should create something like
[gcode_macro T0]
and define whatever the klipper equivalent is. ProbablyE0