From adc645c18ddf1cdf3f270a570dac49cda20f56ab Mon Sep 17 00:00:00 2001 From: Alexandra Lanes Date: Wed, 14 Feb 2024 23:05:59 +0000 Subject: [PATCH] Focuser position gets updated in checkmotoridle so don't update it here --- legofocuser.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/legofocuser.py b/legofocuser.py index 34ac757..14615b0 100755 --- a/legofocuser.py +++ b/legofocuser.py @@ -112,7 +112,6 @@ class LegoFocuser(device): # stops running. focpos.state='Busy' - self.IDSet(focpos) # And set a callback to return to OK when the motor # has finished @@ -151,7 +150,6 @@ class LegoFocuser(device): # stops running. focpos.state='Busy' - self.IDSet(focpos) # And set a callback to return to OK when the motor # has finished -- 2.30.2