CadQuery / cadquery

A python parametric CAD scripting framework based on OCCT
https://cadquery.readthedocs.io
Other
3.23k stars 294 forks source link

Fixed gltf export instructions per #1508 #1523

Closed jmwright closed 9 months ago

jmwright commented 9 months ago

Closes #1508

This is a straight-forward documentation addition, so I think we can merge with one review.

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (551a231) 94.48% compared to head (de4be31) 94.48%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1523 +/- ## ======================================= Coverage 94.48% 94.48% ======================================= Files 28 28 Lines 5780 5780 Branches 1071 1071 ======================================= Hits 5461 5461 Misses 193 193 Partials 126 126 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

adam-urbanczyk commented 9 months ago

Thanks again @jmwright !