arpruss / gcodeplot

Use a 3-axis machine as a pen plotter
Other
167 stars 60 forks source link

Update path.py #31

Closed MattStedman closed 2 years ago

MattStedman commented 2 years ago

Fix for later versions of Python with "ImportError: cannot import name 'MutableSequence' from 'collections'' error.

arpruss commented 2 years ago

Thanks, but that breaks 2.7 compatibility. I suppose one could put a try block around it.