brycestejskal / 3DPrinting

GCODE Start Scripts and Whatnot
0 stars 0 forks source link

Unknown command:"T0" #12

Open brycestejskal opened 2 years ago

brycestejskal commented 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

brycestejskal commented 2 years ago

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.