diff --git a/README.md b/README.md index 2126ca40cdbfb518817246938174116146dfa165..bc9d4faa0cc802b14d48f343e0148c25e5a4f1b5 100644 --- a/README.md +++ b/README.md @@ -269,14 +269,16 @@ KiCad uses text files both for storing configuration parameters and your actual - Make sure that the grid is set to ”mm” and change the grid size to 1,0mm. - Click on the Read netlist button and select your newly generated netlist-file, click Read Current Netlist. -- Click on the menu File/Board Setup/Design Rules, you should set: - | Requirement | Value | - | -------------------- | ------- | - | Minimum track width | 0,2mm | - | Minimum via diameter | 0,4mm | - | Minimum via drill | 0,3mm | - | Minimum hole to hole | 0,25 mm | - (We don't use micro vias in our designs.) +- Click on the menu File/Board Setup/Design Rules, you should set: + +| Requirement | Value | +| -------------------- | ------- | +| Minimum track width | 0,2mm | +| Minimum via diameter | 0,4mm | +| Minimum via drill | 0,3mm | +| Minimum hole to hole | 0,25 mm | + +(We don't use micro vias in our designs.) - Under "Net Classes" we add a new class. Click on the ”Add” button to add a classes named Power, and set the track width to 0,5mm. We want this net to handle more current, hence we use a wider trace.