GTK thumbnailers for .scad, .stl and .3mf files.
This project allows most GTK file managers (Nautilus, Nemo, Caja and PCManFM-gtk) to show thumbnails for .stl
, .scad
and .3mf
files.
It also works with Nautilus>=3.28, which introduced thumbnailers sandboxing with bubblewrap.
- openscad
- imagemagick
- Xvfb
In Fedora they can be installed with the following command:
sudo dnf install openscad ImageMagick xorg-x11-server-Xvfb
There is an AUR package https://aur.archlinux.org/packages/openscad-thumbnailers
You can install it using your favourite aur helper:
yay -S openscad-thumbnailers
Clone the repo and run the install.sh file
git clone https://github.com/georgewoodall82/openscad-thumbnailers
cd openscad-thumbnailers
sudo bash install.sh