AndyEveritt / ASMBL

Additive & Subtractive Manufacturing By Layer for the E3D ToolChanging platform
GNU Lesser General Public License v3.0
87 stars 17 forks source link

logic needs fixing to deal with non planar and planar segments in same operation #19

Closed AndyEveritt closed 3 years ago

AndyEveritt commented 4 years ago

The code will likely not treat planar cuts correctly if they are mixed in the same Fusion360 operation as non planar cuts. This is a hard situation to induce which I why I have left it for now. But it would be good to fix.

Relates to the Parser.group_cam_segments() method in ASMBL_parser.py