Skip to content

Commit e65a490

Browse files
wolfwoodyaqwsx
authored andcommitted
resolves #801
1 parent 3e321b2 commit e65a490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kikit/panelize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1610,7 +1610,7 @@ def makeVCuts(self, cuts, boundCurves=False, offset=fromMm(0)):
16101610
message += "- check your tab placement if it as expected\n"
16111611
message += "You can use layer style of cuts to see them and validate them."
16121612
self._renderLines([cut], Layer.Margin)
1613-
self.reportError(toKiCADPoint(cut[0]), message)
1613+
self.reportError(toKiCADPoint(cut.coords[0]), message)
16141614
continue
16151615

16161616
def makeMouseBites(self, cuts, diameter, spacing, offset=fromMm(0.25),

0 commit comments

Comments
 (0)