Position after tool changing.
-
Hello! Im having a problem where the next tool makes a blob where the previous tool was.
There is two pictures attached where you can see the issue.
https://ibb.co/Y8Yt6s5
https://ibb.co/6ZGnvpHThere is
"G1 R2 X0 Y0 Z2 F5000
G1 R2 Z0 F5000"in the toolchange file, otherwise it prints midair. Is there any solution to make tool change work the way that next extruder doesnt move to the previous extruded location?
-
@LuniLAB said in Position after tool changing.:
otherwise it prints midair. Is there any solution to make tool change work the way that next extruder doesnt move to the previous extruded location?
Unfortunately there isn't at present. The fact that it prints in midair when you don't give it the commands to resume position in the tool change file means that your slicer isn't commanding it to go to the correct XYZ coordinates for the start of the next move.
To solve this would require RRF to ignore any travel moves after the tool change command, then when an extruding move is seen, generate a travel move with all coordinates specified. This is a little complicated, however we already do something similar when skipping objects, so I will take a look at it when I can.
Issue https://github.com/Duet3D/RepRapFirmware/issues/807 refers.