NativeCam on LinuxCNC 2.9.3
- Giovanni
- Offline
- Senior Member
-
Less
More
- Posts: 41
- Thank you received: 26
21 May 2025 16:36 #328865
by Giovanni
Regards
Giovanni
Replied by Giovanni on topic NativeCam on LinuxCNC 2.9.3
To install NativeCAM from that site, should I download or clone all the linuxcnc package of files?There is a slowly developing version for qt screens:
github.com/LinuxCNC/linuxcnc/commits/qt_ncam/
Regards
Giovanni
Please Log in or Create an account to join the conversation.
- cmorley
- Offline
- Moderator
-
Less
More
- Posts: 7948
- Thank you received: 2160
22 May 2025 01:21 #328882
by cmorley
Replied by cmorley on topic NativeCam on LinuxCNC 2.9.3
I would clone the repository and compile
The following user(s) said Thank You: Giovanni
Please Log in or Create an account to join the conversation.
- cadcam
- Offline
- New Member
-
Less
More
- Posts: 15
- Thank you received: 5
23 Jul 2025 07:45 #332215
by cadcam
Replied by cadcam on topic NativeCam on LinuxCNC 2.9.3
Does anyone have lathe working?
Run - python3 ncam and mill loads
Run - python3 ncam -c lathe and get the attached errors
Thanks
Run - python3 ncam and mill loads
Run - python3 ncam -c lathe and get the attached errors
Thanks
The following user(s) said Thank You: Surmetall
Please Log in or Create an account to join the conversation.
- Giovanni
- Offline
- Senior Member
-
Less
More
- Posts: 41
- Thank you received: 26
23 Jul 2025 21:59 #332242
by Giovanni
Replied by Giovanni on topic NativeCam on LinuxCNC 2.9.3
You could try this:
forum.linuxcnc.org/nativecam/53492-nativ...-9-3?start=80#327780
Regards
Giovanni
forum.linuxcnc.org/nativecam/53492-nativ...-9-3?start=80#327780
Regards
Giovanni
The following user(s) said Thank You: cadcam
Please Log in or Create an account to join the conversation.
- cadcam
- Offline
- New Member
-
Less
More
- Posts: 15
- Thank you received: 5
24 Jul 2025 04:41 #332251
by cadcam
Replied by cadcam on topic NativeCam on LinuxCNC 2.9.3
I followed all the steps you listed and applied the fixes. Now it loads both standalone and imbedded.
The SYS_DIR sets itself to /usr/bin so i changed it in ncam.py to be "/usr/share/linuxcnc/gladevcp/NativeCAM"
In lathe everything works except change tool and straight turn. When I select these icons they give the following error:
File "/usr/bin/ncam", line 4955, in add_feature
f = Feature(src=src_file)
^^^^^^^^^^^^^^^^^^^^^
File "/usr/bin/ncam", line 1736, in __init__
self.from_src(src)
File "/usr/bin/ncam", line 1864, in from_src
exec(self.attr["init"])
File "<string>", line 2, in <module>
NameError: name 'parent' is not defined. Did you mean: 'reparent'?
Any idea how to reslove this is appreciated. Cheers
The SYS_DIR sets itself to /usr/bin so i changed it in ncam.py to be "/usr/share/linuxcnc/gladevcp/NativeCAM"
In lathe everything works except change tool and straight turn. When I select these icons they give the following error:
File "/usr/bin/ncam", line 4955, in add_feature
f = Feature(src=src_file)
^^^^^^^^^^^^^^^^^^^^^
File "/usr/bin/ncam", line 1736, in __init__
self.from_src(src)
File "/usr/bin/ncam", line 1864, in from_src
exec(self.attr["init"])
File "<string>", line 2, in <module>
NameError: name 'parent' is not defined. Did you mean: 'reparent'?
Any idea how to reslove this is appreciated. Cheers
Please Log in or Create an account to join the conversation.
Time to create page: 0.066 seconds