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 --...