- GCode and Part Programs
- O Codes (subroutines) and NGCGUI
- Mill Library
- NGCGUI arc1 and arc2 are not adding a tool offset
NGCGUI arc1 and arc2 are not adding a tool offset
- chrisfairbrothern
- Offline
- New Member
Less
More
- Posts: 9
- Thank you received: 0
01 Sep 2024 12:02 #309141
by chrisfairbrothern
I am now using qtdragon with linuxcnc 2.10.0 and have ventured into the ngcgui programs. Arc1.ngc and arc2.ngc (arc2 calls arc1) are not adding tool compensation (g41, G42).
The solution is to remove the backslash from 4 lines 266-274 in arc1.ngc.
They should read as follows:-
The file is located in ~/linuxcnc/nc_files/ngcgui_lib
You will have to be root to edit this file. I.E. sudo nano arc1.ngc
The solution is to remove the backslash from 4 lines 266-274 in arc1.ngc.
They should read as follows:-
g42 ;# cutter compensation right of path
o<ifi1> else
g41 ;# cutter compensation left of path
o<ifi1> endif
o<ifi0> else
o<ifi2> if [#<dir> EQ 2]
g41 ;# cutter compensation left of path
o<ifi2> else
g42 ;# cutter compensation right of path
The file is located in ~/linuxcnc/nc_files/ngcgui_lib
You will have to be root to edit this file. I.E. sudo nano arc1.ngc
Please Log in or Create an account to join the conversation.
01 Sep 2024 16:25 - 01 Sep 2024 16:26 #309157
by Aciera
Replied by Aciera on topic NGCGUI arc1 and arc2 are not adding a tool offset
Attachments:
Last edit: 01 Sep 2024 16:26 by Aciera.
The following user(s) said Thank You: chrisfairbrothern
Please Log in or Create an account to join the conversation.
- chrisfairbrothern
- Offline
- New Member
Less
More
- Posts: 9
- Thank you received: 0
28 Sep 2024 09:07 #310949
by chrisfairbrothern
Replied by chrisfairbrothern on topic NGCGUI arc1 and arc2 are not adding a tool offset
Ok, point taken thank you. It s the opt block button in qtdragon.
Please Log in or Create an account to join the conversation.
- GCode and Part Programs
- O Codes (subroutines) and NGCGUI
- Mill Library
- NGCGUI arc1 and arc2 are not adding a tool offset
Time to create page: 43.540 seconds