~danieljabailey/inkscape/arc_node_editor

« back to all changes in this revision

Viewing changes to share/extensions/gcodetools.py

  • Committer: Daniel Bailey
  • Date: 2016-07-09 13:51:59 UTC
  • mfrom: (14888.1.126 inkscape)
  • Revision ID: d@nielbailey.com-20160709135159-0wzbtr0mvmxnjtj0
MergeĀ upstreamĀ changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
import cubicsuperpath
88
88
import simpletransform
89
89
import bezmisc
90
 
 
91
 
inkex.localize()
92
90
 
93
91
### Check if inkex has errormsg (0.46 version does not have one.) Could be removed later.
94
92
if "errormsg" not in dir(inkex):