Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kliment/Printrun.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Seguin <guillaume@segu.in>2013-07-17 12:48:57 +0400
committerGuillaume Seguin <guillaume@segu.in>2013-07-17 12:48:57 +0400
commit1a39881dade119a3a6d28e7c92d2bacac05c7bc9 (patch)
tree636550374ffc286f2c2766e2bbd519c9ba0ae10d /pronsole.py
parent3a673187f8cf4140632f4b3e753508933d1337b8 (diff)
Ignore off() argument
Diffstat (limited to 'pronsole.py')
-rwxr-xr-xpronsole.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pronsole.py b/pronsole.py
index 060d320..1c9bf13 100755
--- a/pronsole.py
+++ b/pronsole.py
@@ -1423,7 +1423,7 @@ class pronsole(cmd.Cmd):
def do_off(self, l):
self.off()
- def off(self):
+ def off(self, ignore = None):
if self.p.online:
if self.p.printing: self.pause(None)
self.onecmd("M84; motors off")