@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.
dc42 created this issue in
Duet3D/RepRapFirmware
open
[FeatureRequest]: Position after tool change
#807