Added method to zero positions

This commit is contained in:
Joel Collins 2019-08-06 18:00:23 +01:00
parent 57832f94a8
commit 18a4a9e560

View file

@ -174,6 +174,10 @@ class Sangaboard(ExtensibleSerialInstrument):
"""De-energise the stepper motor coils"""
self.query("release")
def zero(self):
"""Zero the stored motor positions"""
self.query("zero")
def move_abs(self, final, **kwargs):
"""Make an absolute move to a position