Changes between Version 1 and Version 2 of KiCAD5SchematicToLayout
- Timestamp:
- Feb 15, 2022, 4:24:50 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
KiCAD5SchematicToLayout
v1 v2 31 31 For each symbol, you should set properties based on the [http://ohm.bu.edu/trac/edf/wiki/KiCAD%20Notes#bom-fields BOM fields] description. 32 32 33 *The "value" property should be set:34 35 33 The "value" property should be set: 34 * Set to the value for passives. For example "0.01uF" for capacitors and "1.2k" for resistors. 35 * For other parts, use the part number or a short descriptive name 36 36 37 37 The "Reference" property (e.g. '''C2''') you should generally not edit. 38 38 39 Look up each part on a supplier website ([https://www.digikey.com/ DigiKey] is a good start). You will be given some guidance on this, but once you find a part, you can fill in the '''Mfg''', ''' MfgNo''', '''Supplier''' and '''CatNo''' fields.39 Look up each part on a supplier website ([https://www.digikey.com/ DigiKey] is a good start). You will be given some guidance on this, but once you find a part, you can fill in the '''Mfg''', '''!MfgNo''', '''Vendor''' and '''!CatNo''' fields. 40 40 41 As one example, see the capacitor with DigiKey number M39014/01-1496-ND. You would set the properties as:41 As one example, see the capacitor with !DigiKey number M39014/01-1496-ND. You would set the properties as: 42 42 43 * CatNo = M39014/01-1496-ND44 * Supplier = DigiKey45 * MfgNo = M39014/01-149643 * !CatNo = M39014/01-1496-ND 44 * Supplier = !DigiKey 45 * !MfgNo = M39014/01-1496 46 46 * Mfgr = Kyocera 47 47