Skip to content

Commit

Permalink
Undisable CS selection caput
Browse files Browse the repository at this point in the history
  • Loading branch information
Nic Bricknell committed Jun 16, 2017
1 parent 2be7767 commit 204cc9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion malcolm/parts/pmac/pmactrajectorypart.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ def configure(self, task, completed_steps, steps_to_do, part_info, params):
cs_port, self.axis_mapping = self._make_axis_mapping(
part_info, params.axesToMove)
# Set the right CS to move
#task.put(self.child["cs"], cs_port)
task.put(self.child["cs"], cs_port)
futures = self.move_to_start(task, completed_steps)
self.steps_up_to = completed_steps + steps_to_do
self.completed_steps_lookup = []
Expand Down

0 comments on commit 204cc9b

Please sign in to comment.