Advertisement
Guest User

Untitled

a guest
Jan 10th, 2012
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. Usage: eeschema [--help] [--list-sheets] [--plot <str>] [--plot-bw] [--plot-sheetref] [--erc] [--netlist] [--bom] <path to .sch file>
  2. --help command line help
  3.  
  4. --list-sheets list schematic pages
  5.  
  6. --plot=<str> File -> Plot [ps|svg|dxf]
  7. --plot-bw Black & white (default: color)
  8. --plot-sheetref Print page references (default: off)
  9.  
  10. --erc Tools -> ERC (.erc)
  11. --netlist Tools -> Generate Netlist (.net)
  12. --bom Tools -> Generate Bill of Materials (.bom)
  13.  
  14. Usage: pcbnew [--help] [--list-layers] [--layers <str>] [--drill] [--drill-origin-aux] [--plot <str>] [--plot-fill-all-zones] [--plot-drill-marks <str>] [--plot-mirror] [--plot-ps-force-a4] [--plot-gb-ex-pcb-edge] [--plot-gb-aux-origin] [--svg <str>] [--svg-board-edges] [--drc] [--pos] [--bom] [--cmp] [--vrml] <path to .brd file>
  15. --help command line help
  16.  
  17. --list-layers list names of enabled layers in .brd file
  18. --layers=<str> comma separated layers for plot and SVG
  19.  
  20. --drill File -> Fabrication -> Drill File (.drl)
  21. --drill-origin-aux Use aux axis as origin (def: abs)
  22.  
  23. --plot=<str> File -> Plot [gerber|ps|dxf]
  24. --plot-fill-all-zones fill zones before plotting (not in the dialog)
  25. --plot-drill-marks=<str> Drill marks [none|small|actual] (def: small)
  26. --plot-mirror Mirrored plot (Postscript only)
  27. --plot-ps-force-a4 Postscript: Force A4 output
  28. --plot-gb-ex-pcb-edge Gerber: exclude PCB edge
  29. --plot-gb-aux-origin Gerber: Use aux axis as origin (def: abs)
  30.  
  31. --svg=<str> File -> Print SVG [selected|board]
  32. --svg-board-edges add board edges to SVG plots (def: off)
  33.  
  34. --drc Tools -> DRC (.rpt)
  35. --pos File -> Fabrication -> Modules Pos. (.pos)
  36. --bom File -> Fabrication -> BOM File (.csv)
  37. --cmp File -> Fabrication -> Comp. File (.cmp)
  38. --vrml File -> Export -> VRML (.wrl)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement