cilynx / pygdk

Python G-code Development Kit
GNU General Public License v3.0
15 stars 4 forks source link

Command queue #43

Closed cilynx closed 3 years ago

cilynx commented 3 years ago

40, #41, and #42 all require making decisions about commands after they've been requested, but before they're presented to the user -- with context of all of the other commands. Time to grow up and manage a command queue as opposed to simply printing out commands the instant they're requested.