- fixed bug in Geometry Editor in buffer_int() function that created an Circular Reference Error when applying buffer interior on a geometry.

This commit is contained in:
Marius Stanciu
2019-04-06 01:02:59 +03:00
parent e8a0fcaef1
commit 1307026d83
3 changed files with 14 additions and 5 deletions

View File

@@ -9,6 +9,10 @@ CAD program, and create G-Code for Isolation routing.
=================================================
6.04.2019
- fixed bug in Geometry Editor in buffer_int() function that created an Circular Reference Error when applying buffer interior on a geometry.
5.04.2019
- Gerber Editor: made geometry transfer (which is slow) to Editor to be multithreaded