Removed pointless 'absolute' position return bool
This commit is contained in:
parent
e4b6977c4a
commit
92669e06a9
1 changed files with 0 additions and 1 deletions
|
|
@ -33,7 +33,6 @@ class Microscope(object):
|
|||
# Add stage position
|
||||
position = self.stage.position
|
||||
state['position'] = {
|
||||
'absolute': True,
|
||||
'x': position[0],
|
||||
'y': position[1],
|
||||
'z': position[2],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue