Lower limits for stepper

master^2
James Gao 2015-02-22 20:48:52 +00:00
rodzic fa31bc6a6d
commit b6ae241f08
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -244,7 +244,7 @@ class Regulator(threading.Thread):
pass
class Breakout(object):
def __init__(self, addr, maxsteps=6500, minsteps=((2900, 0), (2480, 12)) ):
def __init__(self, addr, maxsteps=6500, minsteps=((2700, 0), (2400, 15)) ):
import breakout
self.device = breakout.Breakout(addr)
self.min_interp = minsteps