Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
Printrun
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
Printrun
Commits
966a6c91
Commit
966a6c91
authored
May 22, 2013
by
Guillaume Seguin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in printcore.py
parent
1e1de326
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
printcore.py
printcore.py
+1
-1
No files found.
printcore.py
View file @
966a6c91
...
@@ -382,7 +382,7 @@ class printcore():
...
@@ -382,7 +382,7 @@ class printcore():
return
return
if
self
.
printing
and
self
.
queueindex
<
len
(
self
.
mainqueue
.
idxs
):
if
self
.
printing
and
self
.
queueindex
<
len
(
self
.
mainqueue
.
idxs
):
(
layer
,
line
)
=
self
.
mainqueue
.
idxs
[
self
.
queueindex
]
(
layer
,
line
)
=
self
.
mainqueue
.
idxs
[
self
.
queueindex
]
gline
=
self
.
mainqueue
.
all_layers
[
layer
]
.
lines
[
line
]
.
raw
gline
=
self
.
mainqueue
.
all_layers
[
layer
]
.
lines
[
line
]
tline
=
gline
.
raw
tline
=
gline
.
raw
#check for host command
#check for host command
if
tline
.
lstrip
()
.
startswith
(
";@"
):
if
tline
.
lstrip
()
.
startswith
(
";@"
):
...
...
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