Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
L
laser-gcode-exporter-inkscape-plugin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
machinery
laser-gcode-exporter-inkscape-plugin
Commits
40e0eae8
Commit
40e0eae8
authored
Oct 03, 2013
by
admin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove brackets and unused offset information for gcode output
parent
6aac7982
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.thlaser.py.swp
.thlaser.py.swp
+0
-0
thlaser.py
thlaser.py
+2
-2
No files found.
.thlaser.py.swp
View file @
40e0eae8
No preview for this file type
thlaser.py
View file @
40e0eae8
...
@@ -561,8 +561,8 @@ class Gcode_tools(inkex.Effect):
...
@@ -561,8 +561,8 @@ class Gcode_tools(inkex.Effect):
self
.
options
.
Xscale
,
-
self
.
options
.
Yscale
,
1
]
self
.
options
.
Xscale
,
-
self
.
options
.
Yscale
,
1
]
a
=
[
self
.
options
.
Xoffset
,
self
.
options
.
Yoffset
,
0
,
0
,
0
,
0
]
a
=
[
self
.
options
.
Xoffset
,
self
.
options
.
Yoffset
,
0
,
0
,
0
,
0
]
else
:
else
:
s
=
[
"X
["
,
"Y["
,
"Z["
,
"I["
,
"J["
,
"K[
"
]
s
=
[
"X
"
,
"Y"
,
"Z"
,
"I"
,
"J"
,
"K
"
]
s1
=
[
"
*#1+#8]"
,
"*#2+#9]"
,
"]"
,
"*#1]"
,
"*#2]"
,
"]
"
]
s1
=
[
"
"
,
""
,
""
,
""
,
""
,
"
"
]
m
=
[
1
,
-
1
,
1
,
1
,
-
1
,
1
]
m
=
[
1
,
-
1
,
1
,
1
,
-
1
,
1
]
a
=
[
0
,
0
,
0
,
0
,
0
,
0
]
a
=
[
0
,
0
,
0
,
0
,
0
,
0
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment