- changed the way delayed plot is working in Gerber Editor to use a Qtimer instead of python threading module

- WIP in Gerber Editor
This commit is contained in:
Marius Stanciu
2019-04-05 21:18:55 +03:00
parent 788daf9081
commit 13185f3944
2 changed files with 154 additions and 196 deletions

View File

@@ -15,6 +15,8 @@ CAD program, and create G-Code for Isolation routing.
- Gerber Editor: plotting process is showed in the status bar
- increased the number of workers in FlatCAM and made the number of workers customizable from Preferences
- WIP in Gerber Editor: geometry is no longer stored in a Rtree storage as it is not needed
- changed the way delayed plot is working in Gerber Editor to use a Qtimer instead of python threading module
- WIP in Gerber Editor
4.04.2019