NTNU-Digilab / gcode-script

A python script converting Rhinocerous curve geometry to G-code instructions for laser-cutting
MIT License
2 stars 0 forks source link

Skript fails on attempting to close curve that couldn't be closed #7

Closed Weibye closed 6 years ago

Weibye commented 6 years ago

Skript lacks anything that checks if the closing of the curve was successful or not, and assumes it will always succeed. When it fails and returns None, the next piece of code cannot work as the input is not a GUID string.