Skip to content

Commit

Permalink
fix(shared-data): ot3 trash below deck (#11420)
Browse files Browse the repository at this point in the history
The bottom of the OT-3 fixed trash is actually below the deck. Without
this change, attempts to move to the top of the "well" of the fixed
trash will cause out-of-bounds z moves, particularly during cancel.

Closes RCORE-122
  • Loading branch information
sfoster1 authored Sep 2, 2022
1 parent 477e815 commit 220c15c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dimensions": {
"xDimension": 210.75,
"yDimension": 79.75,
"zDimension": 93.5
"zDimension": 187.5
},
"parameters": {
"format": "trash",
Expand All @@ -30,7 +30,7 @@
"depth": 187.5,
"x": 105.375,
"y": 39.875,
"z": 93.5
"z": 0
}
},
"brand": {
Expand All @@ -45,6 +45,6 @@
"cornerOffsetFromSlot": {
"x": 0,
"y": 0,
"z": 0
"z": -94
}
}

0 comments on commit 220c15c

Please sign in to comment.