From 5ac085e652d1fc6c77b36c7cd8a9a9030de3f48f Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Fri, 13 Nov 2020 09:48:03 -0700 Subject: [PATCH] set min drill size to 10.0 mil in DRC --- easymotor.lht | 3 +++ 1 file changed, 3 insertions(+) diff --git a/easymotor.lht b/easymotor.lht index f7013dc..346ee2e 100644 --- a/easymotor.lht +++ b/easymotor.lht @@ -4430,6 +4430,9 @@ ha:pcb-rnd-board-v5 { text_scale = 100 text_thickness = 0 text_font_id = 0 + ha:drc { + min_drill = 10.0 mil + } } ha:editor { snap_pin = true -- 2.30.2