cilynx / pygdk

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

Deal with S being both a command and a parameter #45

Closed cilynx closed 2 years ago

cilynx commented 2 years ago

This turned out to not be that big of a deal -- added S as a parsed parameter and can still do things like code='S17000' to use it as a command with no weird consequences.