Hesitation between two consecutive G33 codes
06 Jun 2017 16:17 #94182
by 10K
Replied by 10K on topic Hesitation between two consecutive G33 codes
The main part of the thread must have a taper of 3/4" per foot. I think that G76 will only taper at the end of a straight cut. I could be mistaken. When I first started looking at writing code to thread pipe, I wanted to use G76, since I already had written code to do threading. I read posts here and other places that said G76 could not be used.
Please Log in or Create an account to join the conversation.
07 Jun 2017 20:43 #94266
by cmorley
Replied by cmorley on topic Hesitation between two consecutive G33 codes
You used to be able to create a continuous , variable pitch , variable diameter thread:
wiki.linuxcnc.org/cgi-bin/wiki.pl?JMKsFusee
Seems a setting is wrong or a possible bug (which would be easy to not exercise).
What version of linuxcnc are you using?
Chris M
wiki.linuxcnc.org/cgi-bin/wiki.pl?JMKsFusee
Seems a setting is wrong or a possible bug (which would be easy to not exercise).
What version of linuxcnc are you using?
Chris M
Please Log in or Create an account to join the conversation.
08 Jun 2017 00:31 #94273
by 10K
Replied by 10K on topic Hesitation between two consecutive G33 codes
I'm using 2.7.8
Please Log in or Create an account to join the conversation.
08 Jun 2017 12:19 #94291
by andypugh
Replied by andypugh on topic Hesitation between two consecutive G33 codes
I wonder if this is a feature of the new trajectory planner?
Try ARC_BLEND_ENABLE=0
linuxcnc.org/docs/2.7/html/config/ini-config.html#_traj_section
Try ARC_BLEND_ENABLE=0
linuxcnc.org/docs/2.7/html/config/ini-config.html#_traj_section
The following user(s) said Thank You: 10K
Please Log in or Create an account to join the conversation.
08 Jun 2017 14:14 #94295
by 10K
Replied by 10K on topic Hesitation between two consecutive G33 codes
I added to my .INI file:
I threaded a pipe at 300 RPM. No hesitation at all between G33 codes! It's working great.
Is this likely to affect anything else I'm doing on the lathe? Or is it mostly for milling?
I'll post the code to " O Codes (subroutines) and NGCGUI - Lathe Library" later today.
[TRAJ]
ARC_BLEND_ENABLE=0
I threaded a pipe at 300 RPM. No hesitation at all between G33 codes! It's working great.
Is this likely to affect anything else I'm doing on the lathe? Or is it mostly for milling?
I'll post the code to " O Codes (subroutines) and NGCGUI - Lathe Library" later today.
Please Log in or Create an account to join the conversation.
- Todd Zuercher
- Offline
- Platinum Member
Less
More
- Posts: 5007
- Thank you received: 1441
08 Jun 2017 14:47 #94297
by Todd Zuercher
Replied by Todd Zuercher on topic Hesitation between two consecutive G33 codes
It changes the Trajectory planner back to what it was before 2.7, with one line look ahead and parabolic blending. It can cause a series of short moves to be slower than they have to be, by limiting the maximum feed to what what the acceleration settings can bring to a controlled stop by the end of the next line. It is less likely to be a limiting factor on a lathe than a router.
The following user(s) said Thank You: 10K
Please Log in or Create an account to join the conversation.
08 Jun 2017 18:09 #94310
by 10K
Replied by 10K on topic Hesitation between two consecutive G33 codes
I've posted the pipe threading routine at:
https://forum.linuxcnc.org/lathe-subroutines-library/32895-pipe-threading
Please Log in or Create an account to join the conversation.
- verticalperformance
- Offline
- Senior Member
Less
More
- Posts: 59
- Thank you received: 14
10 Jun 2017 00:22 #94378
by verticalperformance
Replied by verticalperformance on topic Hesitation between two consecutive G33 codes
It's not the same issue as this
forum.linuxcnc.org/20-g-code/29685-g76-p...aper-linux-cnc-2-7-0
is it? I'm not sure if this has been corrected yet in 2.7.x
Please Log in or Create an account to join the conversation.
- rellenberg
- Offline
- Junior Member
Less
More
- Posts: 37
- Thank you received: 10
12 Jun 2017 03:26 #94420
by rellenberg
Replied by rellenberg on topic Hesitation between two consecutive G33 codes
If you are set up to build from source, try this branch here:
github.com/robEllenberg/linuxcnc-mirror/...-overhaul-2.7-rebase
Among other things, that branch fixes some bugs I found in the blend calculations for spindle-sync motions.
github.com/robEllenberg/linuxcnc-mirror/...-overhaul-2.7-rebase
Among other things, that branch fixes some bugs I found in the blend calculations for spindle-sync motions.
The following user(s) said Thank You: andypugh
Please Log in or Create an account to join the conversation.
Time to create page: 0.078 seconds