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

Add ignored_parts config option. #16

Open
cjwelborn opened this issue Aug 1, 2019 · 0 comments
Open

Add ignored_parts config option. #16

cjwelborn opened this issue Aug 1, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@cjwelborn
Copy link
Member

The config key will contain part descriptions to ignore:

{
  "ignored_parts": [
    {"type": "Drawer Panel"},
    {"type": "Drawer Front", "width": 12.875}
  ]
}

...possibly with special keys to narrow the scope: width_max, length_min, or "width_range"=[11, 11.5].

Could even go so far as: "type_startswith": "Drawer"

Basic part-type ignoring was implemented in the B & M version, but this would be a more complete implementation.

@cjwelborn cjwelborn added the enhancement New feature or request label Aug 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant