diff --git a/src/Add-on/DrawBoard/DrawClosingStrip.ts b/src/Add-on/DrawBoard/DrawClosingStrip.ts index 88d6fc069..f40a8ea72 100644 --- a/src/Add-on/DrawBoard/DrawClosingStrip.ts +++ b/src/Add-on/DrawBoard/DrawClosingStrip.ts @@ -99,7 +99,7 @@ export class DrawClosingStrip implements Command BoardType.Behind); br.BoardProcessOption = this.store.BoardProcessOption; br.BoardProcessOption.lines = LinesType.Reverse; - pos.set(min.x, min.y + thickness, max.z); + pos.set(min.x, min.y + thickness+ frontShrink, max.z); br2 = Board.CreateBoard(size.x, DEFAULT_STRIP_WIDTH, thickness, BoardType.Layer);