- GCode and Part Programs
- CAD CAM
- NativeCAM
- NativeCAM 2.0b — Python 3 & GTK3 port for LinuxCNC 2.9 / Debian 13 Trixie
NativeCAM 2.0b — Python 3 & GTK3 port for LinuxCNC 2.9 / Debian 13 Trixie
- jjdege
-
- Offline
- Premium Member
-
Less
More
- Posts: 125
- Thank you received: 37
25 Apr 2026 08:59 #345910
by jjdege
Replied by jjdege on topic NativeCAM 2.0b — Python 3 & GTK3 port for LinuxCNC 2.9 / Debian 13 Trixie
Hi,
What you're doing is fantastic. The installation is going well.
The simulations show great potential. Congratulations!
If I may make a point, looking at the video, I think it's better if the horizontal drilling unit
descends when it reaches its position. In the video, you can see it descending and then reaching its position.
That's just my opinion.
Thanks and congratulations again!
What you're doing is fantastic. The installation is going well.
The simulations show great potential. Congratulations!
If I may make a point, looking at the video, I think it's better if the horizontal drilling unit
descends when it reaches its position. In the video, you can see it descending and then reaching its position.
That's just my opinion.
Thanks and congratulations again!
The following user(s) said Thank You: axemas
Please Log in or Create an account to join the conversation.
- axemas
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 19
- Thank you received: 49
25 Apr 2026 11:54 - 25 Apr 2026 11:58 #345913
by axemas
Replied by axemas on topic NativeCAM 2.0b — Python 3 & GTK3 port for LinuxCNC 2.9 / Debian 13 Trixie
Hi,
What you're doing is fantastic. The installation is going well.
The simulations show great potential. Congratulations!
If I may make a point, looking at the video, I think it's better if the horizontal drilling unit
descends when it reaches its position. In the video, you can see it descending and then reaching its position.
That's just my opinion.
Thanks and congratulations again!
Hi,
Thank you for the kind words and for the sharp observation!
Regarding the horizontal drilling unit: you are absolutely right. In the video, the Z and X/Y axes are moving simultaneously for speed. However, NativeCAM allows full control over the sequence.
In the final setup, we can easily configure the G-code to ensure the unit reaches its target position before starting the descent. Safety and precision are the priorities, and this is exactly why LinuxCNC + NativeCAM is so powerful—we can tweak these movements to fit the specific mechanics of the machine perfectly.
Thanks again for the feedback, it’s very much appreciated!"
Last edit: 25 Apr 2026 11:58 by axemas.
The following user(s) said Thank You: COFHAL, Surmetall, jjdege
Please Log in or Create an account to join the conversation.
- Surmetall
-
- Away
- Senior Member
-
Less
More
- Posts: 52
- Thank you received: 33
01 May 2026 09:28 #346075
by Surmetall
Replied by Surmetall on topic NativeCAM 2.0b — Python 3 & GTK3 port for LinuxCNC 2.9 / Debian 13 Trixie
Hi Axemas,
really appreciate the steady progress you’ve been sharing, great demo video! It’s clear a lot of careful work is going into this, and it doesn’t go unnoticed.
The lathe features especially the polyline workflow alongside G71/G72/G73 look genuinely promising. That earlier preview video sparked a lot of anticipation on my side, and I’m still very excited.
Have you had any time to push this further since your last update, or did testing surface any tricky blockers? No rush at all just curious where things stand.
Thanks again for keeping NativeCAM moving forward. I’m really looking forward to the next steps.
greetings
Tom
really appreciate the steady progress you’ve been sharing, great demo video! It’s clear a lot of careful work is going into this, and it doesn’t go unnoticed.
The lathe features especially the polyline workflow alongside G71/G72/G73 look genuinely promising. That earlier preview video sparked a lot of anticipation on my side, and I’m still very excited.
Have you had any time to push this further since your last update, or did testing surface any tricky blockers? No rush at all just curious where things stand.
Thanks again for keeping NativeCAM moving forward. I’m really looking forward to the next steps.
greetings
Tom
The following user(s) said Thank You: Zbigi
Please Log in or Create an account to join the conversation.
- COFHAL
- Offline
- Platinum Member
-
Less
More
- Posts: 454
- Thank you received: 60
09 May 2026 01:12 #346278
by COFHAL
Replied by COFHAL on topic NativeCAM 2.0b — Python 3 & GTK3 port for LinuxCNC 2.9 / Debian 13 Trixie
Could you explain what this means? It creates and uses the ~/nativecam directory. It requires the correct SUBROUTINE_PATH in your LinuxCNC INI file to be fully functional. I've created some programs, but they don't run. I think there are problems with OWord. Axis doesn't show any errors, but when I run the code generated by ncam in QTDragon, it says it can't find the macros or OWord.
Please Log in or Create an account to join the conversation.
- Doug Crews
- Offline
- Senior Member
-
Less
More
- Posts: 62
- Thank you received: 8
23 May 2026 17:26 #346578
by Doug Crews
Replied by Doug Crews on topic NativeCAM 2.0b — Python 3 & GTK3 port for LinuxCNC 2.9 / Debian 13 Trixie
Hi axemas, Thank you for all your efforts.
I’m testing the[/code][/code][/code][/code][/code]
(ncam:27369): Gtk-CRITICAL **: 09:12:35.253: gtk_accel_label_set_accel_closure: assertion 'gtk_accel_group_from_accel_closure (accel_closure) != NULL' failed
/usr/bin/ncam:2538: DeprecationWarning: Gtk.UIManager.get_widget is deprecated
self.main_toolbar = self.uimanager.get_widget("/ToolBar")
/usr/bin/ncam:3530: DeprecationWarning: Gtk.Action.set_visible is deprecated
self.actionCurrent.set_visible(not self.pref.autosave)
/usr/bin/ncam:4453: DeprecationWarning: Gtk.Action.set_sensitive is deprecated
self.actionUndo.set_sensitive(self.undo_pointer > 0)
Previous work not saved as current work
/usr/bin/ncam:3993: DeprecationWarning: Gtk.ToggleAction.get_active is deprecated
if self.actionDualView.get_active() :
I’m trying to determine if additional steps are required to make it compatible.Any clarification or guidance would be appreciated.Thanks.
Doug[/code][/code][/code][/code][/code]
I’m testing the
nativecam_2.0b-4_all.deb package on a clean install from the Debian 13 Trixie ISO. The package installs without errors, but the NativeCAM tab inside LinuxCNC appears blank.
To make sure I wasn’t mixing versions, I completely removed all previous NativeCAM files and reinstalled the [code]-4 [code].deb.
After installation, [code]dpkg -L nativecam shows the package installs into:
/usr/share/linuxcnc/aux_gladevcp/NativeCAM
/usr/bin/nativecam
/usr/bin/ncam
My INI file contains the following entries:
[DISPLAY]
EMBED_TAB_NAME = NativeCAM
EMBED_TAB_COMMAND = nativecam
NCAM_DIR = /usr/share/nativecam
LinuxCNC launches normally, but the NativeCAM tab remains empty. When I run [code]ncam (or [code]nativecam) standalone from a terminal, I get a stream of warnings and deprecation messages. Here are the last lines:(ncam:27369): Gtk-CRITICAL **: 09:12:35.253: gtk_accel_label_set_accel_closure: assertion 'gtk_accel_group_from_accel_closure (accel_closure) != NULL' failed
/usr/bin/ncam:2538: DeprecationWarning: Gtk.UIManager.get_widget is deprecated
self.main_toolbar = self.uimanager.get_widget("/ToolBar")
/usr/bin/ncam:3530: DeprecationWarning: Gtk.Action.set_visible is deprecated
self.actionCurrent.set_visible(not self.pref.autosave)
/usr/bin/ncam:4453: DeprecationWarning: Gtk.Action.set_sensitive is deprecated
self.actionUndo.set_sensitive(self.undo_pointer > 0)
Previous work not saved as current work
/usr/bin/ncam:3993: DeprecationWarning: Gtk.ToggleAction.get_active is deprecated
if self.actionDualView.get_active() :
I’m trying to determine if additional steps are required to make it compatible.Any clarification or guidance would be appreciated.Thanks.
Doug
[code][code][code][code][code] Please Log in or Create an account to join the conversation.
- Surmetall
-
- Away
- Senior Member
-
Less
More
- Posts: 52
- Thank you received: 33
07 Jun 2026 15:58 - 07 Jun 2026 15:59 #346952
by Surmetall
Replied by Surmetall on topic NativeCAM 2.0b — Python 3 & GTK3 port for LinuxCNC 2.9 / Debian 13 Trixie
Hi Axemas,
I now have a LinuxCNC lathe that is slowly but surely becoming productive, so I would be very interested in testing NativeCAM Lathe on a real machine. Especially the lathe polyline workflow would be highly interesting for me.
If there is already a test branch, an early package, or even just an intermediate state that is not fully polished yet, I would be happy to try it and give feedback. I can test with real turning jobs, report issues, and provide screenshots, generated G-code, or error messages if that helps.
I also think that sharing even a rough intermediate status could motivate more lathe users to test and maybe help move this part forward. NativeCAM Lathe with a working polyline function would be a very valuable tool for many LinuxCNC lathe users.
No pressure and no timeline expectations. I would just be glad to help testing when there is something available.
Best regards,
Tom
I now have a LinuxCNC lathe that is slowly but surely becoming productive, so I would be very interested in testing NativeCAM Lathe on a real machine. Especially the lathe polyline workflow would be highly interesting for me.
If there is already a test branch, an early package, or even just an intermediate state that is not fully polished yet, I would be happy to try it and give feedback. I can test with real turning jobs, report issues, and provide screenshots, generated G-code, or error messages if that helps.
I also think that sharing even a rough intermediate status could motivate more lathe users to test and maybe help move this part forward. NativeCAM Lathe with a working polyline function would be a very valuable tool for many LinuxCNC lathe users.
No pressure and no timeline expectations. I would just be glad to help testing when there is something available.
Best regards,
Tom
Last edit: 07 Jun 2026 15:59 by Surmetall.
Please Log in or Create an account to join the conversation.
- GCode and Part Programs
- CAD CAM
- NativeCAM
- NativeCAM 2.0b — Python 3 & GTK3 port for LinuxCNC 2.9 / Debian 13 Trixie
Time to create page: 0.119 seconds