Cad/Cam software for Linux

More
19 Jul 2022 21:44 #247792 by tommylight
Looks nice, thank you.
If i get a chance to play with it, i will report back.
The following user(s) said Thank You: meister

Please Log in or Create an account to join the conversation.

More
18 Aug 2022 11:52 #250011 by meister
Replied by meister on topic Cad/Cam software for Linux
another demo video of viaconstructor:
The following user(s) said Thank You: tommylight

Please Log in or Create an account to join the conversation.

More
20 Aug 2022 11:37 #250098 by pippin88
Replied by pippin88 on topic Cad/Cam software for Linux
Meister, that is looking great!

Very nice that you have included tabs and 3D (triangle shape) tabs!

Please Log in or Create an account to join the conversation.

More
21 Aug 2022 10:46 #250148 by mgm
Replied by mgm on topic Cad/Cam software for Linux
I would like to test it but I can't get it installed, I'm apparently not experienced enough ...
I get the following error message:

michael@Meiner:~$ sudo git clone git@github.com:multigcs/viaconstructor.git
[sudo] Passwort für michael:
Klone nach 'viaconstructor' …
The authenticity of host 'github.com (140.82.121.4)' can't be established.
ECDSA key fingerprint is SHA256:p2QAMXNIC1TJYWeIOttrVc98/R1BUFWu3/LiyKgUfQM.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added 'github.com,140.82.121.4' (ECDSA) to the list of known hosts.
This email address is being protected from spambots. You need JavaScript enabled to view it.: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure that the correct access permissions are in place
and the repository exists.

Could someone please tell me step by step how to go about installing it?

 

Please Log in or Create an account to join the conversation.

More
21 Aug 2022 16:21 #250151 by arvidb
Replied by arvidb on topic Cad/Cam software for Linux
$ git clone https://github.com/multigcs/viaconstructor.git

And don't use sudo when cloning and building - only during install - or you are likely to get permission problems later.
The following user(s) said Thank You: tommylight

Please Log in or Create an account to join the conversation.

More
21 Aug 2022 17:05 #250152 by mgm
Replied by mgm on topic Cad/Cam software for Linux
OK I now have the clone on my computer
and how does it go on now?
If I now "pip3 install viaconstructor"

I get now the following

