Decrease FeedRate bed height offset after tool selection
-
Thank you very much dc42 for the answer at the post: https://forum.duet3d.com/topic/30595/problem-with-z-offset-during-the-toolchanger-duet2-wifi?_=1670832854634. Now work properly! I used the second approach! Can I ask you another question? When I select for example the T1 tool using T1 Command, in the final part of the macro the System adjust the bad position in comparison to the tool offset. Where can I modify the feed rate (F) of this movement to decrease it? I need it because the drastic movements are not good for my biological jelly structures! Thank you!!!!
-
@simobone19 it will probably use the max speed in config, so you could reduce that. or, use
G1 R2 Z0 Fxxx
in your toolchange file and obviously set the appropriate speed.
See here for more info