- added support to use Multi Processing (multi core usage, not simple threading) in Rules Check Tool

- in Rules Check Tool added the functionality for the following rules: Hole Size, Trace Size, Hole to Hole Clerance
This commit is contained in:
Marius Stanciu
2019-09-30 19:10:46 +03:00
committed by Marius
parent 01adca5714
commit e8faeb2c94
4 changed files with 200 additions and 40 deletions

View File

@@ -7,6 +7,8 @@ from FlatCAMApp import App
from flatcamGUI import VisPyPatches
from multiprocessing import freeze_support
# import copyreg
# import types
if sys.platform == "win32":
# cx_freeze 'module win32' workaround