Skip to content

Commit

Permalink
Merge pull request #127 from evil-mad/322
Browse files Browse the repository at this point in the history
v3.2.2
  • Loading branch information
oskay authored May 15, 2022
2 parents 8afe8fd + fc0b226 commit 0a73b73
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 12 deletions.
5 changes: 2 additions & 3 deletions inkscape driver/axidraw.inx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<id>command.evilmadscientist.axidraw-manager</id>
<dependency type="extension">org.inkscape.output.svg.inkscape</dependency>
<dependency type="executable" location="extensions">axidraw_control.py</dependency>
<dependency type="executable" location="extensions">inkex.py</dependency>
<param name="mode" type="notebook">

<page name="plot" _gui-text="Plot">
Expand Down Expand Up @@ -140,7 +139,7 @@ _gui-text="Pen height: DOWN, (%):">30</param>
<page name="sysinfo" _gui-text="Config">
<_param name="instructions_config1" type="description" appearance="header">Hardware configuration</_param>
<param name="model" type="optiongroup" appearance="minimal" indent="1" _gui-text="AxiDraw model:">
<_option value="1">AxiDraw V2 or AxiDraw V3</_option>
<_option value="1">AxiDraw V2, V3, or SE/A4</_option>
<_option value="2">AxiDraw V3/A3 or SE/A3</_option>
<_option value="4">AxiDraw MiniKit</_option>
<_option value="5">AxiDraw SE/A1</_option>
Expand Down Expand Up @@ -259,7 +258,7 @@ the Return to Home Corner command.

</param>
<_param name="copyright" type="description" indent="5" xml:space="preserve"
>Version 3.2.1 — Copyright 2022 Evil Mad Scientist</_param>
>Version 3.2.2 — Copyright 2022 Evil Mad Scientist</_param>



Expand Down
2 changes: 1 addition & 1 deletion inkscape driver/axidraw.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def __init__(self, default_logging=True, user_message_fun=message.emit, params=N
self.OptionParser.add_option_group(
common_options.core_mode_options(self.OptionParser, params.__dict__))

self.version_string = "3.2.1" # Dated 2022-03-26
self.version_string = "3.2.2" # Dated 2022-05-14

self.spew_debugdata = False

Expand Down
1 change: 0 additions & 1 deletion inkscape driver/axidraw_disableMotors.inx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<id>command.evilmadscientist.axidraw_disable</id>
<dependency type="extension">org.inkscape.output.svg.inkscape</dependency>
<dependency type="executable" location="extensions">axidraw_control.py</dependency>
<dependency type="executable" location="extensions">inkex.py</dependency>

<param name="mode" type="notebook" gui-hidden="true">
<page name="manual" _gui-text="AxiDraw Custom Manual Control">
Expand Down
2 changes: 0 additions & 2 deletions inkscape driver/axidraw_naming.inx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
<id>command.evilmadscientist.axidraw_naming</id>
<dependency type="extension">org.inkscape.output.svg.inkscape</dependency>
<dependency type="executable" location="extensions">axidraw_naming.py</dependency>
<dependency type="executable" location="extensions">inkex.py</dependency>


<param name="mode" type="notebook" >
<page name="list_names" _gui-text="Read AxiDraw Name">
Expand Down
2 changes: 0 additions & 2 deletions inkscape driver/axidraw_svg_reorder.inx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
<_name>Plot Optimization (Legacy)</_name>
<id>command.evilmadscientist.axidraw.reorder</id>
<dependency type="executable" location="extensions">axidraw_svg_reorder.py</dependency>
<dependency type="executable" location="extensions">inkex.py</dependency>


<_param indent="5" name="splashpage" type="description"
appearance="header">AxiDraw Plot Optimization Tool</_param>
Expand Down
3 changes: 0 additions & 3 deletions inkscape driver/hershey_axidraw.inx
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<name>Hershey Text</name>
<id>org.evilmad.text.hershey-axi</id>

<dependency type="executable" location="extensions">hershey.py</dependency>
<dependency type="executable" location="extensions">inkex.py</dependency>

<param name="tab" type="notebook">
<page name="render" gui-text="Render">

Expand Down

0 comments on commit 0a73b73

Please sign in to comment.