Skip to content

Commit

Permalink
Update sendto_silhouette.inx for inputs order to reflect preset order
Browse files Browse the repository at this point in the history
As discussed in [this issue](#322)

Changed Speed/Pressure/Depth inputs order to Pressure/Speed/Depth to reflect media preset's hint text order.
  • Loading branch information
devingfx authored and t0b3 committed Jan 20, 2025
1 parent 7eac606 commit 6af3737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sendto_silhouette.inx
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
<option value="137">[P=30,S=10,D=1] Vellum Bristol 57-67 lbs (145g)</option>
<option value="138">[P=30,S=10,D=1] Writing Paper 24-70 lbs (105g)</option>
</param>
<param name="speed" type="int" min="0" max="30" gui-text="Speed">0</param>
<param name="pressure" type="int" min="0" max="33" gui-text="Pressure">0</param>
<param name="speed" type="int" min="0" max="30" gui-text="Speed">0</param>
<param name="depth" type="int" min="-1" max="10" gui-text="Blade Depth (for AutoBlade)">-1</param>
<label indent="2">Use speed=0, pressure=0, depth=-1 to take the media defaults. Pressure values of 19 or more could trigger the trackenhancing feature, which means a movement along the full media height before start. Beware.</label>
<param name="preview" type="bool" gui-text="Preview: show cut pattern before sending">true</param>
Expand Down

0 comments on commit 6af3737

Please sign in to comment.