From 783e23bd70461ffc0c99d590751ec2d6586d4c1a Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Thu, 29 Oct 2020 23:02:16 -0600 Subject: [PATCH] fix corner of outline polygon to have lines actually intersect --- easytimer.lht | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/easytimer.lht b/easytimer.lht index 5fc53f5..2c198ed 100644 --- a/easytimer.lht +++ b/easytimer.lht @@ -13625,7 +13625,7 @@ ha:pcb-rnd-board-v6 { x1=0.0; y1=0.0; x2=38.1mm; y2=0.0; thickness=10.0mil; clearance=20.0mil; } ha:line.2168 { - x1=0.0; y1=800.0mil; x2=1.498in; y2=800.0mil; thickness=10.0mil; clearance=20.0mil; + x1=0.0; y1=800.0mil; x2=38.1mm; y2=800.0mil; thickness=10.0mil; clearance=20.0mil; ha:flags { clearline=1 } @@ -16056,6 +16056,7 @@ ha:pcb-rnd-board-v6 { flip_y = 1 } buffer_number = 0 + wireframe_draw = false } ha:plugins { ha:mincut { @@ -16064,4 +16065,6 @@ ha:pcb-rnd-board-v6 { } } } + ha:pixmaps { + } } -- 2.30.2