C++ CadCam program development with CodeBlocks instead of QT
I still use it, even yesterday i cloned it, and created some gcode from a qcad dxf.
With a little bit of work, you can add a lot of features into it.
Please Log in or Create an account to join the conversation.
Just some background. Phill and the guys over at QTPlasmaC has created a test branch for us to develop a six axis plasma application using QTPlasmac. We have done all the kinematics work, with several options, and I am busy with the hardware development of the torch head.
I started doing my own thing from scratch with reading dxf files but realized that it is not the way to go. I stumbled across your work and it seemed that it needs only some extending to be able to generate TCP type gcode for plasma.
I will get your dev stuff to work (hopefully) and then I will need some insights please.
Is Codeblocks still the way to go?
Regards
Marius
www.bluearccnc.com
Please Log in or Create an account to join the conversation.
No please, use qt. And this day's i always use cmakelists.txt loaded into qt as project structure.
I can make the cam project into a cmakelist.txt file for us.
For starting the .pro file is ok he.
For 6 axis plasma, can you use robot's 4,5,6 axis on top of the gantry carriage, This should be the best.
You can just buy the pieces from kuka, they are expensive, but you can just order a piece of a robot.
On github there is my wattsapp for contacting me.
Good luck.
Please Log in or Create an account to join the conversation.
The six axes are not concurrent. The A axis is a rotary axis and then the B and C axis are on a head on the Z axis. It's small and very cost effective head to make. So it's a tube cutter and plate cutter in one with TCP capability. I am trying to put the whole thing in reach of small business and makers if I can.
Regards
Marius
www.bluearccnc.com
Please Log in or Create an account to join the conversation.
Yes please that will help a lot. At least I will know that the project is structured correct.No please, use qt. And this day's i always use cmakelists.txt loaded into qt as project structure.
I can make the cam project into a cmakelist.txt file for us.
For starting the .pro file is ok he.
Regards
Marius
www.bluearccnc.com
Please Log in or Create an account to join the conversation.
She is hiding it from me.On github there is my wattsapp for contacting me.
My email is in the website link in my signature.
Regards
Marius
www.bluearccnc.com
Please Log in or Create an account to join the conversation.
There is also a program that can rip ngc files and turn them into .dxf
github.com/grotius-cnc/gcode-ripper
This then can be evaluated to write .dxf files and or .ngc files.
Ok, i will add a cmakelists.txt to the project.
github.com/grotius-cnc/Linux-Pro/release...1.0.0/qt-creator.deb
Then $ sudo dpkg -i qt-creator.deb
It will be in the ~/opt dir.
Please Log in or Create an account to join the conversation.
Must I install Qt5? The code is not compatible with qt6 I think.
Edit: Sorry did not read properly
Regards
Marius
www.bluearccnc.com
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I did. Qt6.6.1 did not compile due to the QGLwidget has changed to something new. I already deleted that installation so I cannot give the exact error.Hi,
You can install a qt you like. Just try the newest.
Regards
Marius
www.bluearccnc.com
Please Log in or Create an account to join the conversation.