Nativecam running on 2.9.4 almost so close
- Doug Crews
- Offline
- Senior Member
-
Less
More
- Posts: 60
- Thank you received: 8
22 Aug 2025 18:31 #333779
by Doug Crews
Nativecam running on 2.9.4 almost so close was created by Doug Crews
Hello everyone,I managed to get Nativecam loaded and running on the 2.9.4 iso, using the
github.com/freemoore/NativeCAM
download, and Giovanni’s instruction pdf plus all the corrections along the way. I ran a huge victory lap when I saw the Nativecam Tab in Axis not blank but how it supposed to look! But…..as usual the fight is not over and my troubleshooting skills are limited by my total lack of experience with Nativcam as I have never used it before.The problem is the Nativecam project is not dynamically updating in the Axis preview ,tab and if I try exporting the project as gcode the .ngc file is mostly composed of stuff that looks like this:I’ve been asking the AI questions about how Nativecam is supposed to work and I think its been mostly correct but is often describing how it “used to work” and not necessarily how it works now. My gut tells me the problem has something to do with a symbolic link or a missing ncam.ngc file. Any thoughts are greatly appreciated!-Doug
(begin Workpiece)(workpiece definition author : Fernand Veilleux) #<wp_width> = [5.906000]#<wp_length> = [13.780000]#<wp_depth> = [0.125000]#<wp_wall> = [0.000000]#<wp_corner_radius> = [0.000000]#<wp_inside_width> = [#<wp_width> - #<wp_wall> * 2]#<wp_inside_length> = [#<wp_length> - #<wp_wall> * 2] #<wp_x> = -2.953000#<wp_y> = 0.000000 o<select> CALL [31] [0] [-2.953000] [-2.953000 - #<wp_length> / 2] [-2.953000 - #<wp_length>]#<wp_left> = #31#<wp_right> = [#<wp_left> + #<wp_length>]
Please Log in or Create an account to join the conversation.
- Aciera
-
- Offline
- Administrator
-
Less
More
- Posts: 4462
- Thank you received: 1998
22 Aug 2025 19:16 - 22 Aug 2025 19:23 #333781
by Aciera
NativeCam has always output gcode in parametric form because it uses subroutines for it's operations (ie the output does not look like what you would expect on a regular 'CAM'). SO there may actually be nothing wrong with that output (except of course that it would need to be formatted properly)
Replied by Aciera on topic Nativecam running on 2.9.4 almost so close
if I try exporting the project as gcode the .ngc file is mostly composed of stuff that looks like this:
NativeCam has always output gcode in parametric form because it uses subroutines for it's operations (ie the output does not look like what you would expect on a regular 'CAM'). SO there may actually be nothing wrong with that output (except of course that it would need to be formatted properly)
Last edit: 22 Aug 2025 19:23 by Aciera.
Please Log in or Create an account to join the conversation.
Time to create page: 0.101 seconds