A thumbnail generator for Windows and Linux supporting stl
, 3mf
, gcode
, and bgcode
files.
Desktop | stl | gcode [3] | bgcode [1,3] | 3mf [3] |
---|---|---|---|---|
Gnome | ✅ | ✅ | ✅ | ✅ |
KDE | ✅ | ✅ | ✅ | ✅ |
Windows | ✅ | ✅ | ✅ | ❌ [2] |
[1] Prusa's flavor
[2] Native support
[3] Requires embedded previews
Use the precompiled packages from the Releases section, or compile it yourself:
git clone https://github.com/krepa098/stl2thumbnail_rs
cd stl2thumbnail_rs
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DKDE=ON -DGNOME=ON ..
make
sudo make install
MIT, see LICENSE
.