markroland / sand-table-pattern-maker

A tool for creating G-code commands to draw patterns
37 stars 9 forks source link

Verify Python3 support #24

Closed markroland closed 3 years ago

markroland commented 3 years ago

In sand-table-track.py I get an encoding error. I think the solution is instead of grbl_serial.write("\r\n\r\n") I need grbl_serial.write(str.encode("\r\n\r\n")) for Python3

markroland commented 3 years ago

I made this issue on the wrong repo!