Requirement already satisfied: cavaliercontours-python==0.0.1 in /home/michael/.local/lib/python3.8/site-packages (from -r requirements.txt (line 7)) (0.0.1)
Requirement already satisfied: ezdxf==0.17.2 in /home/michael/.local/lib/python3.8/site-packages (from -r requirements.txt (line 9)) (0.17.2)
Requirement already satisfied: numpy==1.23.0 in /home/michael/.local/lib/python3.8/site-packages (from -r requirements.txt (line 11)) (1.23.0)
Requirement already satisfied: pillow==9.0.1 in /home/michael/.local/lib/python3.8/site-packages (from -r requirements.txt (line 13)) (9.0.1)
Requirement already satisfied: pygame==2.1.2 in /home/michael/.local/lib/python3.8/site-packages (from -r requirements.txt (line 15)) (2.1.2)
Requirement already satisfied: pyopengl==3.1.5 in /home/michael/.local/lib/python3.8/site-packages (from -r requirements.txt (line 17)) (3.1.5)
Requirement already satisfied: pyparsing==3.0.9 in /home/michael/.local/lib/python3.8/site-packages (from -r requirements.txt (line 19)) (3.0.9)
Requirement already satisfied: pyqt5==5.15.6 in /home/michael/.local/lib/python3.8/site-packages (from -r requirements.txt (line 21)) (5.15.6)
Requirement already satisfied: pyqt5-qt5==5.15.2 in /home/michael/.local/lib/python3.8/site-packages (from -r requirements.txt (line 23)) (5.15.2)
Requirement already satisfied: pyqt5-sip==12.11.0 in /home/michael/.local/lib/python3.8/site-packages (from -r requirements.txt (line 25)) (12.11.0)
Requirement already satisfied: typing-extensions==4.3.0 in /home/michael/.local/lib/python3.8/site-packages (from -r requirements.txt (line 27)) (4.3.0)
Requirement already satisfied: Hershey-Fonts==2.1.0 in /home/michael/.local/lib/python3.8/site-packages (from -r requirements.txt (line 29)) (2.1.0)
Requirement already satisfied: svgpathtools==1.5.1 in /home/michael/.local/lib/python3.8/site-packages (from -r requirements.txt (line 31)) (1.5.1)
Requirement already satisfied: meshcut==0.3.0 in /home/michael/.local/lib/python3.8/site-packages (from -r requirements.txt (line 32)) (0.3.0)
Requirement already satisfied: pyclipper==1.3.0 in /home/michael/.local/lib/python3.8/site-packages (from -r requirements.txt (line 33)) (1.3.0)
Requirement already satisfied: setproctitle==1.2.3 in /home/michael/.local/lib/python3.8/site-packages (from -r requirements.txt (line 34)) (1.2.3)
Requirement already satisfied: freetype-py==2.3.0 in /home/michael/.local/lib/python3.8/site-packages (from -r requirements.txt (line 35)) (2.3.0)
Requirement already satisfied: scipy in /home/michael/.local/lib/python3.8/site-packages (from svgpathtools==1.5.1->-r requirements.txt (line 31)) (1.9.0)
Requirement already satisfied: svgwrite in /home/michael/.local/lib/python3.8/site-packages (from svgpathtools==1.5.1->-r requirements.txt (line 31)) (1.4.3)
Requirement already satisfied: numpy-stl in /home/michael/.local/lib/python3.8/site-packages (from meshcut==0.3.0->-r requirements.txt (line 32)) (2.17.1)
Requirement already satisfied: python-utils>=1.6.2 in /home/michael/.local/lib/python3.8/site-packages (from numpy-stl->meshcut==0.3.0->-r requirements.txt (line 32)) (3.3.3)
michael@Meiner:~/viaconstructor$

and now?

 

Please Log in or Create an account to join the conversation.

More
22 Aug 2022 08:43 #250188 by meister
Replied by meister on topic Cad/Cam software for Linux
Hi,
there are 2 different ways to install:
* pip3 install viaconstructor (this will install it to you system)
or
* git clone github.com/multigcs/viaconstructor.git (this will get the sources)
* pip3 install -r requirements.txt (this will install the depend's)

from Source you can start with:

bin/viaconstructor tests/data/simple.dxf

or From System (installed via pip)

viaconstructor PATH_TO_YOUR_DXF

Please Log in or Create an account to join the conversation.

More
22 Aug 2022 14:39 #250206 by mgm
Replied by mgm on topic Cad/Cam software for Linux
Thanks for the help,
but somehow I do not get further!

That can not be so difficult or?

Now I get the following:
 

I suspect there is something wrong with the PATCH ....
I installed it with:
pip3 install viaconstructor

what is the problem?

 
Attachments:

Please Log in or Create an account to join the conversation.

More
22 Aug 2022 14:59 #250211 by meister
Replied by meister on topic Cad/Cam software for Linux
You are using Python3.6, this will only works with Python3.9 and newer :( , sorry

Please Log in or Create an account to join the conversation.

More
22 Aug 2022 22:13 #250233 by meister
Replied by meister on topic Cad/Cam software for Linux
if no other way works, you can try the experimental App-Image:

wget multixmedia.org/viaconstructor-0.3.3-x86_64.AppImage
chmod +x viaconstructor-0.3.3-x86_64.AppImage
./viaconstructor-0.3.3-x86_64.AppImage PATH_TO_YOUR_DXF

Please Log in or Create an account to join the conversation.

Moderators: Skullworks
Time to create page: 0.339 seconds
Powered by Kunena Forum