Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #182 from kinichiro/fix_pcbnew
Browse files Browse the repository at this point in the history
fix pcbnew, footprint editor section and description about keep out area
  • Loading branch information
Marco Ciampa committed Oct 10, 2015
2 parents 461d22d + a0c3cd7 commit 9e75913
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/pcbnew/pcbnew_creating_editing_footprints.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ image:images/icons/new_footprint.png[]. The name of the new footprint
will be requested. This will be the name by which the footprint will be
identified in the library.

This text also serves as the footprint reference, which is ultimately
replaced by the real reference (U1, IC3...).
This text also serves as the footprint value, which is ultimately
replaced by the real value (100uF_16V, 100_0.5W, ...).

The new footprint will require:

Expand All @@ -185,7 +185,7 @@ footprint is as follows:
* Load the similar footprint (image:images/icons/load_module_lib.png[],
image:images/icons/load_module_board.png[] or
image:images/icons/import_module.png[]).
* Modify the reference field in order to generate a new identifier (name).
* Modify the "Footprint Name in Library" field in order to generate a new identifier (name).
* Edit and save the new footprint.

=== Adding and editing pads
Expand Down
2 changes: 1 addition & 1 deletion src/pcbnew/pcbnew_general_operations.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ shown in Pcbnew:
| image:images/icons/add_keepout_area.png[]
| Placement of keepout areas ( on copper layers ).
| image:images/icons/auto_track_width.png[]
| Keepout are areas with no tracks, or/and vias or/and copper areas
| Auto track width: when starting on an existing track use its width otherwise, use current width setting.
| image:images/icons/add_line.png[]
| Draw Lines on technical layers (i.e. not a copper layer).
| image:images/icons/add_circle.png[]
Expand Down

0 comments on commit 9e75913

Please sign in to comment.