- in NCC and Paint Tool fixed some issues with missing keys in the tool data dictionary

This commit is contained in:
Marius Stanciu
2020-10-21 09:48:06 +03:00
committed by Marius
parent d4555c02d0
commit 738cda0de5
4 changed files with 8 additions and 1 deletions

View File

@@ -548,6 +548,7 @@ class NonCopperClear(AppTool, Gerber):
"area_shape": self.app.defaults["geometry_area_shape"],
"area_strategy": self.app.defaults["geometry_area_strategy"],
"area_overz": float(self.app.defaults["geometry_area_overz"]),
"optimization_type": self.app.defaults["geometry_optimization_type"],
"tools_nccoperation": self.app.defaults["tools_nccoperation"],
"tools_nccmargin": self.app.defaults["tools_nccmargin"],

View File

@@ -466,6 +466,7 @@ class ToolPaint(AppTool, Gerber):
"area_shape": self.app.defaults["geometry_area_shape"],
"area_strategy": self.app.defaults["geometry_area_strategy"],
"area_overz": float(self.app.defaults["geometry_area_overz"]),
"optimization_type": self.app.defaults["geometry_optimization_type"],
"tooldia": self.app.defaults["tools_painttooldia"],
"tools_paintoffset": self.app.defaults["tools_paintoffset"],