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
f80f3b36
Commit
f80f3b36
authored
Mar 27, 2014
by
Guillaume Seguin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move printrun/pronterface_widgets.py to printrun/gui/widgets.py
parent
2480aa10
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
controls.py
printrun/gui/controls.py
+1
-1
widgets.py
printrun/gui/widgets.py
+0
-0
pronterface.py
printrun/pronterface.py
+1
-1
No files found.
printrun/gui/controls.py
View file @
f80f3b36
...
@@ -18,7 +18,7 @@ import wx
...
@@ -18,7 +18,7 @@ import wx
from
.xybuttons
import
XYButtons
,
XYButtonsMini
from
.xybuttons
import
XYButtons
,
XYButtonsMini
from
.zbuttons
import
ZButtons
,
ZButtonsMini
from
.zbuttons
import
ZButtons
,
ZButtonsMini
from
.graph
import
Graph
from
.graph
import
Graph
from
printrun.pronterface_
widgets
import
TempGauge
from
.
widgets
import
TempGauge
from
wx.lib.agw.floatspin
import
FloatSpin
from
wx.lib.agw.floatspin
import
FloatSpin
from
.utils
import
make_button
,
make_custom_button
from
.utils
import
make_button
,
make_custom_button
...
...
printrun/
pronterface_
widgets.py
→
printrun/
gui/
widgets.py
View file @
f80f3b36
File moved
printrun/pronterface.py
View file @
f80f3b36
...
@@ -45,7 +45,7 @@ except:
...
@@ -45,7 +45,7 @@ except:
logging
.
error
(
_
(
"WX is not installed. This program requires WX to run."
))
logging
.
error
(
_
(
"WX is not installed. This program requires WX to run."
))
raise
raise
from
printrun.
pronterface_
widgets
import
SpecialButton
,
MacroEditor
,
\
from
printrun.
gui.
widgets
import
SpecialButton
,
MacroEditor
,
\
PronterOptions
,
ButtonEdit
PronterOptions
,
ButtonEdit
from
serial
import
SerialException
from
serial
import
SerialException
...
...
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