kopia lustrzana https://github.com/jamesgao/kiln_controller
Lower limits for stepper
rodzic
fa31bc6a6d
commit
b6ae241f08
|
@ -244,7 +244,7 @@ class Regulator(threading.Thread):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
class Breakout(object):
|
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
|
import breakout
|
||||||
self.device = breakout.Breakout(addr)
|
self.device = breakout.Breakout(addr)
|
||||||
self.min_interp = minsteps
|
self.min_interp = minsteps
|
||||||
|
|
Ładowanie…
Reference in New Issue