Search found 3 matches

Go to advanced search

by jandrunas
Tue Jan 17, 2023 11:16 am
Forum: Troubleshooting and Bug Reports
Topic: Thumbnail generator no longer works in S3Dv5
Replies: 5
Views: 3013
 
Jump to post

Re: Thumbnail generator no longer works in S3Dv5

my crappy thumbnail generator for v5/linux definatley room form improvements, really no reason to write all those temp files for instnace #!/bin/bash set -e FILE="$@" FILE_PATH=${FILE%/*} FILE_NAME=${FILE##*/} WORKING_DIR='/tmp' sed -i '; /postProcessing/d' "${FILE}" gcode2png --...
by jandrunas
Mon Jan 16, 2023 11:09 am
Forum: Troubleshooting and Bug Reports
Topic: Install on Ubuntu 22.10 results in unusable software.
Replies: 7
Views: 64014
 
Jump to post

Re: Install on Ubuntu 22.10 results in unusable software.

The only way I was able to not require it to run as root, was after installing to do chown -R on /opt/Simplify3D-5.0.0/ and change the user and group to mine
by jandrunas
Mon Jan 16, 2023 11:04 am
Forum: General Discussion and Tips
Topic: Additional Terminal Commands Debugging
Replies: 4
Views: 3108
 
Jump to post

Re: Additional Terminal Commands Debugging

I use linux and just wrap everything in a shell script and then put the full path to the script in the post processing screen

/usr/local/bin/send-to-printer "[output_filepath]"

Go to advanced search