yeicor-3d/OCP Action
GitHub Action that builds OCP models (CadQuery/Build123d/...), renders them and sets up a model viewer on Github Pages.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| scripts | The |-separated scripts containing the model(s) to build. | yes | main.py |
| formats | The |-separated formats in which to build all model(s). | no | STL|STEP|AMF|SVG|TJS|DXF|VRML|VTP|3MF|GLTF |
| tolerance | The tolerance to use when building the model(s). | no | 0.1 |
| angular_tolerance | The angular tolerance to use when building the model(s). | no | 0.1 |
| y-up | If true, all model(s) are converted from Z-up to Y-up. | no | false |
| website | Relative path where a static website to visualize the models using GitHub Pages will be built. Models and renders will be available at <website>/<models>/... Disabled if empty. | no | . |
| website-screenshot | Whether to render the model(s) as a screenshot of the website. | no | true |
Outputs
| name | description |
|---|---|
| models-folder | The root folders containing all built models, including the website if built. |