- working in NCC Tool

This commit is contained in:
Marius Stanciu 2020-01-08 17:14:10 +02:00
parent 48888adb58
commit 5ff9f953c6
3 changed files with 1060 additions and 415 deletions

View File

@ -9,6 +9,10 @@ CAD program, and create G-Code for Isolation routing.
=================================================
8.01.2019
- working in NCC Tool
7.01.2019
- solved issue #368 - when using the Enable/Disable prj context menu entries the plotted status is not updated in the object properties

File diff suppressed because it is too large Load Diff

View File

@ -219,7 +219,7 @@ class TclCommandCopperClear(TclCommand):
# Non-Copper clear all polygons in the non-copper clear object
if 'all' in args and bool(args['all']):
self.app.ncclear_tool.clear_copper(ncc_obj=obj,
self.app.ncclear_tool.clear_copper_tcl(ncc_obj=obj,
select_method='itself',
ncctooldia=tooldia,
overlap=overlap,
@ -252,7 +252,7 @@ class TclCommandCopperClear(TclCommand):
self.raise_tcl_error("%s: %s" % (_("Could not retrieve box object"), name))
return "Could not retrieve object: %s" % name
self.app.ncclear_tool.clear_copper(ncc_obj=obj,
self.app.ncclear_tool.clear_copper_tcl(ncc_obj=obj,
sel_obj=box_obj,
select_method='box',
ncctooldia=tooldia,