-
Notifications
You must be signed in to change notification settings - Fork 1
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
Remove STL import selection and storage options #8
Conversation
ad4bb90
to
5cb2768
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8 +/- ##
======================================
Coverage ? 9.17%
======================================
Files ? 18
Lines ? 730
Branches ? 0
======================================
Hits ? 67
Misses ? 663
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this 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, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was millimetres previously.
There was a problem hiding this comment.
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.
Corresponding change to format: https://github.com/KittyCAD/format/pull/291 |
Fixes #6