Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

Add a 2-dimensional positioner box widget

perl_d requested to merge feature/2d-positioner-box into main

Description

A widget to control two positioners (e.g. x and y motors) at once. Has tweak and step buttons, and other similar display items to the standard positioner box.

Related Issues

closes #358 (closed)

Type of Change

  • Refactors existing positioner_box to extract some core logic into a base class
  • Adds a positioner_box_2d widget

Potential side effects

PositionerBox and PositionerControlLine (along with the newly added PositionerBox2D) are all now exported from the bec_widgets.widgets.control.device_control.positioner_box module

Screenshots / GIFs (if applicable)

screenshot

Definition of Done

  • Documentation is up-to-date.
Edited by perl_d

Merge request reports

Loading