- updated some custom widgets in the GUI elements such that the scrolling in the Preferences can be done without blocking on some of the widgets

This commit is contained in:
Marius Stanciu
2022-04-20 17:33:11 +03:00
committed by Marius
parent de8fd2cceb
commit 2080891780
2 changed files with 234 additions and 185 deletions

View File

@@ -9,10 +9,11 @@ CHANGELOG for FlatCAM Evo beta
20.04.2022
- in Solderpast Plugin fixed the GCode generation; make sure that if no object is selected then the first Gerber object is autoselected
- in Solderpaste Plugin fixed the GCode generation; make sure that if no object is selected then the first Gerber object is autoselected
- in Solderpaste Plugin fixed the CNCJob plotting
- in Solderpaste Plugin added a new parameter 'Margin' which allows reducing how much solderpaste is added and therefore adding a space between the solderpaste and the pad boundary
- all CNCJob objects generated by the Solderpaste plugin now have the GCode saved as source_code which can be saved also from the CNCJob object context menu, and edited
- updated some custom widgets in the GUI elements such that the scrolling in the Preferences can be done without blocking on some of the widgets
19.04.2022