e3donline / Slicer-Profiles

Slicer settings for the Motion System & ToolChanger.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect variable in toolchange gcode

tdcox opened this issue · comments

commented

toolchange_gcode = T[current_extruder]

This should be:

toolchange_gcode = T[next_extruder]