Hacking3DPrinters / robotic-chess

An AI-powered chess playing robot.
https://github.com/Hacking3DPrinters/robotic-chess/wiki
MIT License
1 stars 2 forks source link

gcode module has no way to pass information to octoprint #51

Closed HippoProgrammer closed 3 months ago

HippoProgrammer commented 3 months ago

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.

HippoProgrammer commented 3 months ago

In development.

HippoProgrammer commented 3 months ago

Fixed.