I'm trying to setup this plugin for OCTOPRINT that takes custom GCODE commands (indicated with OCTO# - eg OCTO123) and runs a shell script. In a perfect world, this would run a shell script that causes my LED strip to indicate a % of completion. I have the shell script written and ready to go, but n...