Index: trunk/doc/datasheet.html =================================================================== --- trunk/doc/datasheet.html (revision 32549) +++ trunk/doc/datasheet.html (revision 32550) @@ -88,7 +88,7 @@ File formats:
Import misc - specctra .dsn (wires and vias)
HPGL plot (lines, arcs, polygons)
MUCS unixplot .pl (lines and vias)
pixmap (e.g. png)
pnm (pixmap)
ttf font
eagle DRU (design rules)
lihata pcb-rnd font (any version)
gEDA/PCB font
tEDAx drc
tEDAx pcb-rnd drc script + specctra .dsn (wires and vias)
HPGL plot (lines, arcs, polygons)
MUCS unixplot .pl (lines and vias)
ttf font
eagle DRU (design rules)
lihata pcb-rnd font (any version)
gEDA/PCB font
tEDAx drc
tEDAx pcb-rnd drc script File formats:
Save/export board @@ -100,7 +100,7 @@ File formats:
Save/export footprint - lihata pcb-rnd footprint (any version)
gEDA/PCB .fp footprints
tEDAx footprint (any version) + kicad module (s-expr, according to version 3)
kicad pcbnew-module (legacy plain text format)
lihata pcb-rnd footprint (any version)
gEDA/PCB .fp footprints
tEDAx footprint (any version) File formats:
Export netlist @@ -112,7 +112,7 @@ File formats:
Export misc - bom (Bill of Materials; text)
specctra .dsn (padstacks and subcircuits; works with freerouting.net)
.dxf (2D drawing for mech CADs)
excellon drill/cnc (for PCB fabbing)
fidocad .fcd (partial export)
export gcode (for milling)
gerber for PCB fabbing
IPC-D-356 Netlist (for automated testing)
printer (using ps)
list of terminal connections (old, custom format)
OpenEMS (simulation; matlab files)
openscad script (colored 3D model)
stl (3d triangulated surface model)
svg (Scalable Vector Graphics)
geda/PCB xy
gxyrs
Macrofab's pick&place
pick&place file for the TM220/TM240 device
KiCad .pos file
IPC-D-356 Netlist (from automated testing)
kicad module (s-expr, according to version 3)
kicad pcbnew-module (legacy plain text format)
lihata pcb-rnd font (any version)
tEDAx etest
tEDAx drc
tEDAx pcb-rnd drc script + bom (Bill of Materials; text)
specctra .dsn (padstacks and subcircuits; works with freerouting.net)
.dxf (2D drawing for mech CADs)
excellon drill/cnc (for PCB fabbing)
fidocad .fcd (partial export)
export gcode (for milling)
gerber for PCB fabbing
IPC-D-356 Netlist (for automated testing)
printer (using ps)
list of terminal connections (old, custom format)
OpenEMS (simulation; matlab files)
openscad script (colored 3D model)
stl (3d triangulated surface model)
geda/PCB xy
gxyrs
Macrofab's pick&place
pick&place file for the TM220/TM240 device
KiCad .pos file
IPC-D-356 Netlist (from automated testing)
lihata pcb-rnd font (any version)
tEDAx etest
tEDAx drc
tEDAx pcb-rnd drc script UI options Index: trunk/doc/developer/packaging/description.txt =================================================================== --- trunk/doc/developer/packaging/description.txt (revision 32549) +++ trunk/doc/developer/packaging/description.txt (revision 32550) @@ -20,6 +20,39 @@ File formats and compatibility: - text based, tree structured native file format (lihata) + - import board: + * autotrax PCB board, version 4 + * autotrax PCB board, version 5 + * dsn board + * eagle xml board version 6, 7, 8 + * eagle binary board version 3, 4, 5 + * hyperlynx board, version 2 and above + * kicad board, version 3, 4 and 5 (s-expr) + * lihata pcb-rnd board (any version) + * gEDA/PCB .pcb board (any version up to 2017) + - export board: + * anonimized board statistics in lihata + * autotrax PCB board, version 4 + * dsn board + * hyperlynx board, version 2.0 + * kicad board, version 3 (s-expr) + * kicad pcbnew-board, version 1 (legacy plain text format) + * lihata pcb-rnd board (any version) + * gEDA/PCB .pcb board (various version up to 2017 ) + - import footprint: + * BXL footprints + * eagle xml footprint lib + * eagle binary footprint lib + * lihata pcb-rnd footprint (any version) + * Mentor Graphics cell footprints + * gEDA/PCB .fp footprints + * tEDAx footprint (any version) + - export footprint: + * kicad module (s-expr, according to version 3) + * kicad pcbnew-module (legacy plain text format) + * lihata pcb-rnd footprint (any version) + * gEDA/PCB .fp footprints + * tEDAx footprint (any version) - import netlist: * Accel ASCII netlists + footprint info * calay (netlists + footprint info) @@ -40,37 +73,9 @@ * tEDAx netlist (any version) - export netlist: * tEDAx netlist (any version) - - import footprint: - * BXL footprints - * eagle xml footprint lib - * eagle binary footprint lib - * lihata pcb-rnd footprint (any version) - * Mentor Graphics cell footprints - * gEDA/PCB .fp footprints - * tEDAx footprint (any version) - - export footprint: - * lihata pcb-rnd footprint (any version) - * gEDA/PCB .fp footprints - * tEDAx footprint (any version) - - import board: - * autotrax PCB board, version 4 - * autotrax PCB board, version 5 - * dsn board - * eagle xml board version 6, 7, 8 - * eagle binary board version 3, 4, 5 - * hyperlynx board, version 2 and above - * kicad board, version 3, 4 and 5 (s-expr) - * lihata pcb-rnd board (any version) - * gEDA/PCB .pcb board (any version up to 2017) - - export board: - * anonimized board statistics in lihata - * autotrax PCB board, version 4 - * dsn board - * hyperlynx board, version 2.0 - * kicad board, version 3 (s-expr) - * kicad pcbnew-board, version 1 (legacy plain text format) - * lihata pcb-rnd board (any version) - * gEDA/PCB .pcb board (various version up to 2017 ) + - import image: + * pixmap (e.g. png) + * pnm (pixmap) - export image: * render in .png * render in .gif @@ -77,12 +82,11 @@ * render in .jpeg * render black&white postscript (single or multiple files) * render black&white or color embedded postscript (single file) + * svg (Scalable Vector Graphics) - import misc: * specctra .dsn (wires and vias) * HPGL plot (lines, arcs, polygons) * MUCS unixplot .pl (lines and vias) - * pixmap (e.g. png) - * pnm (pixmap) * ttf font * eagle DRU (design rules) * lihata pcb-rnd font (any version) @@ -103,7 +107,6 @@ * OpenEMS (simulation; matlab files) * openscad script (colored 3D model) * stl (3d triangulated surface model) - * svg (Scalable Vector Graphics) * geda/PCB xy * gxyrs * Macrofab's pick&place @@ -110,8 +113,6 @@ * pick&place file for the TM220/TM240 device * KiCad .pos file * IPC-D-356 Netlist (from automated testing) - * kicad module (s-expr, according to version 3) - * kicad pcbnew-module (legacy plain text format) * lihata pcb-rnd font (any version) * tEDAx etest * tEDAx drc