Footprint Reversion and Component Location
Started implementing a plan
#Goal
- Revert component C7’s footprint override to its default value and identify any component on the board that uses the footprint QFN_2X2_MPQ2745_MNP by reporting its designator and XY position.
#Implementation plan
1. Revert C7’s footprint override:
1. Open the properties for component C7 in the schematic/PCB editor.
2. Clear the current footprint override so that it inherits its default footprint.
3. Save the changes to update the project configuration.
2. Identify components using footprint QFN_2X2_MPQ2745_MNP:
1. Perform a search in the PCB layout to list all components with the footprint QFN_2X2_MPQ2745_MNP.
2. For each match, extract its designator and XY position from the layout
3. Document the identified components with their respective designators and positions.
#Success criteria
- Component C7 no longer has a footprint override and now uses its default footprint.
- A complete list is generated showing the designator and XY position of all components using the footprint QFN_2X2_MPQ2745_MNP.
Clearing C7 footprint override...
0:22
Removing C7 footprint override...
0:26
Clearing C7 footprint override...
0:29
Updating C7 footprint property...
0:24
Clearing C7 footprint override...
0:26
Clearing C7 footprint override...
0:31
Worked