Disable Value on Footprint
Through this process you can modify a group of elements, such as hiding all the silkscreen _VALUE_ elements of all components in a design. Rather than selecting them all, it's easier to do in bulk.
1. First, notice that all elements have the word `VALUE` in a designator. Therefore, add selector-based rule with selector criteria set to `[name*="VALUE"]`. This selects all the _value_ silkscreen elements in the design allowing you to add an applicable rule to them all.
2. Then, add an `enable` rule set to `false` and add the `!important` flag. This will hide all the _VALUE_ elements
For a more complex example, consider hiding all _VALUE_ elements of only resistors in the design.
1. Simply add a selector based rule with the following syntax: `*[PartType=Resistor][name*="VALUE"]`.
2. Then, as above, add an `enable` rule set to `false` and add the `!important` flag.
Welcome 👋
Flux accelerates your PCB design with AI.
Create your account to start using this component and bring your ideas to life.