GladiusSlicer / GladiusSlicer

A Modern Adaptable 3D Printing Slicer
GNU Lesser General Public License v2.1
54 stars 7 forks source link

[BUG] You implement PolygonOperations for Polygon, there you call self.union for the function xor_with(&self, other: Self)? #7

Open GodGotzi opened 1 week ago

GodGotzi commented 1 week ago

Description

Is that a mistake or on purpose? image

GodGotzi commented 1 week ago

I think a mistake (xor_with is not even used). I got confused a little bit.

mrhatman commented 1 week ago

Yes this is a bug xor_with is currently not It has been fixed already in the dev branch.

I am currently going through the code, speeding things up, improving documentation, and fixing issues.

I should be releasing a new release in the next few days.