Created
February 27, 2025 07:27
-
-
Save GOROman/d1046155d154834e9f27a74621ad61a7 to your computer and use it in GitHub Desktop.
STL Test
This file contains hidden or 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
```stl | |
solid cube_corner | |
facet normal 0.0 -1.0 0.0 | |
outer loop | |
vertex 0.0 0.0 0.0 | |
vertex 1.0 0.0 0.0 | |
vertex 0.0 0.0 1.0 | |
endloop | |
endfacet | |
facet normal 0.0 0.0 -1.0 | |
outer loop | |
vertex 0.0 0.0 0.0 | |
vertex 0.0 1.0 0.0 | |
vertex 1.0 0.0 0.0 | |
endloop | |
endfacet | |
facet normal -1.0 0.0 0.0 | |
outer loop | |
vertex 0.0 0.0 0.0 | |
vertex 0.0 0.0 1.0 | |
vertex 0.0 1.0 0.0 | |
endloop | |
endfacet | |
facet normal 0.577 0.577 0.577 | |
outer loop | |
vertex 1.0 0.0 0.0 | |
vertex 0.0 1.0 0.0 | |
vertex 0.0 0.0 1.0 | |
endloop | |
endfacet | |
endsolid | |
``` |
Author
GOROman
commented
Feb 27, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment