-
Notifications
You must be signed in to change notification settings - Fork 120
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
4 changed files
with
18 additions
and
4 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
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 |
---|---|---|
|
@@ -98,7 +98,7 @@ Always use the least amount of blade possible. | |
<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 78 __version__ = ... --> | ||
<param name="about_version" type="description">Version 1.18</param> | ||
<param name="about_version" type="description">Version 1.19</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 |
---|---|---|
|
@@ -78,8 +78,10 @@ | |
# Limit pressure to 18. 19 or 20 make the machine | ||
# scroll forward backward for several minutes. | ||
# Support document unit inches. https://github.com/fablabnbg/inkscape-silhouette/issues/19 | ||
# 2016-12-18, jw, v1.19 -- support for dashed lines added. Thanks to mehtank | ||
# https://github.com/fablabnbg/inkscape-silhouette/pull/33 | ||
|
||
__version__ = '1.18' # Keep in sync with sendto_silhouette.inx ca line 79 | ||
__version__ = '1.19' # 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