gcode-machine icon indicating copy to clipboard operation
gcode-machine copied to clipboard

A simple CNC state machine implemented in Python that can be used for simulation and processing of G-code

Results 1 gcode-machine issues
Sort by recently updated
recently updated
newest added

On latest jupyter lab w/latest Python, ` gcm.set_line("G0 X0 (bob) Y0 (alice)") gcm.transform_comments() print(gcm.line) ` returns ` gcm.set_line("G0 X0 (bob) Y0 (alice)") gcm.transform_comments() print(gcm.line) ` IOW `;alice` is missing