Commit e3b8fb49 authored by Guillaume Seguin's avatar Guillaume Seguin

Whitespaces

parent 49f90395
......@@ -647,7 +647,6 @@ class pronsole(cmd.Cmd):
def help_load(self):
print "Loads a gcode file (with tab-completion)"
def do_upload(self,l):
if len(l)==0:
print "No file name given."
......@@ -714,7 +713,6 @@ class pronsole(cmd.Cmd):
def help_upload(self):
print "Uploads a gcode file to the sd card"
def help_print(self):
if self.f is None:
print "Send a loaded gcode file to the printer. Load a file with the load command first."
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment