mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-14 11:41:49 +02:00
feat: motor_control.py MotorCoordinateTable added basic version to store coordinates and show them in motor_map.py
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
from .motor_movement import (
|
||||
MotorControlMap,
|
||||
MotorControlPanel,
|
||||
MotorControlPanelRelative,
|
||||
MotorControlPanelAbsolute,
|
||||
)
|
||||
|
@ -0,0 +1,6 @@
|
||||
from .motor_control_compilations import (
|
||||
MotorControlMap,
|
||||
MotorControlPanel,
|
||||
MotorControlPanelRelative,
|
||||
MotorControlPanelAbsolute,
|
||||
)
|
||||
|
Reference in New Issue
Block a user