gcode-machine
gcode-machine copied to clipboard
Unexpected output from initial example (comment transform)
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