Add stage backlash correction
This commit is contained in:
parent
35819aa826
commit
c2b784e606
6 changed files with 244 additions and 33 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue