Reimplemented serialising LST
This commit is contained in:
parent
ccd5e9b891
commit
cf66359559
5 changed files with 48 additions and 67 deletions
|
|
@ -205,10 +205,6 @@ class Microscope:
|
|||
# Read curent config
|
||||
current_config = self.read_settings()
|
||||
# Save config to file
|
||||
if self.camera:
|
||||
self.camera.save_settings()
|
||||
if self.stage:
|
||||
self.stage.save_settings()
|
||||
self.settings_file.save(current_config, backup=True)
|
||||
|
||||
@property
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue