-
Download and place the script on your system somewhere with permissions allowing S3D to access.
git clone https://github.com/NotExpectedYet/s3d-thumbnail-generator.git
-
Edit the thumbnailGeneration.bash file with your working directory. (/tmp will work fine I just left mine in my user folder).
WORKINGDIR="<Your full system path here>"
-
You will need to figure out where to crop on your screen size. If your resolution is 1920x1080 then it should already work fine with the default settings. You'll have to play with these to figure out the best settings for your resolution otherwise.
-crop 1583x792+285+32
-
Make sure to install xdotools and imagemagik(usually on your OS)
sudo apt-get install xdotool
sudo apt install imagemagick
-
Open S3D and input the location of your script into the post-processing tab.
-
Slice something and await the script to run. It currently adds 2 seconds onto the slice completion time as I found the script was a little too fast at generating the thumbnail. You can change this
PAUSE="2"
-
Upload to your OctoPrint instance that has the PrusaThumbnail plugin installed.
https://plugins.octoprint.org/plugins/prusaslicerthumbnails/
-
Notifications
You must be signed in to change notification settings - Fork 1
Attempts to generate a thumbnail when slicing in S3D that can be used with the OctoPrint plugin PrusaThumbnail generator
License
NotExpectedYet/s3d-thumbnail-generator
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Attempts to generate a thumbnail when slicing in S3D that can be used with the OctoPrint plugin PrusaThumbnail generator
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published