Skip to content

Commit

Permalink
set 1mm base as default
Browse files Browse the repository at this point in the history
  • Loading branch information
ChHarding committed Jan 24, 2018
1 parent b721b72 commit ad387a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -718,8 +718,8 @@
<select title="The thickness in mm, the 3D model will have at the lowest elevation."
id="options_base_thickness" name="basethick" onchange="update_options_hidden();">
<option value="0">0 mm</option>
<option value="1">1 mm</option>
<option value="2" selected >2 mm</option>
<option value="1" selected >1 mm</option>
<option value="2">2 mm</option>
<option value="3">3 mm</option>
<option value="4">4 mm</option>
<option value="5">5 mm</option>
Expand Down

0 comments on commit ad387a2

Please sign in to comment.