Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove STL import selection and storage options #8

Merged

Conversation

alteous
Copy link
Contributor

@alteous alteous commented Dec 8, 2023

Fixes #6

@alteous alteous force-pushed the remove-stl-import-selection-and-storage branch from ad4bb90 to 5cb2768 Compare December 8, 2023 18:52
Copy link

codecov bot commented Dec 8, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

❗ No coverage uploaded for pull request base (main@611473f). Click here to learn what that means.

Additional details and impacted files
@@          Coverage Diff           @@
##             main      #8   +/-   ##
======================================
  Coverage        ?   9.17%           
======================================
  Files           ?      18           
  Lines           ?     730           
  Branches        ?       0           
======================================
  Hits            ?      67           
  Misses          ?     663           
  Partials        ?       0           
Flag Coverage Δ
unittests 9.17% <0.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@adamchalmers adamchalmers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, sorry about my copypasta!

}

impl Default for Options {
fn default() -> Self {
Self {
coords: *coord::KITTYCAD,
selection: Default::default(),
storage: Default::default(),
units: UnitLength::Meters,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was millimetres previously.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I want to keep it as metres for now so I'll update the format tests accordingly.

@alteous
Copy link
Contributor Author

alteous commented Dec 8, 2023

Corresponding change to format: https://github.com/KittyCAD/format/pull/291

@alteous alteous merged commit 0244732 into KittyCAD:main Dec 8, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

STL import options shouldn't have selection and storage
2 participants