Zip-o-mat / Slic3r

Slic3r with integrated electronics and Nonplanar slicer (see branches)
GNU Affero General Public License v3.0
594 stars 96 forks source link

how to start slic3r.pl in ubuntu 18 lts #26

Closed omniucef closed 3 years ago

omniucef commented 3 years ago

hello, I am new to this whole thing, i used a virtual box on windows 10 with ubuntu 18 LTS.

I successfully compiled Slic3r.pl and the GUI popped up and everything works as normal.

But when I close the virtual box and restart ubuntu I don't find the Slic3r application button to start the program again. The folders are in the linux system but I cannot seem to make it work.

is there a specific command line that I need to type to start slic3r? or is there a way to have it as a clickable application on my desktop?

thanks

MeticulousFishFrier commented 3 years ago

In a terminal, you can start Slic3r by going into the Slic3r directory with cd Slic3r and do perl slic3r.pl.

omniucef commented 3 years ago

thank you!