- HPGL2 import: added support for circles, arcs and 3-point arcs. Everything works only for absolute coordinates.

This commit is contained in:
Marius Stanciu
2019-12-13 15:54:26 +02:00
parent f9580be396
commit 336970d7ea
3 changed files with 149 additions and 789 deletions

View File

@@ -18,6 +18,7 @@ CAD program, and create G-Code for Isolation routing.
- optimized the FlatCAMGerber.clear_plot_apertures() method
- some changes in the ObjectUI and for the Geometry UI
- finished a very rough and limited HPGL2 file import
- HPGL2 import: added support for circles, arcs and 3-point arcs. Everything works only for absolute coordinates.
11.12.2019