Hesitation between two consecutive G33 codes

More
06 Jun 2017 16:17 #94182 by 10K
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.

More
07 Jun 2017 20:43 #94266 by cmorley
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

Please Log in or Create an account to join the conversation.

More
08 Jun 2017 00:31 #94273 by 10K
I'm using 2.7.8

Please Log in or Create an account to join the conversation.

More
08 Jun 2017 12:19 #94291 by andypugh
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
The following user(s) said Thank You: 10K

Please Log in or Create an account to join the conversation.

More
08 Jun 2017 14:14 #94295 by 10K
I added to my .INI file:
[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.

More
08 Jun 2017 14:47 #94297 by Todd Zuercher
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.

More
08 Jun 2017 18:09 #94310 by 10K
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.

More
10 Jun 2017 00:22 #94378 by verticalperformance
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.

More
12 Jun 2017 03:26 #94420 by rellenberg
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.
The following user(s) said Thank You: andypugh

Please Log in or Create an account to join the conversation.

Time to create page: 0.105 seconds
Powered by Kunena Forum