OctoPrint-GCodeSystemCommands icon indicating copy to clipboard operation
OctoPrint-GCodeSystemCommands copied to clipboard

Define G-Code commands that execute local system commands.

Results 3 OctoPrint-GCodeSystemCommands issues
Sort by recently updated
recently updated
newest added

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

awaiting information

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