Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion generate_mounting_holes.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ def _add_footprint(name: str, pad: bool, cover: bool) -> None:
_add_footprint('covered', pad=False, cover=True)
_add_footprint('blank', pad=False, cover=False)

package.add_approval('(approved ambiguous_footprint_tags)')
package.add_approval('(approved suspicious_assembly_type)')

package.serialize(path.join('out', library, 'pkg'))
Expand Down Expand Up @@ -357,7 +358,7 @@ def _uuid(identifier: str) -> str:
generate_pkg(
library='LibrePCB_Base.lplib',
author='U. Bruhin',
version='0.1',
version='0.1.1',
create_date='2025-04-09T15:07:42Z',
name=name,
hole_diameter=hole_diameter,
Expand Down