Modified the subitem style to match GitHub style
This commit is contained in:
parent
7150549854
commit
397cae4373
26
README.md
26
README.md
|
|
@ -77,23 +77,23 @@ In this section you put all the things that you want to generate. This section
|
|||
|
||||
The available values for *type* are:
|
||||
- Plot formats:
|
||||
-- `gerber` the gerbers for fabrication.
|
||||
-- `ps` postscript plot
|
||||
--`hpgl` format for laser printers
|
||||
-- `svg` scalable vector graphics
|
||||
-- `pdf` portable document format
|
||||
-- `dxf` mechanical CAD format
|
||||
- `gerber` the gerbers for fabrication.
|
||||
- `ps` postscript plot
|
||||
-`hpgl` format for laser printers
|
||||
- `svg` scalable vector graphics
|
||||
- `pdf` portable document format
|
||||
- `dxf` mechanical CAD format
|
||||
- Drill formats:
|
||||
-- `excellon` data for the drilling machine
|
||||
-- `gerb_drill` drilling positions in a gerber file
|
||||
- `excellon` data for the drilling machine
|
||||
- `gerb_drill` drilling positions in a gerber file
|
||||
- Pick & place
|
||||
-- `position` of the components for the pick & place machine
|
||||
- `position` of the components for the pick & place machine
|
||||
- Documentation
|
||||
-- `pdf_sch_print` schematic in PDF format
|
||||
-- `pdf_pcb_print`PDF file containing one or more layer and the page frame
|
||||
- `pdf_sch_print` schematic in PDF format
|
||||
- `pdf_pcb_print`PDF file containing one or more layer and the page frame
|
||||
- Bill of Materials
|
||||
-- `kibom` BoM in HTML or CSV format generated by [KiBoM](https://github.com/INTI-CMNB/KiBoM)
|
||||
-- `ibom` Interactive HTML BoM generated by [InteractiveHtmlBom](https://github.com/INTI-CMNB/InteractiveHtmlBom)
|
||||
- `kibom` BoM in HTML or CSV format generated by [KiBoM](https://github.com/INTI-CMNB/KiBoM)
|
||||
- `ibom` Interactive HTML BoM generated by [InteractiveHtmlBom](https://github.com/INTI-CMNB/InteractiveHtmlBom)
|
||||
|
||||
## Using KiPlot
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue