FullControlXYZ / fullcontrol

Python version of FullControl for toolpath design (and more) - the readme below is best source of information
GNU General Public License v3.0
672 stars 78 forks source link

offset_path #6

Closed ArMaAy closed 1 year ago

ArMaAy commented 1 year ago

Hello, Thank you for the useful program. Just one thing, I am trying to use offset_path on my laptop but I am receiving following error: module 'lab.fullcontrol' has no attribute 'offset_path' I have added Fullcontrol package by following command again, but there is still the error mentioned above.

pip install git+https://github.com/FullControlXYZ/fullcontrol

Thank you Mohsen

fullcontrol-xyz commented 1 year ago

This is probably because we've not implemented version control formally yet. Please try uninstalling FullControl (pip uninstall fullcontrol) then reinstalling it and let us know if that works

ArMaAy commented 1 year ago

Thank you for your prompt reply. Yes, now it works.

fullcontrol-xyz commented 1 year ago

Great! Thanks for replying. We'll clear this up naturally in the future with better version numbering, but it's good that people can see the way to resolve the issue now.