Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
D
drl2gcode
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
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
machinery
drl2gcode
Commits
45b72f54
Commit
45b72f54
authored
6 years ago
by
Franco (nextime) Lanza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make it compatible with python 3.x
parent
cc6da67d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drl2gcode.py
drl2gcode.py
+1
-1
No files found.
drl2gcode.py
View file @
45b72f54
...
...
@@ -75,7 +75,7 @@ with open(sys.argv[1]) as fp:
for
t
in
tools
:
tools
[
t
][
"output"
]
+=
footer
print
"writing"
,
tools
[
t
][
"file"
]
print
(
"writing"
,
tools
[
t
][
"file"
])
f
=
open
(
tools
[
t
][
"file"
],
"w"
)
f
.
write
(
tools
[
t
][
"output"
])
f
.
close
()
...
...
This diff is collapsed.
Click to expand it.
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