Skip to content

Commit

Permalink
Merge pull request #291 from MaslowCNC/make-return-to-zero-not-lower-bit
Browse files Browse the repository at this point in the history
Make return to center not lower bit
  • Loading branch information
BarbourSmith authored May 23, 2017
2 parents 18cd560 + c77c217 commit e74e730
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion UIElements/runMenu.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ def returnToCenter(self):

self.data.gcode_queue.put("G00 X0.0 Y0.0 ")

self.data.gcode_queue.put("G00 Z0 ")
#if the machine does not have a z-axis, just go home
else:
self.data.gcode_queue.put("G00 X0.0 Y0.0 ")
Expand Down

0 comments on commit e74e730

Please sign in to comment.