-
-
Notifications
You must be signed in to change notification settings - Fork 174
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Imagine you have a couple of SMD component container with 24 "pots" each. And each shall only have one part in it. It is quite annoying to manually click "Only single part" and save on 24 elements. Ideally that (and other) setting could be given directly at the mass creation
Describe the solution you'd like
Allow a simple way during mass creation to specify the options. E.g. by a JSON suffix
SMD
SMD#01
SMD#01-A1 {"options": {"only_single_part": "true"}}
SMD#01-A2 {"options": {"only_single_part": "true"}}
...
SMD#01-C8 {"options": {"only_single_part": "true"}}
SMD#02
SMD#02-A1 {"options": {"only_single_part": "true"}}
SMD#02-A2 {"options": {"only_single_part": "true"}}
...
SMD#02-C8 {"options": {"only_single_part": "true"}}
Describe alternatives you've considered
Another possibility would be to recursively apply settings to all child storage elements.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request