Bugfix for tcl command NCC method

This commit is contained in:
Robert Niemöller
2020-11-07 23:13:20 +01:00
parent 72945bcda8
commit 36bfcdce6f

View File

@@ -259,7 +259,7 @@ class TclCommandCopperClear(TclCommand):
margin=margin, margin=margin,
has_offset=has_offset, has_offset=has_offset,
offset=offset, offset=offset,
method=method, method=method_data,
outname=outname, outname=outname,
connect=connect, connect=connect,
contour=contour, contour=contour,
@@ -290,7 +290,7 @@ class TclCommandCopperClear(TclCommand):
margin=margin, margin=margin,
has_offset=has_offset, has_offset=has_offset,
offset=offset, offset=offset,
method=method, method=method_data,
outname=outname, outname=outname,
connect=connect, connect=connect,
contour=contour, contour=contour,