Skip to content

Commit

Permalink
fix: fix issue of BME module prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
yyc12345 committed Nov 2, 2024
1 parent c894d88 commit fe47861
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bbp_ng/raw_jsons/wide_floors.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
"skip": "False",
"params": {
"height": "height",
"face": "(face[0], face[1], face[5], False, face[2], face[5])"
"face": "(face[0], face[1], face[5], False, face[2], face[3])"
},
"transform": "move(0, 5 + width, 0) @ rot(0, 0, -90)"
},
Expand All @@ -156,7 +156,7 @@
"skip": "False",
"params": {
"height": "height",
"face": "(face[0], face[1], face[2], face[5], face[4], False)"
"face": "(face[0], face[1], face[2], face[3], face[4], False)"
},
"transform": "ident()"
},
Expand All @@ -166,7 +166,7 @@
"params": {
"height": "height",
"length": "width",
"face": "(face[0], face[1], False, False, face[2], face[5])"
"face": "(face[0], face[1], False, False, face[2], face[3])"
},
"transform": "move(0, 2.5 + width, 0) @ rot(0, 0, -90)"
}
Expand Down

0 comments on commit fe47861

Please sign in to comment.