Index: 09_appendix/action_details.html =================================================================== --- 09_appendix/action_details.html (revision 38199) +++ 09_appendix/action_details.html (revision 38200) @@ -1948,10 +1948,12 @@

+ +
Syntax summary: -Net(find|select|rats|norats||ripup|addrats|clear[,net[,pin]]) +Net(find|select|rats|norats|ripup|addrats|clear[,net[,pin]]) Net(freeze|thaw|forcethaw) Net(swap) -Net(add,net,pin)Net([rename|merge],srcnet,dstnet) +Net(add,net,pin) +Net([rename|merge],srcnet,dstnet) +Net(remove,netname)
Help text: Perform various actions on netlists.
Registered by:n/a @@ -2107,7 +2109,13 @@ merge - Move all terminal connections from the source network (first arg) to the destination network (with back annotation) + Move all terminal connections from the source network (first arg) to the destination network (with back annotation) +
+ remove + + Remove all connections of a net (with back annotation); also remove the net.
@@ -2813,7 +2821,7 @@

Syntax summary: -pcb_move_obj(steps) +Rotate90(steps)
Help text: Rotates the object under the crosshair by 90 degree steps.
Registered by:n/a @@ -2911,9 +2919,10 @@ + +
Syntax summary: Save() -Save(Layout|LayoutAs) -Save(AllConnections|AllUnusedPins|ElementConnections) -Save(PasteBuffer) +Save(Layout) +Save(LayoutAs, [path]) +Save(AllConnections|AllUnusedPins|ElementConnections, [path]) +Save(PasteBuffer, [path]) Save(DialogByPattern, pcb|footprint|font|buffer, none|board|fp, prompt, [default_pattern])
Help text: Save layout data to a user-selected file. @@ -3763,13 +3772,19 @@
-board +design The values are percentages of the board size. Thus, a move of 50,50 - moves you halfway across the board. + moves you halfway across the board. +
+board + + Same as design (for backward compatibility)
Index: 09_appendix/action_reference.html =================================================================== --- 09_appendix/action_reference.html (revision 38199) +++ 09_appendix/action_reference.html (revision 38200) @@ -13,7 +13,7 @@ Index: 09_appendix/action_src/netlist.html =================================================================== --- 09_appendix/action_src/netlist.html (revision 38199) +++ 09_appendix/action_src/netlist.html (revision 38200) @@ -72,4 +72,8 @@
-This is pcb-rnd 3.1.2-dev (svn r37876) an interactive printed circuit board editor from the Ringdove EDA suite compiled using librnd version 4.0.3-dev running with librnd version 4.0.3-dev , Revision: 38198 +This is pcb-rnd 3.1.2-dev (svn r37876) an interactive printed circuit board editor from the Ringdove EDA suite compiled using librnd version 4.0.3-dev running with librnd version 4.0.3-dev , Revision: 38199
Action Description Syntax Plugin
AboutPresent the about boxAbout()dialogs plugin Move all terminal connections from the source network (first arg) to the destination network (with back annotation) +
remove + Remove all connections of a net (with back annotation); also remove + the net. +