change: use silkscreen as default

This commit is contained in:
King Kévin 2015-09-08 14:59:07 +02:00
parent dbc4503f37
commit f9126f781f
1 changed files with 2 additions and 2 deletions

View File

@ -210,8 +210,8 @@ The source code for this generator can be found <a href="https://git.cuvoodoo.in
<p id="control">
<form onchange="draw()">
pads on:
<input type="radio" name="pad_layer" id="pad_layer_copper" value="copper" checked="true">copper
<input type="radio" name="pad_layer" id="pad_layer_silkscreen" value="silkscreen">silkscreen
<input type="radio" name="pad_layer" id="pad_layer_copper" value="copper">copper
<input type="radio" name="pad_layer" id="pad_layer_silkscreen" value="silkscreen" checked="true">silkscreen
</form>
unit: <select id="unit" onchange="change_unit()">
<option value="mm">millimeter (mm)</option>