optics out also in x

This commit is contained in:
x12sa
2026-07-02 08:47:33 +02:00
committed by holler
co-authored by holler
parent 64694331e3
commit e13ca157da
@@ -98,8 +98,9 @@ class FlomniOpticsMixin:
dev.rtx.controller.feedback_disable()
self.fosa_out()
foptx_out = self._get_user_param_safe("foptx", "out")
fopty_out = self._get_user_param_safe("fopty", "out")
umv(dev.fopty, fopty_out)
umv(dev.foptx, foptx_out, dev.fopty, fopty_out)
if "rtx" in dev and dev.rtx.enabled:
time.sleep(1)
@@ -237,7 +238,7 @@ class FlomniOpticsMixin:
console.print(table)
diameters = [150e-6, 250e-6]
diameters = [140e-6, 170e-6, 200e-6, 250e-6]
console = Console()
table = Table(title="Outermost zone width \033[1m30 nm\033[0m", box=box.SQUARE)