Fix param text

parent 138df543
...@@ -84,7 +84,7 @@ For the latest revision please visit https://github.com/TurnkeyTyranny/laser-gco ...@@ -84,7 +84,7 @@ For the latest revision please visit https://github.com/TurnkeyTyranny/laser-gco
<item value="mm">mm</item> <item value="mm">mm</item>
<item value="in">in</item> <item value="in">in</item>
</param> </param>
<param name="udpi" type="int" min="90" max="270" _gui_text="Default inkscape dpi (90-270 - inkscape >= 0.92 uses 96 while <= 0.91 uses 90)">96</param> <param name="udpi" type="int" min="90" max="270" _gui_text="unit dpi (90-270 - 0.92 use 96 while 0.91 uses 90)">96</param>
<param name="invert" type="boolean" _gui-text="Swap colors">true</param> <param name="invert" type="boolean" _gui-text="Swap colors">true</param>
<param name="dither" type="boolean" _gui-text="Apply dithering">false</param> <param name="dither" type="boolean" _gui-text="Apply dithering">false</param>
<param name="colorspace" type="int" min="2" max="256" _gui-text="color space. 0 to reduce derived from power">256</param> <param name="colorspace" type="int" min="2" max="256" _gui-text="color space. 0 to reduce derived from power">256</param>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment