Commit 67d60a80 authored by Guillaume Seguin's avatar Guillaume Seguin

Woops revert wrong line removal from previous commit

parent 574ed62d
......@@ -612,6 +612,7 @@ class PronterWindow(MainWindow, pronsole.pronsole):
if new_y < self.build_dimensions_list[4] or new_y > self.build_dimensions_list[1] + self.build_dimensions_list[4]:
self.clamped_move_message()
return
self.onecmd('move Y %s' % y)
else:
return
self.p.send_now('M114')
......
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