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
Changed also the underlaying label to reflect the new input order.
  • Loading branch information
devingfx authored and t0b3 committed Jan 20, 2025
1 parent 6af3737 commit c8074d3
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 @@ -60,7 +60,7 @@
<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>
<label indent="2">Use pressure=0, speed=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>
<label indent="2">Note that for Preview to operate, the `matplotlib' package for Python must be installed.</label>
</page>
Expand Down

0 comments on commit c8074d3

Please sign in to comment.