How to park the last tool?
-
Hi !
After finishing the job my Toolchanger moves the printhead to the left. Every time I start a new job I have to manually remove the (last) tool from the toolchanger and put it back in the dock.
I put my hope to the meta commands.
Logically there should exist a variable that tells the number of the last tool. Is it [state.currentTool ]? Or should I put a variable [set.lasttool=#] In the macro T# - Pick ?
Then in Cura I can add the end gcode like
[if lasttool=# then T# - Drop] for every tool of course.
Maybe there is a smart solution somewhere i have not seen yet.
And are there tutorials somewhere available?
Thanks in advance.Board: Duet 2 WiFi (2WiFi)
Firmware: RepRapFirmware for Duet 2 WiFi/Ethernet 3.4.1 (2022-06-01) -
@Pertti use
T-1
in your end code. That will unload the current tool whatever it is -
-
-