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

Unexpected output from initial example (comment transform)

Open theycallmevirgo opened this issue 1 year ago • 0 comments

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

theycallmevirgo avatar Oct 13 '24 01:10 theycallmevirgo