We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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].
width_max
length_min
"width_range"=[11, 11.5]
Could even go so far as: "type_startswith": "Drawer"
"type_startswith": "Drawer"
Basic part-type ignoring was implemented in the B & M version, but this would be a more complete implementation.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The config key will contain part descriptions to ignore:
...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.
The text was updated successfully, but these errors were encountered: