Add stage backlash correction

This commit is contained in:
Julian Stirling 2026-02-24 16:47:52 +00:00
parent 35819aa826
commit c2b784e606
6 changed files with 244 additions and 33 deletions

View file

@ -481,7 +481,9 @@ class SmartScanThing(lt.Thing):
if self._scan_data is not None:
self._stage.move_absolute(
**self.scan_data.starting_position, block_cancellation=True
**self.scan_data.starting_position,
block_cancellation=True,
backlash_compensation=None,
)
@property