Index: trunk/doc/user/09_appendix/action_reference.html =================================================================== --- trunk/doc/user/09_appendix/action_reference.html (revision 36669) +++ trunk/doc/user/09_appendix/action_reference.html (revision 36670) @@ -13,7 +13,7 @@ @@ -147,7 +147,7 @@ - + @@ -161,9 +161,10 @@ - + + @@ -328,7 +329,7 @@ - +
-This is pcb-rnd 3.0.6-dev (svn r36456) an interactive printed circuit board editor from the Ringdove EDA suite compiled using librnd version 3.2.0 , Revision: 36590 +This is pcb-rnd 3.0.6-dev (svn r36456) an interactive printed circuit board editor from the Ringdove EDA suite compiled using librnd version 3.2.0 running with librnd version 3.2.0 , Revision: 36669
Action Description Syntax Plugin
AboutPresent the about boxAbout()dialogs plugin
ExportExport the current layout, e.g. Export(png, --dpi, 600)Export(exporter, [exporter-args])
ExportcpcbToDumps the current board in c-pcb format.ExportcpcbTo(filename)cpcb plugin
ExportDialogOpen the export dialog.ExportDialog()lib_hid_common plugin
ExportGUIOpen the export dialog.ExportGUI()dialogs plugin
ExportGUIOpen the export dialog.ExportDialog()dialogs plugin
ExportOldConnExport galvanic connection data in an old, custom file format.ExportOldConn(AllConnections|AllUnusedPins|ElementConnections,filename)export_oldconn HID
ExportScadPolyexports all selected polygons to an openscad script; only the outmost contour of each poly is exportedScadExportPoly(filename)openscad HID
exteditextedit(object|selected|buffer, [interactive|method])Invoke an external program to edit a specific part of the current board.extedit plugin
FlagEditChange the layer binding.FlagEdit(object)dialogs plugin
FlipFlip a subcircuit to the opposite side of the board.Flip(Object|Selected)
FontEditConvert the current font to a PCB for editing.FontEdit()fontmode plugin
FontNormalizeNormalie all glyphs (top-left justify)FontNormalize()fontmode plugin
FontNormalizeNormalize all glyphs (left justify)FontNormalize()fontmode plugin
FontSaveConvert the current PCB back to a font.FontSave([filename])fontmode plugin
FontselOpen the font selection dialogFontsel()dialogs plugin
FontSetXdeltaCalculate the right side of each glyph and place xdelta xd to the right (xd should be a distance: number and unit)FontSetXdelta(xd)fontmode plugin
FontXformTransform font graphics in fontmode (FontEdit)FontXform(xform1, params..., [xform2, params...], ...)fontmode plugin
forcecolorchange selected objects' color to #RRGGBB, reset if does not start with '#'forcecolor(#RRGGBB)diag plugin
formula_bisectFind the value for exactly one of the arguments that produces the expected result. One argument must be a string with type:min:max:precision, the rest of the arguments and res must be numeric.formula_bisect(action, res, args)lib_formula plugin
PrintCopyrightPrint copyright notice.PrintCopyright()
PrintDialogOpen the print dialog.PrintDialog()lib_hid_common plugin
PrintFilesPrint files currently loaded.PrintFiles()
PrintGUIOpen the print dialog.PrintGUI()dialogs plugin
PrintGUIOpen the print dialog.PrintDialog()dialogs plugin
PrintPathsPrint full paths and search paths.PrintPaths()
PrintUsagePrint command line arguments of pcb-rnd or a plugin loaded.PrintUsage()
PrintUsage(plugin)
PrintVersionPrint version.PrintVersion()