- removed the .plt extension from Gcode extensions

This commit is contained in:
Marius Stanciu
2019-12-13 15:59:48 +02:00
parent 336970d7ea
commit f6c0741d3d
2 changed files with 8 additions and 4 deletions

View File

@@ -9,6 +9,11 @@ CAD program, and create G-Code for Isolation routing.
=================================================
13.12.2019
- HPGL2 import: added support for circles, arcs and 3-point arcs. Everything works only for absolute coordinates.
- removed the .plt extension from Gcode extensions
12.12.2019
- finished the Calibration Tool
@@ -18,7 +23,6 @@ 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