updated with slic master branch

This commit is contained in:
2022-09-20 14:45:33 +02:00
parent 8e82ddcc67
commit 92b17647f9
6 changed files with 334 additions and 22 deletions

14
smaract_device_def.py Normal file
View File

@@ -0,0 +1,14 @@
# from slic.devices.general.smaract import SmarActStage
from smaract import SmarActStage
# this currently uses a modified SmarActStage module
# otherwise the wait times are not working correctly.
smaract = SmarActStage("SARES30-XSMA156",
X='SARES30-XSMA156:X',
Y='SARES30-XSMA156:Y',
Z='SARES30-XSMA156:Z',
Ry='SARES30-XSMA156:Ry',
Rx='SARES30-XSMA156:Rx',
Rz='SARES30-XSMA156:Rz',
)