Fixed some inx files
This commit is contained in:
parent
5b1cf04448
commit
4f0902924d
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
|
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
|
||||||
<_name>Delete Above</_name>
|
<name>Delete Above</name>
|
||||||
<id>fablabchemnitz.de.deleteabove</id>
|
<id>fablabchemnitz.de.deleteabove</id>
|
||||||
<effect>
|
<effect>
|
||||||
<object-type>all</object-type>
|
<object-type>all</object-type>
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
<param name="width" type="float" min="0.5" max="1000.0" precision="2" gui-text="Width (Nut) in units">1.35</param>
|
<param name="width" type="float" min="0.5" max="1000.0" precision="2" gui-text="Width (Nut) in units">1.35</param>
|
||||||
<param name="frets" type="int" min="2" max="500" gui-text="Number of frets to draw">18</param>
|
<param name="frets" type="int" min="2" max="500" gui-text="Number of frets to draw">18</param>
|
||||||
<label>Fanned:</label>
|
<label>Fanned:</label>
|
||||||
<param name="fanned" type="boolean" gui-text="Fanned fret style (Treble and Bass scale lengths)">false</param>
|
<param name="fanned" type="bool" gui-text="Fanned fret style (Treble and Bass scale lengths)">false</param>
|
||||||
<hbox>
|
<hbox>
|
||||||
<param name="basslength" type="float" min="1" max="1000.0" precision="2" gui-text="Bass Scale Length">25.5</param>
|
<param name="basslength" type="float" min="1" max="1000.0" precision="2" gui-text="Bass Scale Length">25.5</param>
|
||||||
<param name="perpendicular" type="int" min="0" max="500" gui-text="Perpendicular Fret">7</param>
|
<param name="perpendicular" type="int" min="0" max="500" gui-text="Perpendicular Fret">7</param>
|
||||||
@ -43,17 +43,17 @@
|
|||||||
<param name="linewidth" type="float" min="0.01" max="2.0" precision="2" gui-text="Width of lines (mm)">0.1</param>
|
<param name="linewidth" type="float" min="0.01" max="2.0" precision="2" gui-text="Width of lines (mm)">0.1</param>
|
||||||
<param name="notch_width" type="float" min="0.0001" max="4.0" precision="4" gui-text="(Router template) Width of Fret notches">0.125</param>
|
<param name="notch_width" type="float" min="0.0001" max="4.0" precision="4" gui-text="(Router template) Width of Fret notches">0.125</param>
|
||||||
<hbox>
|
<hbox>
|
||||||
<param name="annotate" type="boolean" gui-text="Fret numbering">true</param>
|
<param name="annotate" type="bool" gui-text="Fret numbering">true</param>
|
||||||
<param name="centerline" type="boolean" gui-text="Centerline">true</param>
|
<param name="centerline" type="bool" gui-text="Centerline">true</param>
|
||||||
</hbox>
|
</hbox>
|
||||||
</page>
|
</page>
|
||||||
<page name="neck" gui-text="Neck ">
|
<page name="neck" gui-text="Neck ">
|
||||||
<param name="descr" type="description">Extra parameters to draw the Neck.</param>
|
<param name="descr" type="description">Extra parameters to draw the Neck.</param>
|
||||||
<param name="constant_width" type="boolean" gui-text="Constant width (=Nut)">false</param>
|
<param name="constant_width" type="bool" gui-text="Constant width (=Nut)">false</param>
|
||||||
<param name="width_bridge" type="float" min="0.5" max="1000.0" precision="2" gui-text="OR: Width (at Bridge) in units">2.0</param>
|
<param name="width_bridge" type="float" min="0.5" max="1000.0" precision="2" gui-text="OR: Width (at Bridge) in units">2.0</param>
|
||||||
<param name="show_markers" type="boolean" gui-text="Show Markers">false</param>
|
<param name="show_markers" type="bool" gui-text="Show Markers">false</param>
|
||||||
<param name="markers" type="string" gui-text="Marked frets:">3,5,7,10,12,12,15</param>
|
<param name="markers" type="string" gui-text="Marked frets:">3,5,7,10,12,12,15</param>
|
||||||
<param name="nutcomp" type="boolean" gui-text="Include Nut Compensation">false</param>
|
<param name="nutcomp" type="bool" gui-text="Include Nut Compensation">false</param>
|
||||||
<param name="nutcomp_value" gui-text="Preset values" type="optiongroup" appearance="combo">
|
<param name="nutcomp_value" gui-text="Preset values" type="optiongroup" appearance="combo">
|
||||||
<option value="0.012">0.012in (0.30mm)</option>
|
<option value="0.012">0.012in (0.30mm)</option>
|
||||||
<option value="0.014">0.014in (0.36mm)</option>
|
<option value="0.014">0.014in (0.36mm)</option>
|
||||||
@ -63,10 +63,10 @@
|
|||||||
</page>
|
</page>
|
||||||
<page name="curvature" gui-text="Curvature ">
|
<page name="curvature" gui-text="Curvature ">
|
||||||
<param name="descr" type="description">Additional Neck Curvature Ruler</param>
|
<param name="descr" type="description">Additional Neck Curvature Ruler</param>
|
||||||
<param name="show_curves" type="boolean" gui-text="Show neck curvature ruler">true</param>
|
<param name="show_curves" type="bool" gui-text="Show neck curvature ruler">true</param>
|
||||||
<param name="neck_radius" type="float" min="4" max="100.0" precision="2" gui-text="Radius of Neck curvature in units">9.75</param>
|
<param name="neck_radius" type="float" min="4" max="100.0" precision="2" gui-text="Radius of Neck curvature in units">9.75</param>
|
||||||
<param name="arc_length" type="float" min="1" max="100.0" precision="2" gui-text="Arc Length (units)">5</param>
|
<param name="arc_length" type="float" min="1" max="100.0" precision="2" gui-text="Arc Length (units)">5</param>
|
||||||
<param name="block_mode" type="boolean" gui-text="Draw as a block (vs finger)">true</param>
|
<param name="block_mode" type="bool" gui-text="Draw as a block (vs finger)">true</param>
|
||||||
<param name="arc_height" type="float" min="0.1" max="50.0" precision="2" gui-text="Height of the Arc(units)">0.5</param>
|
<param name="arc_height" type="float" min="0.1" max="50.0" precision="2" gui-text="Height of the Arc(units)">0.5</param>
|
||||||
<param name="string_spacing" type="float" min="0.1" max="20.0" precision="2" gui-text="String separation(for finger style) (units)">0.3</param>
|
<param name="string_spacing" type="float" min="0.1" max="20.0" precision="2" gui-text="String separation(for finger style) (units)">0.3</param>
|
||||||
<param name="descr" type="description" xml:space="preserve">Print or Metal Lasercut as a thin radius guide,
|
<param name="descr" type="description" xml:space="preserve">Print or Metal Lasercut as a thin radius guide,
|
||||||
@ -80,9 +80,9 @@ See Help Curve Tab
|
|||||||
<param name="descr" type="description">It shows you all the scala files matching the search filters below. Enter the filename on the first tab.</param>
|
<param name="descr" type="description">It shows you all the scala files matching the search filters below. Enter the filename on the first tab.</param>
|
||||||
<param name="descr" type="description">This search only works if you can see this tab.</param>
|
<param name="descr" type="description">This search only works if you can see this tab.</param>
|
||||||
<param name="descr" type="description">There may be >4000 scala files. So choose wisely.</param>
|
<param name="descr" type="description">There may be >4000 scala files. So choose wisely.</param>
|
||||||
<param name="filter_tones" type="boolean" gui-text="Filter by number of tones in a scale.">true</param>
|
<param name="filter_tones" type="bool" gui-text="Filter by number of tones in a scale.">true</param>
|
||||||
<param name="scale" type="int" min="2" max="1000" gui-text="Notes in a scale:">12</param>
|
<param name="scale" type="int" min="2" max="1000" gui-text="Notes in a scale:">12</param>
|
||||||
<param name="filter_label" type="boolean" gui-text="Filter by word in title / internal description.">true</param>
|
<param name="filter_label" type="bool" gui-text="Filter by word in title / internal description.">true</param>
|
||||||
<param name="keywords" type="string" gui-text="Key word:">diatonic</param>
|
<param name="keywords" type="string" gui-text="Key word:">diatonic</param>
|
||||||
</page>
|
</page>
|
||||||
<page name="help" gui-text="Help ">
|
<page name="help" gui-text="Help ">
|
||||||
|
@ -11,6 +11,6 @@
|
|||||||
</effects-menu>
|
</effects-menu>
|
||||||
</effect>
|
</effect>
|
||||||
<script>
|
<script>
|
||||||
<command reldir="extensions" interpreter="python">fablabchemnitz_label_color.py</command>
|
<command location="inx" interpreter="python">fablabchemnitz_label_color.py</command>
|
||||||
</script>
|
</script>
|
||||||
</inkscape-extension>
|
</inkscape-extension>
|
@ -12,9 +12,9 @@
|
|||||||
<option value="SelectionCombine">Combine</option>
|
<option value="SelectionCombine">Combine</option>
|
||||||
</param>
|
</param>
|
||||||
<param name="max_ops" type="int" min="2" max="9999" gui-text="Max operations per run">500</param>
|
<param name="max_ops" type="int" min="2" max="9999" gui-text="Max operations per run">500</param>
|
||||||
<param name="recursive_sel" type="boolean" gui-text="Recurse into groups" gui-description="If unchecked, only direct children of top-level groups in the selection will be processed for inclusion.">true</param>
|
<param name="recursive_sel" type="bool" gui-text="Recurse into groups" gui-description="If unchecked, only direct children of top-level groups in the selection will be processed for inclusion.">true</param>
|
||||||
<param name="keep_top" type="boolean" gui-text="Keep top element when done">true</param>
|
<param name="keep_top" type="bool" gui-text="Keep top element when done">true</param>
|
||||||
<param name="dry_run" type="boolean" gui-text="Dry run">false</param>
|
<param name="dry_run" type="bool" gui-text="Dry run">false</param>
|
||||||
<effect needs-document="true" needs-live-preview="false">
|
<effect needs-document="true" needs-live-preview="false">
|
||||||
<effects-menu hidden="false">
|
<effects-menu hidden="false">
|
||||||
<submenu name="FabLab Chemnitz">
|
<submenu name="FabLab Chemnitz">
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
<object-type>all</object-type>
|
<object-type>all</object-type>
|
||||||
<effects-menu>
|
<effects-menu>
|
||||||
<submenu name="FabLab Chemnitz">
|
<submenu name="FabLab Chemnitz">
|
||||||
<submenu name="Shape/Pattern from Generator"/>
|
<submenu name="Shape/Pattern from Generator" />
|
||||||
</submenu>
|
</submenu>
|
||||||
</effects-menu>
|
</effects-menu>
|
||||||
</effect>
|
</effect>
|
||||||
|
Reference in New Issue
Block a user