Possible bug?
I am not able to test that out at the moment but seriously i do not tell it to add those statements. It would be worth having a go yourself as this would help with another experience from somebody else. DXFtoGcode runs from Python scripts so no install required. GCNCCAM needs to be installed. there is nothing that gets saved to EMC from either just NC code to be opened in EMC
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Deleting the 5mm holes I was able to come with a workable program in a few minutes with DXF2gcode by fiddling with the Start Radius setting.
John
Please Log in or Create an account to join the conversation.
Rick G
Please Log in or Create an account to join the conversation.
After reading your reply about the tool number on the other post and what your saying here sounds like the answer. Rick no that is something I've not looked at.
If i was to use GCNCCAM then i would need to make that layer the last and do a tool change and maybe select centre and just drill it. This i will try tomorrow (it's 8:00pm here and neighbours complain about the noise). A v:blink:
Please Log in or Create an account to join the conversation.
Just to be clear when i said i do not add the compensation manually to the code. In the application you select left, right or centre. or outside, inside or middle on the other app.
Which options are you selecting? I would expect the correct sequence to be centre in the first app, then the correct side in the second. If you select an offset in both then you are likely to get a double offset, and curves too tight for the cutter.
To sort this out, how big is the first hole meant to be? And what does the G-code look like up-to and including the first G2 or G3 move?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Andy i am only using one or the other not both at the same time, the end result was the same which ever i used. I think John hit it on the nail with the fact the software is not clever enough to flag there is not enough room for a lead in with the size cutter i was asking it to use. For the small holes i told it cut right where it would be better to do a tool change and cut centre with a 5mm bit to match the holes.
Spiralling down is perfectly legitimate, but it probably makes sense not to try to do it with G42 active.
Incidentally, your hole pattern is a really good example of some code that could be efficiently hand-coded using the loop / sub conditional codes in the EMC2 version of G-Code.
Have a look at this section of the docs , if you are interested.
www.linuxcnc.org/docview/html//gcode_main.html#cha:O-Codes
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
wiki.linuxcnc.org/cgi-bin/emcinfo.pl?Sim...Counterbore_Software
John
Please Log in or Create an account to join the conversation.