joshiegy
Posts: 1
Joined: Tue Mar 10, 2020 6:06 am

Y coupling, two extruders, one nozzle and ending script

Hey all!
So I just got my self a Y coupling/Y merger and it works almost perfect. The only thing I want is for T0 to be loaded at the end of the print instead of random (since it's sometimes is T1 that is used last and so on).

I've found scripts for new_tool and old_tool, used in tool_change_script, but I want something like "if [current_tool] != T0".
Is that possible?
User avatar
XoTT@6bI4
Posts: 27
Joined: Mon May 27, 2019 4:02 am

Re: Y coupling, two extruders, one nozzle and ending script

try this (for >= v4.1)

Code: Select all

{IF "[current_tool] != 0"}G1 E-[toolchange_retract_distance] F[toolchange_retract_speed]
{IF "[current_tool] != 0"}T0
{IF "[current_tool] != 0"}G1 E[toolchange_retract_distance] F[toolchange_retract_speed]
 

Return to “Troubleshooting and Bug Reports”