- fix error in plotting Excellon when toggling units

- FlatCAM editors now are separated each in it's own file
- fixed TextTool in Geometry Editor so it will open the notebook on activation and close it after finishing text adding
- started to work on a Gerber Editor
This commit is contained in:
Marius Stanciu
2019-03-29 23:45:50 +02:00
parent c5a77841f8
commit 1c1d8bd637
8 changed files with 4718 additions and 2464 deletions

View File

@@ -13,6 +13,10 @@ CAD program, and create G-Code for Isolation routing.
- update the TCL keyword list
- fix on the Gerber parser that makes searching for '%%' char optional when doing regex search for mode, units or image polarity. This allow loading Gerber files generated by the ECAD software TCl4.4
- fix error in plotting Excellon when toggling units
- FlatCAM editors now are separated each in it's own file
- fixed TextTool in Geometry Editor so it will open the notebook on activation and close it after finishing text adding
- started to work on a Gerber Editor
28.03.2019