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
e3b8fb49
Commit
e3b8fb49
authored
Aug 08, 2012
by
Guillaume Seguin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Whitespaces
parent
49f90395
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
pronsole.py
pronsole.py
+0
-2
No files found.
pronsole.py
View file @
e3b8fb49
...
@@ -647,7 +647,6 @@ class pronsole(cmd.Cmd):
...
@@ -647,7 +647,6 @@ class pronsole(cmd.Cmd):
def
help_load
(
self
):
def
help_load
(
self
):
print
"Loads a gcode file (with tab-completion)"
print
"Loads a gcode file (with tab-completion)"
def
do_upload
(
self
,
l
):
def
do_upload
(
self
,
l
):
if
len
(
l
)
==
0
:
if
len
(
l
)
==
0
:
print
"No file name given."
print
"No file name given."
...
@@ -714,7 +713,6 @@ class pronsole(cmd.Cmd):
...
@@ -714,7 +713,6 @@ class pronsole(cmd.Cmd):
def
help_upload
(
self
):
def
help_upload
(
self
):
print
"Uploads a gcode file to the sd card"
print
"Uploads a gcode file to the sd card"
def
help_print
(
self
):
def
help_print
(
self
):
if
self
.
f
is
None
:
if
self
.
f
is
None
:
print
"Send a loaded gcode file to the printer. Load a file with the load command first."
print
"Send a loaded gcode file to the printer. Load a file with the load command first."
...
...
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