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
708572c2
Commit
708572c2
authored
Apr 02, 2014
by
Guillaume Seguin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move printrun/plater.py to printrun/stlplater.py
parent
883adcb4
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
plater.py
plater.py
+1
-1
pronterface.py
printrun/pronterface.py
+1
-1
stlplater.py
printrun/stlplater.py
+0
-0
No files found.
plater.py
View file @
708572c2
...
...
@@ -18,7 +18,7 @@
import
sys
import
wx
from
printrun.plater
import
StlPlater
from
printrun.
stl
plater
import
StlPlater
if
__name__
==
'__main__'
:
app
=
wx
.
App
(
False
)
...
...
printrun/pronterface.py
View file @
708572c2
...
...
@@ -478,7 +478,7 @@ class PronterWindow(MainWindow, pronsole.pronsole):
e
.
Skip
()
def
plate
(
self
,
e
):
from
.
import
plater
from
.
import
stlplater
as
plater
self
.
log
(
_
(
"Plate function activated"
))
plater
.
StlPlater
(
size
=
(
800
,
580
),
callback
=
self
.
platecb
,
parent
=
self
,
...
...
printrun/plater.py
→
printrun/
stl
plater.py
View file @
708572c2
File moved
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