development of a qt version of ncam
- yeltrow
- Offline
- Senior Member
-
Less
More
- Posts: 71
- Thank you received: 3
06 Apr 2024 14:00 #297682
by yeltrow
Replied by yeltrow on topic development of a qt version of ncam
Just a message of encouragement. Please keep us up to date on your work. I love ncam, miss FernV, and I am too am being held back by not being able to run it in latest versions of linuxcnc. It makes linuxcnc a conversational programming powerhouse!!!
Please Log in or Create an account to join the conversation.
- cmorley
- Offline
- Moderator
-
Less
More
- Posts: 7863
- Thank you received: 2121
06 Apr 2024 17:33 #297702
by cmorley
Replied by cmorley on topic development of a qt version of ncam
Thank I will need it. I have taken a bit of a break on it, but intend to continue.
It's seems well thought out.
It's seems well thought out.
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
- gmouer
- Offline
- Elite Member
-
Less
More
- Posts: 228
- Thank you received: 7
19 Feb 2025 13:23 #321983
by gmouer
Replied by gmouer on topic development of a qt version of ncam
Is the work on ncam still ongoing? I loved using it and have not upgraded my lincnc in years because I don't want to loose it.
I recently played with Pathpilot again but it is a bear to work with and adapt to a non tormach machine. My only real reason for exploring Pathpilot is its excellent conversational. Unfortunately the Pathpilot section for this forum is all but dead, virtually no activity in years so a lot is greatly outdated.
I have not seen a Lcnc screenset with decent (any) conversational to date unless I am missing something.
I would sure love to see Ncam brought back to life. Any updates would be greatly appreciated.
I recently played with Pathpilot again but it is a bear to work with and adapt to a non tormach machine. My only real reason for exploring Pathpilot is its excellent conversational. Unfortunately the Pathpilot section for this forum is all but dead, virtually no activity in years so a lot is greatly outdated.
I have not seen a Lcnc screenset with decent (any) conversational to date unless I am missing something.
I would sure love to see Ncam brought back to life. Any updates would be greatly appreciated.
Please Log in or Create an account to join the conversation.
- cmorley
- Offline
- Moderator
-
Less
More
- Posts: 7863
- Thank you received: 2121
22 Feb 2025 09:15 #322261
by cmorley
Replied by cmorley on topic development of a qt version of ncam
I have been stalled on this for quite some time. It's difficult work. Keep routing me on from time to time.
The following user(s) said Thank You: tommylight, pommen
Please Log in or Create an account to join the conversation.
- TangentAudio
- Offline
- Premium Member
-
Less
More
- Posts: 99
- Thank you received: 24
22 Feb 2025 17:42 #322283
by TangentAudio
Replied by TangentAudio on topic development of a qt version of ncam
I've had interest in modernizing NativeCAM as well, and I am comfortable coding in PyQt / LinuxCNC / QtVcp. I don't know exactly how much time I can commit, but might be able to offer some coding help.
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
- cmorley
- Offline
- Moderator
-
Less
More
- Posts: 7863
- Thank you received: 2121
22 Feb 2025 23:31 #322320
by cmorley
Replied by cmorley on topic development of a qt version of ncam
There is a branch that I created for Qt_ncam:
github.com/LinuxCNC/linuxcnc/commits/qt_ncam/
As I said I haven't looked at it in a while so need to rebase on master and make sure it still works. I am not a proper programmer - I just hack till it works so the code right now is a mess.
The big problem is I never used Ncam so don't know how/what things worked before.
Some things work now but really I could use someone who knows the program to audit and prioritize what part to work on. That would help and motivate me more.
yes I have less time for linuxcnc too.
I would really like to get this working and in linuxcnc.
Chris
github.com/LinuxCNC/linuxcnc/commits/qt_ncam/
As I said I haven't looked at it in a while so need to rebase on master and make sure it still works. I am not a proper programmer - I just hack till it works so the code right now is a mess.
The big problem is I never used Ncam so don't know how/what things worked before.
Some things work now but really I could use someone who knows the program to audit and prioritize what part to work on. That would help and motivate me more.
yes I have less time for linuxcnc too.
I would really like to get this working and in linuxcnc.
Chris
Please Log in or Create an account to join the conversation.
- TangentAudio
- Offline
- Premium Member
-
Less
More
- Posts: 99
- Thank you received: 24
24 Feb 2025 13:32 #322485
by TangentAudio
Replied by TangentAudio on topic development of a qt version of ncam
I'll take a look at the branch when I get a chance.
Unfortunately I'm in the same boat in terms of not having been a NativeCAM user previously, so I'm not familiar with the nuances. About a year ago I did manage to hack-and-slash the old version to run on modern 2.9.x as a standalone app. Stuff was still broken but I could do the basics like define the workpiece, and create some basic ops.
Does anyone know the last LinuxCNC distro it was known to work on? If one of the old LinuxCNC ISOs works with NativeCAM, it's easy for me to spin up a virtual machine to test it out as it was intended.
Unfortunately I'm in the same boat in terms of not having been a NativeCAM user previously, so I'm not familiar with the nuances. About a year ago I did manage to hack-and-slash the old version to run on modern 2.9.x as a standalone app. Stuff was still broken but I could do the basics like define the workpiece, and create some basic ops.
Does anyone know the last LinuxCNC distro it was known to work on? If one of the old LinuxCNC ISOs works with NativeCAM, it's easy for me to spin up a virtual machine to test it out as it was intended.
Please Log in or Create an account to join the conversation.
- rodw
-
- Away
- Platinum Member
-
Less
More
- Posts: 11131
- Thank you received: 3694
24 Feb 2025 21:47 #322534
by rodw
Replied by rodw on topic development of a qt version of ncam
I think 2.8 on Wheezy should work. The issue is Python 2.7 was deprecated from Debian Bullseye and on so the new Debian versions use Python 3
Please Log in or Create an account to join the conversation.
- HansU
-
- Offline
- Platinum Member
-
Less
More
- Posts: 682
- Thank you received: 204
21 Mar 2025 19:41 #324450
by HansU
I created a branch with the updated original version, so you can have a look how it supposed to work.
You find a gmoccapy sample config running in a RIP environment here: github.com/LinuxCNC/linuxcnc/commits/nativecam
You need to run 'git submodule update --init --recursive' because I added NativeCAM as a submodule...
Replied by HansU on topic development of a qt version of ncam
The big problem is I never used Ncam so don't know how/what things worked before.
Some things work now but really I could use someone who knows the program to audit and prioritize what part to work on. That would help and motivate me more.
I created a branch with the updated original version, so you can have a look how it supposed to work.
You find a gmoccapy sample config running in a RIP environment here: github.com/LinuxCNC/linuxcnc/commits/nativecam
You need to run 'git submodule update --init --recursive' because I added NativeCAM as a submodule...
Please Log in or Create an account to join the conversation.
- cmorley
- Offline
- Moderator
-
Less
More
- Posts: 7863
- Thank you received: 2121
22 Mar 2025 02:22 #324512
by cmorley
Replied by cmorley on topic development of a qt version of ncam
Ok thanks I'll look at that!
Please Log in or Create an account to join the conversation.
Moderators: cmorley
Time to create page: 0.084 seconds