OctoPrint-GCodeSystemCommands
OctoPrint-GCodeSystemCommands copied to clipboard
Define G-Code commands that execute local system commands.
#### What were you doing? Wanted to execute code Iniital error was a 'returned 127' resolved by adding absolute path to the shell script /home/pi/OctoPrint/OCTO100.sh (execution properties set to all)...
This pull request fixes an exception which was thrown when command produced output which contains non-ASCII characters. Here is an example of the error before the fix: ```bash Traceback (most...
#### What were you doing? 1. Create a python script that loops indefinitely "801.py" 2. Create a GCODE System Command (801) with the following command: /usr/bin/python3 /path/to/script/801.py& 3. Call the...