Skip to content

Mass creation: Specify options for all created storage locations #1123

@pmasterc3

Description

@pmasterc3

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions