Index: action_details.html =================================================================== --- action_details.html (revision 31547) +++ action_details.html (revision 31548) @@ -16,13 +16,13 @@

Syntax summary: -AddRats(AllRats|SelectedRats|Close) +AddRats(AllRats|SelectedRats|Close, [manhattan])
Help text: Add one or more rat lines to the board.
Registered by:n/a

-Arguments: +First argument:

@@ -42,11 +42,13 @@
-@item Close + Close Selects the shortest unselected rat on the board.
- + +

+ The second argument is temporary and optional, for a workaround of a bug in the old (to be removed) autorouter. If the value of the second argument is "manhattan", non-axis-aligned lines are ignored when looking for rat anchor points.

AddTimer

@@ -2051,21 +2053,6 @@ -

MinClearGap

-
-

- -
Syntax summary: -MinClearGap(delta) -MinClearGap(Selected, delta) -
Help text: -Ensures that polygons are a minimum distance from objects. -
Registered by:n/a -
-

-Checks all specified objects, and increases the polygon clearance if needed to ensure a minimum distance between their edges and the polygon edges. -

-

Mode

Index: action_reference.html =================================================================== --- action_reference.html (revision 31547) +++ action_reference.html (revision 31548) @@ -13,12 +13,12 @@ - + Index: action_src/addrats.html =================================================================== --- action_src/addrats.html (revision 31547) +++ action_src/addrats.html (revision 31548) @@ -1,4 +1,4 @@ -Arguments: +First argument:

-This is pcb-rnd 2.2.1 (svn r31539) an interactive printed circuit board editor , Revision: 31543 +This is pcb-rnd 2.2.1 (svn r31539) an interactive printed circuit board editor , Revision: 31547
Action Description Syntax Plugin
AboutPresent the about boxAbout()dialogs plugin
acompnetAttempt to auto-complete the current networkacompnet()acompnet plugin
AddRatsAdd one or more rat lines to the board.AddRats(AllRats|SelectedRats|Close)
AddRatsAdd one or more rat lines to the board.AddRats(AllRats|SelectedRats|Close, [manhattan])
AddTimerAdd a new timerAddTimer(action, period, [repeat], [userdata])script plugin
AdjustStyleOpen the dialog box for editing the route styles.AdjustStyle([routestyle_idx])lib_hid_pcbui/route_style
alignAlign objectsAlign(X/Y, [Lefts/Rights/Tops/Bottoms/Centers/Marks, [First/Last/pcb_crosshair/Average[, Gridless]]])distalign plugin
AllRats @@ -12,4 +12,9 @@
Close Selects the shortest unselected rat on the board.
+

+The second argument is temporary and optional, for a workaround of a bug in +the old (to be removed) autorouter. If the value of the second argument is +"manhattan", non-axis-aligned lines are ignored when looking for rat anchor +points.