Unnecessary backtracking to the limit in turning function #262
tektonandroid
started this conversation in
General
Replies: 2 comments 5 replies
This comment has been hidden.
This comment has been hidden.
-
You can change the position it moves back to when in turn/face/thread mode here: https://github.com/kachurovskiy/nanoels/blob/main/h4/h4.ino#L2804-L2811 You could try something like (untested):
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone. I have a question about the automatic turning operation in H4. In each pass, the tool returns to its outer limit before moving the carriage. Wouldn't it be a considerable time saver if it only moved, i.e. 1mm before moving to the start? How could this behavior be changed?
Beta Was this translation helpful? Give feedback.
All reactions