refactor Sanity

Logic is more modular with many more unit tests.
Reduced dependence on GUI
Cleaner template structure
This commit is contained in:
Brad Collette
2024-04-08 17:27:14 -05:00
committed by sliptonic
parent 4d2e124f11
commit e22cde251c
16 changed files with 2040 additions and 1642 deletions

View File

@@ -75,6 +75,7 @@ class CAMWorkbench(Workbench):
import Path.GuiInit
from Path.Main.Gui import JobCmd as PathJobCmd
from Path.Main.Gui import SanityCmd as SanityCmd
from Path.Tool.Gui import BitCmd as PathToolBitCmd
from Path.Tool.Gui import BitLibraryCmd as PathToolBitLibraryCmd