diff options
author | jaseg <git@jaseg.de> | 2023-04-16 13:42:14 +0200 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2023-04-16 13:42:14 +0200 |
commit | 263033c9bdecf8c82027f6475c863d818f499914 (patch) | |
tree | 1e5dcf19bd1d9ee9c807cdd3f9b074f493b3562c /gerbonara/cad | |
parent | 0421e037177b3695947ac996e95f151dbcf32aa5 (diff) | |
download | gerbonara-263033c9bdecf8c82027f6475c863d818f499914.tar.gz gerbonara-263033c9bdecf8c82027f6475c863d818f499914.tar.bz2 gerbonara-263033c9bdecf8c82027f6475c863d818f499914.zip |
protoserve: Remove incorrect SMD pad shape entry
Diffstat (limited to 'gerbonara/cad')
-rw-r--r-- | gerbonara/cad/protoserve_data/protoserve.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gerbonara/cad/protoserve_data/protoserve.html b/gerbonara/cad/protoserve_data/protoserve.html index 3afeb5c..215513c 100644 --- a/gerbonara/cad/protoserve_data/protoserve.html +++ b/gerbonara/cad/protoserve_data/protoserve.html @@ -395,7 +395,6 @@ input { <select name="pad_shape" value="rect"> <option value="rect">(Rounded) Rectangle</option> <option value="circle">Circle</option> - <option value="obround">Obround</option> </select> </label> <label class="only-shape rect">Corner radius |