Skip to content

Commit e4ee22a

Browse files
authored
Merge pull request #82 from twinkletwinkie/master
QoL Updates to svg2shenzhen_export.inx
2 parents 53ea043 + e3d3622 commit e4ee22a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

inkscape/svg2shenzhen_export.inx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<_name>2. Export Kicad</_name>
44
<id>net.svg2shenzhen.export.layers</id>
55
<dependency type="executable" location="extensions">svg2shenzhen/export.py</dependency>
6-
<param name="help" type="description">Export Drawing to Kicad PCB Format</param>
7-
<param name="path" type="string" _gui-text="Choose path to export">~/</param>
6+
<param name="help" type="description">Export Drawing to KiCad PCB Format</param>
7+
<param type="path" name="path" _gui-text="Choose Path to Export" mode="folder"/>
88
<param name="filetype" type="optiongroup" gui-text="Export layers as..." appearance="minimal">
9-
<option selected="selected" value="kicad_pcb">KICAD - PCB</option>
10-
<option value="kicad_module">KICAD - Module</option>
9+
<option selected="selected" value="kicad_module">KiCad - Module</option>
10+
<option value="kicad_pcb">KiCad - Project</option>
1111
<option value="png">PNG - Image</option>
1212
</param>
1313
<param name="threshold" type="int" min="0" max="255" _gui-text="Threshold (default: 5)">5</param>
14-
<param name="dpi" type="int" min="0" max="2000" _gui-text="Export DPI (default: 600)">600</param>
14+
<param name="dpi" type="int" min="0" max="3600" _gui-text="Export DPI (default: 1200)">1200</param>
1515
<param name="autoflatten" type="boolean" gui-text="Auto flatten bezier for Edge.Cuts layer?">true</param>
1616
<param name="debug" type="boolean" gui-text="Debug Mode?">false</param>
1717
<param name="openfactory" type="boolean" gui-text="Open PCBWay after export?">true</param>

0 commit comments

Comments
 (0)