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
7d2ef9a6
Commit
7d2ef9a6
authored
Jan 23, 2012
by
Alessandro Ranellucci
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added licensing info to README and all source files
parent
589debc2
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
13 additions
and
1 deletion
+13
-1
README.md
README.md
+2
-0
gviz.py
gviz.py
+1
-0
plater.py
plater.py
+1
-0
printcore.py
printcore.py
+1
-1
projectlayer.py
projectlayer.py
+1
-0
pronsole.py
pronsole.py
+1
-0
pronterface.py
pronterface.py
+1
-0
stltool.py
stltool.py
+1
-0
stlview.py
stlview.py
+1
-0
xybuttons.py
xybuttons.py
+1
-0
zbuttons.py
zbuttons.py
+1
-0
zscaper.py
zscaper.py
+1
-0
No files found.
README.md
View file @
7d2ef9a6
...
...
@@ -114,4 +114,6 @@ sender, or the following code example:
p.resume()
p.disconnect()
# LICENSE
The Printrun suite is licensed under the terms of GPL version 3, or, at your option, any later version.
gviz.py
View file @
7d2ef9a6
# Licensed under the terms of GPL version 3, or, at your option, any later version.
import
wx
,
time
class
window
(
wx
.
Frame
):
...
...
plater.py
View file @
7d2ef9a6
#!/usr/bin/env python
# Licensed under the terms of GPL version 3, or, at your option, any later version.
# Set up Internationalization using gettext
# searching for installed locales on /usr/share; uses relative folder if not found (windows)
...
...
printcore.py
View file @
7d2ef9a6
#!/usr/bin/env python
# Licensed under
GPLv3
# Licensed under
the terms of GPL version 3, or, at your option, any later version.
from
serial
import
Serial
from
threading
import
Thread
...
...
projectlayer.py
View file @
7d2ef9a6
# Licensed under the terms of GPL version 3, or, at your option, any later version.
import
xml.etree.ElementTree
import
wx
import
time
...
...
pronsole.py
View file @
7d2ef9a6
#!/usr/bin/env python
# Licensed under the terms of GPL version 3, or, at your option, any later version.
import
cmd
,
printcore
,
sys
import
glob
,
os
,
time
import
sys
,
subprocess
...
...
pronterface.py
View file @
7d2ef9a6
#!/usr/bin/env python
# Licensed under the terms of GPL version 3, or, at your option, any later version.
# Set up Internationalization using gettext
# searching for installed locales on /usr/share; uses relative folder if not found (windows)
...
...
stltool.py
View file @
7d2ef9a6
# Licensed under the terms of GPL version 3, or, at your option, any later version.
import
sys
,
struct
,
math
def
cross
(
v1
,
v2
):
...
...
stlview.py
View file @
7d2ef9a6
#!/usr/bin/python
# Licensed under the terms of GPL version 3, or, at your option, any later version.
import
os
import
math
import
stltool
...
...
xybuttons.py
View file @
7d2ef9a6
# Licensed under the terms of GPL version 3, or, at your option, any later version.
import
wx
,
os
,
math
from
bufferedcanvas
import
*
...
...
zbuttons.py
View file @
7d2ef9a6
# Licensed under the terms of GPL version 3, or, at your option, any later version.
import
wx
,
os
,
math
from
bufferedcanvas
import
*
...
...
zscaper.py
View file @
7d2ef9a6
# Licensed under the terms of GPL version 3, or, at your option, any later version.
import
wx
,
math
from
stltool
import
*
a
=
wx
.
App
()
...
...
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