Index: action_reference.html =================================================================== --- action_reference.html (revision 32329) +++ action_reference.html (revision 32330) @@ -13,7 +13,7 @@ @@ -225,6 +225,7 @@ + Index: bridges.svg =================================================================== --- bridges.svg (revision 32329) +++ bridges.svg (revision 32330) @@ -1,7 +1,7 @@ - + @@ -12,15 +12,15 @@ - - pcb-rnd - - output-only + + pcb-rnd + + output-only input-output - + HID (GUI) - + input-only tEDAx(exchange file format) @@ -28,8 +28,8 @@ gtkgdk or gl render kicadpcbnew - - web client(javascript) + + web client(javascript) batchCLI/automation @@ -75,7 +75,9 @@ hkp(mentor) - Mentor grp.(netlist) + Protel(netlist) + + Mentor grp.(netlist) Orcad(netlist) @@ -90,193 +92,195 @@ FidoCadJ(board) ProtelAutotrax - - gerber - - svg - - STL(3d) - - dxf(2D CAD) - - excellon(drill) - - XYtemplated - - openscad(3D CAD) - - OpenEMS(sim) - - lpr(print) - - ipcd356e-tester - - pngjpg, bmp - - pspostscript - - BOM - - g-code(mill) - - statstatistics + + gerber + + svg + + STL(3d) + + dxf(2D CAD) + + excellon(drill) + + XYtemplated + + openscad(3D CAD) + + OpenEMS(sim) + + lpr(print) + + ipcd356e-tester + + pngjpg, bmp + + pspostscript + + BOM + + g-code(mill) + + statstatistics + + importschematics + + + text + + + importnetlist importlines/arcs + + + .xy + + + importschematics importPCB - - - .grb, .cnc + + + IPC356D + + + .grb, .cnc + + + importschematics importschematics - - - text + + + + stl - - importnetlist - - - stl + + + board + importschematics + + importnetlist importschematics - - - .xy - - - - importschematics - - - ps - - - - board - - - - IPC356D - - - - board - - - importnetlist - - - - postscript - - footprint - + + + lihata + + + + + ps + schematics - - - - footprints-expr - - - importnetlist - - - svg - + boards-expr - - - lihata + + + postscript - - - etest + + + + board netlist - - importschematics - + + importschematics + boardlegacy - - - board + + importnetlist + + + svg DRCspec - - importschematics footprint - - importschematics - - - DRU + + importschematics + + + footprints-expr - - importschematics + + importschematics board - - importnetlist + + netlistpads/subcs board - - importschematics + + + etest + + + importschematics board - - importschematics - board - - netlistpads/subcs - + + importschematics + + + board + + + importnetlist board - - importschematics + + + + DRU + + + importschematics - - - TCP/IP + + + TCP/IP + Index: formats.html =================================================================== --- formats.html (revision 32329) +++ formats.html (revision 32330) @@ -247,6 +247,13 @@ import netlist and footprint info from PADS ascii (.asc) netlists n/a +
import_protel_net +no +works + + import netlist and footprint info from Protel netlists 2.0 + +n/a
import_pxm_gd no works Index: src/bridges.txt =================================================================== --- src/bridges.txt (revision 32329) +++ src/bridges.txt (revision 32330) @@ -20,6 +20,7 @@ |[padsn]| | | | | |[orcdn]| | | | | |[accln]| | | | | +|[prtln]| | | | | |[msch ]| +----------------------------------------------------------------+ +-----------+ +-------+ *out----------------------------------------------------------------+ @@ -108,6 +109,9 @@ [accln] label Accel EDA\n(netlist) +[prtln] + label Protel\n(netlist) + [msch] label Mentor grp.\n(netlist) @@ -315,6 +319,9 @@ -> accln.e pcbrnd label import\nschematics +-> prtln.e pcbrnd + label import\nschematics + -> msch.e pcbrnd label import\nnetlist
-This is pcb-rnd 2.2.2 (svn r32316) an interactive printed circuit board editor , Revision: 32323 +This is pcb-rnd 2.2.2 (svn r32320) an interactive printed circuit board editor , Revision: 32329
Action Description Syntax Plugin
AboutPresent the about boxAbout()dialogs plugin
LoadOrcadNetFromLoads the specified pads ascii netlist .net file.LoadOrcadNetFrom(filename)orcad_net importer
LoadPadsNetFromLoads the specified pads ascii netlist .asc file.LoadPadsNetFrom(filename)pads_net importer
LoadPixmapLoads a pixmap image from disk and creates a gfx object in buffer.LoadPixmap([filename])
LoadProtelNetFromLoads the specified protel netlist 2.0 file.LoadProtelNetFrom(filename)protel_net importer
LoadScriptLoad a fungw scriptLoadScript(id, filename, [language])script plugin
LoadTedaxFromLoads the specified block from a tedax file.LoadTedaxFrom(netlist|board|footprint|stackup|layer|drc|drc_query, filename, [block_id, [silent, [src]]])tEDAx IO
LoadTinycadFromLoads the specified tinycad .net file - the netlist must be tinycad netlist output.LoadTinycadFrom(filename)tinycad importer