Search found 7 matches
- Wed Nov 08, 2017 3:03 pm
- Forum: AutoLeveller Software
- Topic: NX CAM Output Problems with Autoleveller
- Replies: 14
- Views: 22165
Re: NX CAM Output Problems with Autoleveller
Thank you! I just downloaded v9.3u1 and tried it. Works well for the few files I threw at it. I had created a new post processor in NX, but it's much nicer to use the default one. Sorry to take so long to post back. I didn't realize how notifications worked by default on the forum and life got in th...
- Thu Oct 19, 2017 5:05 pm
- Forum: AutoLeveller Software
- Topic: NX CAM Output Problems with Autoleveller
- Replies: 14
- Views: 22165
Re: NX CAM Output Problems with Autoleveller
Not to beat a dead horse but hopefully to add a little more info:
I removed the sequence numbers in the code that works except for the G words forced on every line. Same result.
I removed the sequence numbers in the code that works except for the G words forced on every line. Same result.
- Thu Oct 19, 2017 3:02 pm
- Forum: AutoLeveller Software
- Topic: NX CAM Output Problems with Autoleveller
- Replies: 14
- Views: 22165
Re: NX CAM Output Problems with Autoleveller
James, Thanks for chiming in! I had come to the same solution before I checked your post. I added the leading zeroes for the "J" words and all was well. I figured something was still wrong with my code when after I changed the post all my arcs worked correctly. Hopefully the leading and trailing zer...
- Wed Oct 18, 2017 9:17 pm
- Forum: AutoLeveller Software
- Topic: NX CAM Output Problems with Autoleveller
- Replies: 14
- Views: 22165
Re: NX CAM Output Problems with Autoleveller
Great! Good to hear it showed up correctly for you. Much of my debug was determining the difference between my Eagle gcode and the NX stuff. ;) As for the "%", I think you're right. It's just at the beginning and end. I assumed that meant comment, but apparently not. Bad assumption. :) I guess the t...
- Wed Oct 18, 2017 6:53 pm
- Forum: AutoLeveller Software
- Topic: NX CAM Output Problems with Autoleveller
- Replies: 14
- Views: 22165
Re: NX CAM Output Problems with Autoleveller
I played with it a little more. Here are the quirks that definitely cause problems: - Leading zeroes before a "." are required - Trailing zeroes after a "." are required - G moves must have the Gcode present (for example, the current NX code omits these on lines where the gcode is the same as the pr...
- Wed Oct 18, 2017 5:46 pm
- Forum: AutoLeveller Software
- Topic: NX CAM Output Problems with Autoleveller
- Replies: 14
- Views: 22165
Re: NX CAM Output Problems with Autoleveller
Hi Country_Bubba, Thanks for taking a look! I see what you're saying, but I believe that what you're referring to is the location where the ramp on shape starts to happen. There is a linear ramp to engage the cut that starts at "Z.01". Also, there is a Z0.1 clearance plane. Cuts are all made at "Z-....
- Tue Oct 17, 2017 9:10 pm
- Forum: AutoLeveller Software
- Topic: NX CAM Output Problems with Autoleveller
- Replies: 14
- Views: 22165
NX CAM Output Problems with Autoleveller
Hello all, I have used the free version of Autoleveller in the past and had great success with it milling PCBs exporting from Eagle. I'd like to try engraving some nameplates, so naturally I turned back to Autoleveller and decided to become a member this time. I'm using NX 11 to generate CAM paths f...