-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
17 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,8 +75,8 @@ | |
|
||
<page name='about' _gui-text='About'> | ||
<param name="about_who" type="description">inkscape-silhouette extension from https://github.com/jnweiger/inkscape-silhouette by Jürgen Weigert [[email protected]] and contributors</param> | ||
<!-- Keep in sync with sendto_silhouette.py line 103 __version__ = ... --> | ||
<param name="about_version" type="description">Version 1.16</param> | ||
<!-- Keep in sync with sendto_silhouette.py line 78 __version__ = ... --> | ||
<param name="about_version" type="description">Version 1.17</param> | ||
</page> | ||
</param> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,8 +72,10 @@ | |
# Added misc/silhouette_move.py misc/silhouette_cut.py, misc/endless_clock.py | ||
# 2016-01-15 jw, v1.15 -- ubuntu loads the wrong usb library. | ||
# 2016-05-15 jw, v1.16 -- merged regmarks code from https://github.com/fablabnbg/inkscape-silhouette/pull/23 | ||
# 2016-05-17 jw, v1.17 -- fix avoid dev.reset in Graphtec.py, fix helps with | ||
# https://github.com/fablabnbg/inkscape-silhouette/issues/10 | ||
|
||
__version__ = '1.16' # Keep in sync with sendto_silhouette.inx ca line 42 | ||
__version__ = '1.17' # Keep in sync with sendto_silhouette.inx ca line 79 | ||
__author__ = 'Juergen Weigert <[email protected]> and contributors' | ||
|
||
import sys, os, shutil, time, logging, tempfile | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters