Skip to content

Commit

Permalink
increase spec for probe alignment; don't test width using 5N
Browse files Browse the repository at this point in the history
  • Loading branch information
andySigler committed Aug 9, 2023
1 parent 9e97c7f commit 0020164
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
TEST_SLOT = 5
PROBE_PREP_HEIGHT_MM = 5
PROBE_POS_OFFSET = Point(13, 13, 0)
JAW_ALIGNMENT_MM_X = 0.5
JAW_ALIGNMENT_MM_Z = 0.5
JAW_ALIGNMENT_MM_X = 2.0
JAW_ALIGNMENT_MM_Z = 2.0
PROBE_PF_MAX = 6.0
DECK_PF_MIN = 9.0
DECK_PF_MAX = 15.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
GRIP_HEIGHT_MM = 30
TEST_WIDTHS_MM: List[float] = [60, 85.75, 62]
SLOT_WIDTH_GAUGE: List[Optional[int]] = [None, 3, 9]
GRIP_FORCES_NEWTON: List[float] = [5, 15, 20]
GRIP_FORCES_NEWTON: List[float] = [10, 15, 20]


def _get_test_tag(width: float, force: float) -> str:
Expand Down

0 comments on commit 0020164

Please sign in to comment.