Skip to content

Commit

Permalink
z
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Nov 27, 2024
1 parent 54b6753 commit 3643f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/stl_preview/StlPreview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ function Model({
position={[
size.x / 2, // Centered on the X-axis
size.y / 2 + 0.1, // Slightly above the grid
-size.z/2, // Centered on the Z-axis
-size.z / 2, // Centered on the Z-axis
]}
rotation={[(Math.PI / 2) * 3, 0, 0]}
>
Expand Down

0 comments on commit 3643f47

Please sign in to comment.