Commit c89f3d97 authored by kliment's avatar kliment

Merge pull request #87 from canadaduane/master

Remove ability to click on Z +/- 100. Fixes #86
parents b83cddb9 59400675
......@@ -10,7 +10,7 @@ def sign(n):
else: return 0
class ZButtons(BufferedCanvas):
button_ydistances = [7, 30, 55, 83, 112]
button_ydistances = [7, 30, 55, 83] # ,112
center = (30, 118)
label_overlay_positions = {
0: (1, 18, 11),
......
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