Hi everyone!
I’m curious to know which slicer you guys use.
I’ve been using the Creality slicer, but it seems like it pretty consistently crashes, and I’ve tried Cura but the print seemed stringy despite using the same settings.
How are Orca or Prusa?
deleted by creator
There’s also a community built Flatpak if you’re ok with that
deleted by creator
There’s also Orca and SuperSlicer which are forks of the same code as Prusa.
What is an appimage?
Basically an executable package of an entire application for Linux. It doesn’t integrate with package managers meaning you’ll have to update it manually.
deleted by creator
An appimage is basically a bundle of all the required libraries dependencies and the actual application you want to run. Its convinient for the developers since they dont have to package their software for multiple distibutions (debian, arch, suse etc). To have it behave like you are expecting (ie be double clickable to run and searchable) you need to make the file executable (either with chmod or a right click menu if your disto has the option) and create a .desktop file (either manually or using an app like Appimage Launcher)
This may sound complicated but it is pretty easy. Though I find it an unecessary hassle as well. Here is a guide with more info as well : https://itsfoss.com/use-appimage-linux/
I use the Flatpak version.