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
b3eab238
Commit
b3eab238
authored
May 31, 2012
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove some excess logging
parent
9692593f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
pronterface.py
pronterface.py
+0
-1
webinterface.py
webinterface.py
+1
-1
No files found.
pronterface.py
View file @
b3eab238
...
@@ -159,7 +159,6 @@ class PronterWindow(wx.Frame,pronsole.pronsole):
...
@@ -159,7 +159,6 @@ class PronterWindow(wx.Frame,pronsole.pronsole):
self
.
webInterface
=
webinterface
.
WebInterface
(
self
)
self
.
webInterface
=
webinterface
.
WebInterface
(
self
)
self
.
webThread
=
Thread
(
target
=
webinterface
.
StartWebInterfaceThread
,
args
=
(
self
.
webInterface
,
))
self
.
webThread
=
Thread
(
target
=
webinterface
.
StartWebInterfaceThread
,
args
=
(
self
.
webInterface
,
))
self
.
webThread
.
start
()
self
.
webThread
.
start
()
self
.
webInterface
.
AddLog
(
"Connected!!!"
)
def
startcb
(
self
):
def
startcb
(
self
):
self
.
starttime
=
time
.
time
()
self
.
starttime
=
time
.
time
()
...
...
webinterface.py
View file @
b3eab238
...
@@ -161,7 +161,7 @@ class WebInterface(object):
...
@@ -161,7 +161,7 @@ class WebInterface(object):
global
gPronterPtr
global
gPronterPtr
global
gWeblog
global
gWeblog
self
.
name
=
"<div id='title'>Pronterface Web-Interface</div>"
self
.
name
=
"<div id='title'>Pronterface Web-Interface</div>"
gWeblog
=
"
Connecting web interface to pronterface...
"
gWeblog
=
""
gPronterPtr
=
self
.
pface
gPronterPtr
=
self
.
pface
settings
=
SettingsPage
()
settings
=
SettingsPage
()
...
...
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