LinuxCNC Features - a kind of NGCGUI

More
16 Jun 2013 05:50 #35698 by andypugh

I have no experience working with them...
Are there any standard subroutines for lathe machining?


Have you seen my (no G-code) system?
www.linuxcnc.org/index.php/english/forum...0-lathe-macros#34357
(Feel free to use, ignore, alter, improve)

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

More
16 Jun 2013 07:31 #35701 by Zahnrad Kopf
Replied by Zahnrad Kopf on topic LinuxCNC Features - a kind of NGCGUI
Pages 52 - 113 in here, I believe - PDF

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

  • Nick
  • Nick's Avatar Topic Author
  • Offline
  • Elite Member
  • Elite Member
More
18 Jun 2013 03:22 - 18 Jun 2013 03:26 #35755 by Nick
Replied by Nick on topic LinuxCNC Features - a kind of NGCGUI

I have no experience working with them...
Are there any standard subroutines for lathe machining?


Have you seen my (no G-code) system?
www.linuxcnc.org/index.php/english/forum...0-lathe-macros#34357
(Feel free to use, ignore, alter, improve)


Thank you! That looks amazing! I'll try to find something useful there :)!

Pages 52 - 113 in here, I believe - PDF

Are that Gcodes supported by LinuxCNC?
I have not found them in Gcode reference from LinuxCNC...
Last edit: 18 Jun 2013 03:26 by Nick.

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

More
18 Jun 2013 05:44 #35759 by BigJohnT
Replied by BigJohnT on topic LinuxCNC Features - a kind of NGCGUI

Pages 52 - 113 in here, I believe - PDF

Are that Gcodes supported by LinuxCNC?
I have not found them in Gcode reference from LinuxCNC...


No, that has nothing to do with LinuxCNC, as you know Nick only the G codes in the LinuxCNC manual are supported.

JT

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

More
18 Jun 2013 05:59 #35761 by Zahnrad Kopf
Replied by Zahnrad Kopf on topic LinuxCNC Features - a kind of NGCGUI

No, that has nothing to do with LinuxCNC, as you know Nick only the G codes in the LinuxCNC manual are supported.
JT


Guilty, as charged. My apologies. I took his question -

Are there any standard subroutines for lathe machining?

in a literal sense and did not even think to wonder about LCNC specifically. That said, I'm kind of shocked that LCNC does not support G71 and the like... such a standard kind of thing... I better read some more. Wow.

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

More
18 Jun 2013 06:24 #35763 by BigJohnT
Replied by BigJohnT on topic LinuxCNC Features - a kind of NGCGUI
Even G0 is not handled the same way with all controls... so never assume.

JT

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

  • Nick
  • Nick's Avatar Topic Author
  • Offline
  • Elite Member
  • Elite Member
More
20 Jun 2013 02:54 #35815 by Nick
Replied by Nick on topic LinuxCNC Features - a kind of NGCGUI
Hi,

I've found a bug, but do not know where is it, in linuxcnc or in it's docs
The docs says:
#<_x> - Return absolute machine X coordinate. Same as #5420.
(here www.linuxcnc.org/docs/devel/html/gcode/o...ub:system-parameters )

But if we run the following code we have got (0,0) all the time. So it looks like #<_x> is relative coordinates.
Can somebody check it on other versions of linuxcnc?
My is 2.6.0-pre...
G54

G10 L2 P0 X0 Z0
G1 X0 Z0 
(DEBUG,  xy: #<_x>, #<_y>)

G10 L2 P0 X10 Z0
G1 X0 Z0 
(DEBUG,  xy: #<_x>, #<_y>)

G10 L2 P0 X20 Z0
G1 X0 Z0 
(DEBUG,  xy: #<_x>, #<_y>)

M02

PS We have a lot of new results on Features.
A lot of interface improvements and new subroutines for lathe. :)
Attachments:

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

More
20 Jun 2013 03:02 #35816 by BigJohnT
Replied by BigJohnT on topic LinuxCNC Features - a kind of NGCGUI
I think that is only on Master and not on any branch.

JT

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

  • Nick
  • Nick's Avatar Topic Author
  • Offline
  • Elite Member
  • Elite Member
More
20 Jun 2013 05:04 #35817 by Nick
Replied by Nick on topic LinuxCNC Features - a kind of NGCGUI
And what's about #5420-5429? Are they all the same?

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

More
20 Jun 2013 19:43 #35838 by BigJohnT
Replied by BigJohnT on topic LinuxCNC Features - a kind of NGCGUI
It could be a typo in Master as I doubt the numbered parameters have changed behavior from the 2.5 branch.

5420-5428 - Current Position including offsets in current program units (X Y Z A B C U V W)


JT

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

Time to create page: 0.121 seconds
Powered by Kunena Forum