-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enforce movement to excluded regions (#78)
* add to benchtop_run.toml exclusion layers * perform an excluded check before motioning the motion group * add messages to the ValueErrors raised by DividerExclusion._validate_inputs() * mark any point outside the motion space as excluded * use the parent argument in __init__ instead of self.parent() * use the currentIndex() method, and not the property * create message box class MSpaceMessageBox * supply log entry if probe drive target position is not executed since the probe drive is still moving * fix log string * add clarifying comments and annotations * in MGWidget._validate_motion_group() handle case where motion group has yet to be defined * incorporate MSpaceMessageBox indo DriveControlWidget and AxisControlWidget
- Loading branch information
Showing
6 changed files
with
187 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters