OctoPrint/SkeinPyPy/skeinforge_application/show_skeinforge.sh
daid 77d04ceab8 Removed patches for different skeinforge versions. Only SF48 now.
Updated build script to create win32/linux/macos versions.
Fixed the defaults to they work with PLA.
Fixed the temperature plugin default "ON" problem.
Removed all profiles except for PLA.
2012-02-10 17:20:03 +01:00

8 lines
195 B
Bash
Executable file

#!/usr/bin/python
#
# Script to show the skeinforge dialog.
#
# Usage: set the executable property to true if it isn't already. Then double click the file.
#
import skeinforge
skeinforge.main()