gumyr / build123d

A python CAD programming library
Apache License 2.0
386 stars 72 forks source link

Fix 2D exporter conversion lookups. #571

Closed jrmobley closed 4 months ago

jrmobley commented 4 months ago

Conversion lookups were broken by change to the geom_type accessor. This resulted in the export of all shapes as splines.

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 96.31%. Comparing base (692de83) to head (6e33dfc).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #571 +/- ## ========================================== + Coverage 94.92% 96.31% +1.39% ========================================== Files 24 24 Lines 7762 7762 ========================================== + Hits 7368 7476 +108 + Misses 394 286 -108 ```

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