Installation of Slic3R on Ubuntu ?
I have seen that a version of Slic3R PE is available here. But where could I find the process to install it on Ubuntu (I'm not yet familiar with the different installation options)
I imagine that it starts with downloading, decompressing and the ?
Some procedure or link to suitable explanations would be much appreciated.
Jean-Marc
Re: Installation of Slic3R on Ubuntu ?
From the terminal window:
sudo apt-get update
sudo apt-get install git
Will get Git installed if it isn't already
git clone https://github.com/prusa3d/Slic3r.git
should get you started
Anything can be made better
https://www.myminifactory.com/users/Joe%20Prints
Re: Installation of Slic3R on Ubuntu ?
The easiest way is to use the AppImage file provided here:
https://github.com/prusa3d/Slic3r/releases
It should be a case of download it, make the file executable, then run it.
https://itsfoss.com/use-appimage-linux/
I personally use Debian rather than Ubuntu, but I bet it works just as well for you.