@@ -129,37 +129,29 @@ <h2>Settings</h2>
129129
130130 < fieldset >
131131 < legend > General</ legend >
132+ < fieldset class ="speed ">
133+ < legend > Carriage Movement Speed:</ legend >
134+ < div >
135+ < label for ="movespeed "> ...while Brush is Up:</ label >
136+ < input type ="range " id ="movespeed " min ="200 " max ="2000 " title ="Move left for slower, right for faster. "/>
137+ </ div >
138+ < div >
139+ < label for ="paintspeed "> ...while Brush is Down:</ label >
140+ < input type ="range " id ="paintspeed " min ="200 " max ="2000 " title ="Move left for slower, right for faster. "/>
141+ </ div >
142+ </ fieldset >
143+
132144 < div >
133145 < label for ="showcolortext "> Show color name:</ label >
134146 < input type ="checkbox " id ="showcolortext "/>
135- < aside > When checked, color names will display for print colors, otherwise they will only be visible on hover.</ aside >
147+ < aside > When checked, color names will display on the paint palette for print colors, otherwise they will only be visible on hover.</ aside >
136148 </ div >
137149
138150 < div >
139151 < label for ="colorset "> Installed Paint Set:</ label >
140152 < select id ="colorset "> </ select >
141153 </ div >
142154
143- < div >
144- < label for ="movespeed "> Moving speed (brush up):</ label >
145- < select id ="movespeed ">
146- < option value ="700 "> Slow</ option >
147- < option value ="1500 "> Medium (default)</ option >
148- < option value ="2500 "> Fast</ option >
149- < option value ="3000 "> Ludicrous!</ option >
150- </ select >
151- </ div >
152-
153- < div >
154- < label for ="paintspeed "> Painting speed (brush down):</ label >
155- < select id ="paintspeed ">
156- < option value ="500 "> Slow</ option >
157- < option value ="1000 "> Medium (default)</ option >
158- < option value ="1500 "> Fast</ option >
159- < option value ="2500 "> Ludicrous!</ option >
160- </ select >
161- </ div >
162-
163155 < hr >
164156
165157 < div >
0 commit comments