Skip to content

Commit

Permalink
Merge pull request #367 from DiamondLightSource/hyperion_685_use_vmax…
Browse files Browse the repository at this point in the history
…_for_rotation

Use ExtendedEpicsMotor for smargon omega
  • Loading branch information
d-perl authored Mar 12, 2024
2 parents 2aaa01f + 9930578 commit 19efffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dodal/devices/smargon.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class Smargon(MotorBundle):
z = Cpt(EpicsMotor, "Z")
chi = Cpt(EpicsMotor, "CHI")
phi = Cpt(EpicsMotor, "PHI")
omega = Cpt(EpicsMotor, "OMEGA")
omega = Cpt(ExtendedEpicsMotor, "OMEGA")

real_x1 = Cpt(EpicsMotor, "MOTOR_3")
real_x2 = Cpt(EpicsMotor, "MOTOR_4")
Expand Down

0 comments on commit 19efffb

Please sign in to comment.