Howdy y'all, I have been working on a python script that translates gcode into a scripting language for a 6 axis robot. The script itself works perfectly from both inside the IDE and inside a command prompt. The script allows me to pass arguments to it in both of these places. Where I have been havi...