Skip to content

Commit

Permalink
MNT #81 update slit size.tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Oct 17, 2024
1 parent dce1d87 commit 08a4310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/instrument/devices/slit.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class ID8Optics2Slit1D(Optics2Slit1D):
"size",
setpoint_pv=".VAL",
readback_pv=".RBV",
tolerance=8e-4,
tolerance=2e-3,
)
center = cpt(
PVPositionerSoftDone,
Expand Down

0 comments on commit 08a4310

Please sign in to comment.