OctoPrint/SkeinPyPy/terminal.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

21 lines
598 B
Bash
Executable file

#!/bin/sh
#
# Script to open the bash terminal in this directory.
#
# Usage: set the executable property to true if it isn't already. Then double click the file.
#
echo 'Directory listing:'
echo ''
ls
echo ''
echo 'To run a python script (.py) listed above, try typing something like:'
echo 'python filename'
echo ''
echo 'For example, in the skeinforge directory you could run skeinforge.py by typing:'
echo 'python skeinforge.py'
echo ''
echo 'To skeinforge the test.stl file from the command line, in the skeinforge directory you could type:'
echo 'python skeinforge.py test.stl'
echo ''
bash