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

Add check for closed curve intersections #5

Open Weibye opened 6 years ago

Weibye commented 6 years ago

From @Weibye on August 23, 2017 13:7

Script needs to find a way to check for closed curve intersections (as this would lead to pieces detaching prematurely or be caused unintentionally). Being able to identify closed curve overlaps will also identify new closed curve that needs to be taken into account when sorting.

Copied from original issue: Weibye/gcode-script#11