Skip to content

Rename parts table args#531

Merged
ducky64 merged 10 commits into
masterfrom
part-table-args
Jul 5, 2026
Merged

Rename parts table args#531
ducky64 merged 10 commits into
masterfrom
part-table-args

Conversation

@ducky64

@ducky64 ducky64 commented Jul 5, 2026

Copy link
Copy Markdown
Collaborator

Changes parts table footprint_spec -> filter_footprints, footprint_area -> filter_area, with deprecation path.

These less common parts are changed without deprecation paths:

  • For GenericCapacitor, GenericResistor, replaces footprint_spec with filter_footprints.
  • For CustomDiode and CustomFet, removes the manufacturer_spec and replaces part_spec with part (to unify with parts table parts). Replaces footprint_spec with part_footprint, since it is not doing selection.
  • For the MAX98357, replaces the footprint filter and parts table infrastructure with a simple part field. Future multi-variant infrastructure may add back footprint filtering infrastructure.
  • For Lp5907, replaces footprint_spec with filter_footprints.

Resolves #528

@ducky64 ducky64 merged commit 8b8efbc into master Jul 5, 2026
12 checks passed
@ducky64 ducky64 deleted the part-table-args branch July 5, 2026 01:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rename part table filter args

1 participant