Is your feature request related to a problem? Please describe.
When using robotic_chess.octoprint.Printer.run_gcode() there is no way to input gcode from robotic_chess.gcode.Parser.parse().
Describe the solution you'd like
A mode to immediately output gcode after running a command.
Describe alternatives you've considered
Rewriting the entire gcode library with functions instead of a class.
Is your feature request related to a problem? Please describe. When using robotic_chess.octoprint.Printer.run_gcode() there is no way to input gcode from robotic_chess.gcode.Parser.parse().
Describe the solution you'd like A mode to immediately output gcode after running a command.
Describe alternatives you've considered Rewriting the entire gcode library with functions instead of a class.