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
fdee2c3a
Commit
fdee2c3a
authored
Jun 02, 2014
by
Guillaume Seguin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Finalize move of statuschecker thread
parent
6cce62b2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
pronsole.py
printrun/pronsole.py
+2
-0
pronterface.py
printrun/pronterface.py
+0
-1
No files found.
printrun/pronsole.py
View file @
fdee2c3a
...
...
@@ -19,6 +19,7 @@ import cmd
import
glob
import
os
import
time
import
threading
import
sys
import
shutil
import
subprocess
...
...
@@ -110,6 +111,7 @@ class pronsole(cmd.Cmd):
self
.
compute_eta
=
None
self
.
statuscheck
=
False
self
.
status_thread
=
None
self
.
monitor_interval
=
3
self
.
p
=
printcore
.
printcore
()
self
.
p
.
recvcb
=
self
.
recvcb
self
.
p
.
startcb
=
self
.
startcb
...
...
printrun/pronterface.py
View file @
fdee2c3a
...
...
@@ -145,7 +145,6 @@ class PronterWindow(MainWindow, pronsole.pronsole):
self
.
fgcode
=
None
self
.
excluder
=
None
self
.
slicep
=
None
self
.
monitor_interval
=
3
self
.
current_pos
=
[
0
,
0
,
0
]
self
.
paused
=
False
self
.
uploading
=
False
...
...
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