SOFT-227 implement cryostage motions, WIP

- ported modifications offline, still need to finish
  and test
This commit is contained in:
2021-07-28 14:46:40 +02:00
parent f946fce081
commit 7760a652a1
8 changed files with 124 additions and 67 deletions

View File

@@ -8,7 +8,6 @@ samples_info = []
def set_samples_info(info):
log("Update samples info: " + str(info))
global samples_info
if (is_string(info)):
info = json.loads(info)
@@ -361,4 +360,4 @@ test_sample_data = [ \
"sampleMountCount": 0,
} , \
]