Commit e3b8fb49 authored by Guillaume Seguin's avatar Guillaume Seguin

Whitespaces

parent 49f90395
...@@ -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."
......
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