Simultaneous movement in several axes
05 Jun 2023 07:24 #272932
by P_M
Simultaneous movement in several axes was created by P_M
Hi all! I'm building a 3D printer where the A-axis drives the extruder. I encountered such a problem, if the movement is without the A axis, then the program is executed correctly, but if the A axis is used during the movement, then the speed graph changes shape and the movement becomes small jerks. Equipment used: X86 PC, MECA 7I92, stepper drivers and stepper motors. What I tried to change: computer, set high speed/acceleration of the A axis, type of the A axis linear/rotary, change the A axis to the U axis, set a very small step scale. But I didn't succeed.I took X-axis motion waveforms with and without an extruder and I don't understand why they are different?In this case, the use / non-use of the Y and Z axes does not affect the speed / acceleration of movement.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19188
- Thank you received: 6430
05 Jun 2023 10:13 #272937
by tommylight
Replied by tommylight on topic Simultaneous movement in several axes
Moved to "additive manufacturing".
Please Log in or Create an account to join the conversation.
05 Jun 2023 18:16 - 05 Jun 2023 18:22 #272957
by Aciera
Replied by Aciera on topic Simultaneous movement in several axes
For 3d printing try to use the Z axis word for the extruder and the A axis word for the hight.
The reason is that for any coordinated move involving more than XYZ the trajectory planner falls back to single line look ahead, which can lead to jerky movement. Using the A axis for the hight is much less prone to cause issues since it is only used to move from one layer to the next.
[edit]
see discussion here:
forum.linuxcnc.org/38-general-linuxcnc-q...ding-issues?start=20
The reason is that for any coordinated move involving more than XYZ the trajectory planner falls back to single line look ahead, which can lead to jerky movement. Using the A axis for the hight is much less prone to cause issues since it is only used to move from one layer to the next.
[edit]
see discussion here:
forum.linuxcnc.org/38-general-linuxcnc-q...ding-issues?start=20
Last edit: 05 Jun 2023 18:22 by Aciera.
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
07 Jun 2023 12:42 #273076
by P_M
Replied by P_M on topic Simultaneous movement in several axes
Thanks for the link Aciera. It's a pity that the motion planner is designed this way, as linuxcnc is otherwise very interesting software. Replacing the extruder axis with the Z axis will not work in my case, because my printer works on non-linear surfaces. I hope this bug will be fixed in the future. Are there any other CNC systems that work with MESA 7I92 cards?
Please Log in or Create an account to join the conversation.
Time to create page: 0.076 seconds