From ccd26dddacd4f2ad7c8a7b6267aea870e96347cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Sat, 5 Sep 2015 10:31:10 +0200 Subject: [PATCH] fix: round ending are not added --- cvlp_format.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cvlp_format.txt b/cvlp_format.txt index 41de764..2df1f76 100644 --- a/cvlp_format.txt +++ b/cvlp_format.txt @@ -42,7 +42,7 @@ "height": 100, // end position of pad (positive) "clearance": 5, // clearance of pad (positive, added to each side of copper) "soldermask": 11, // solder mask opening (can be negative, added to each side of copper) - "round": true, // round or square edges to start/stop of pad (adds thickness/2 to pad) + "round": true, // round or square edges to start/stop of pad }, { "type": "pin" // a pin with a drill hole (on copper layer). non square/round pins are not supported