Install Slicer on a Raspberry Pi
I've downloaded the AppImage for the slicer on my Raspberry Pi (5) and set the permissions for anyone to execute, but it is not running.
Any help would be greatly appreciated.
RE: Install Slicer on a Raspberry Pi
If you are not already, run it from the command line and post any output/errors you get in the terminal window.
RE: Install Slicer on a Raspberry Pi
Download/use the arm64 .tar.bz2 file that seems to work.
$ tar xf PrusaSlicer-2.7.1+linux-arm64-GTK3-202312130749.tar.bz2 $ PrusaSlicer-2.7.1+linux-arm64-GTK3-202312130749/bin/prusa-slicer
RE: Install Slicer on a Raspberry Pi
When I run in Terminal I get:
dsh@RPi5a:~/Downloads $ PrusaSlicer-2.7.1+linux-x64-GTK3-202312121425.AppImage
bash: PrusaSlicer-2.7.1+linux-x64-GTK3-202312121425.AppImage: command not found
dsh@RPi5a:~/Downloads $
Don't forget to preface it with the path or ./ if in the same directory.
Cheerio,
RE: Install Slicer on a Raspberry Pi
dsh@RPi5a:~/Downloads $ ./PrusaSlicer-2.7.1+linux-x64-GTK3-202312121425.AppImage
bash: ./PrusaSlicer-2.7.1+linux-x64-GTK3-202312121425.AppImage: cannot execute binary file: Exec format error
RE: Install Slicer on a Raspberry Pi
The linux-x64* versions are for Intel/AMD based systems. Those won't work on a Raspberry Pi. The linux-armv7l may work on the 32-bit Raspberry Pis, but it looks like you need the linux-arm64 version for 64-bit Raspberry Pis.