linux cnc keeps bending shortcutting to the next line.
- youngyaper
- Offline
- New Member
-
Less
More
- Posts: 2
- Thank you received: 0
15 May 2025 16:17 #328521
by youngyaper
linux cnc keeps bending shortcutting to the next line. was created by youngyaper
I have an issue that im sure some of you know the solution. It seems linuxCNC/ AXIS processor instead of completing a move to a coordinate begins moving to the next coordinate creating a curve/ bend toolpath between the two points, almost like a shortcut. It does this only from an X or Y cordinate to a Z and vise versa, but not from an X to Y coordinate. Please help !! thanks.
Please Log in or Create an account to join the conversation.
- fc60
- Offline
- Premium Member
-
Less
More
- Posts: 135
- Thank you received: 8
15 May 2025 16:24 #328522
by fc60
Replied by fc60 on topic linux cnc keeps bending shortcutting to the next line.
Greetings,
I think I had a similar situation.
I needed to activate G64 to tell the controller not to move until the previous event had finished it's travel.
Cheers,
Dave
I think I had a similar situation.
I needed to activate G64 to tell the controller not to move until the previous event had finished it's travel.
Cheers,
Dave
The following user(s) said Thank You: youngyaper
Please Log in or Create an account to join the conversation.
- youngyaper
- Offline
- New Member
-
Less
More
- Posts: 2
- Thank you received: 0
15 May 2025 16:28 #328523
by youngyaper
Replied by youngyaper on topic linux cnc keeps bending shortcutting to the next line.
thank you i will try this out.
Please Log in or Create an account to join the conversation.
- fc60
- Offline
- Premium Member
-
Less
More
- Posts: 135
- Thank you received: 8
15 May 2025 20:47 #328531
by fc60
Replied by fc60 on topic linux cnc keeps bending shortcutting to the next line.
Greetings,
I only gave you half of the equation.
Insert G64 P0.001 into the startup line at the top of the program.
The P parameter is what does the work.
If this cures the issue, modify your post to insert it automatically.
Cheers,
Dave
I only gave you half of the equation.
Insert G64 P0.001 into the startup line at the top of the program.
The P parameter is what does the work.
If this cures the issue, modify your post to insert it automatically.
Cheers,
Dave
Please Log in or Create an account to join the conversation.
Time to create page: 0.062 seconds