- in Paint Tool replaced the Selection radio with a combobox GUI element that is more compact

This commit is contained in:
Marius Stanciu
2020-02-20 05:14:48 +02:00
committed by Marius
parent dab46ef3ae
commit a2c0244e18
4 changed files with 53 additions and 38 deletions

View File

@@ -9,9 +9,13 @@ CAD program, and create G-Code for Isolation routing.
=================================================
20.02.2020
- in Paint Tool replaced the Selection radio with a combobox GUI element that is more compact
19.02.2020
- fixed some issues in the Geometry Editor; the jump sigmal disconnect was failing for repeated Editor tool operation
- fixed some issues in the Geometry Editor; the jump signal disconnect was failing for repeated Editor tool operation
- fixed an issue in Gerber Editor where the multiprocessing pool was reported as closed and an ValueError exception was raised in a certain scneraio
- on Set Origin, Move to Origin and Move actions for Gerber and Excellon objects the source file will be also updated (the export functions will export an updated object)
- in FlatCAMObj.export_gerber() method took into account the possibility of polygons of type 'clear' (the ones found in the Gerber files under the LPC command)