Index: doc-rnd/djopt/Makefile =================================================================== --- doc-rnd/djopt/Makefile (revision 1058) +++ doc-rnd/djopt/Makefile (revision 1059) @@ -31,7 +31,7 @@ rm $*.out.pcb.tmp .pcb.tbl: - echo '$*'>>$(HTML) + echo '$*'>>$(HTML) cat $*.txt >>$(HTML) echo ' '>>$(HTML) Index: doc-rnd/djopt/Pre.html =================================================================== --- doc-rnd/djopt/Pre.html (revision 1058) +++ doc-rnd/djopt/Pre.html (revision 1059) @@ -11,4 +11,4 @@ Click on the images to download the example .pcb design. -
argument name description example in example out after 1st iteration +
argument name description example in example out after 1st iteration Index: doc-rnd/djopt/index.html =================================================================== --- doc-rnd/djopt/index.html (revision 1058) +++ doc-rnd/djopt/index.html (revision 1059) @@ -11,31 +11,31 @@ Click on the images to download the example .pcb design. -
argument name description example in example out after 1st iteration -
debumpify +
argument name description example in example out after 1st iteration +
debumpify Looks for U-shaped traces (with 90 degree corners) that can be shortened or eliminated. -
miter +
miter Replaces 90 degree corners with a pair of 45 degree corners, to reduce RF losses and trace length. -
orthopull +
orthopull Looks for chains of traces all going in one direction, with more traces orthogonal on one side than on the other. Moves the chain in that direction, causing a net reduction in trace length, possibly eliminating traces and/or corners. -
unjaggy +
unjaggy Looks for corners which could be flipped to eliminate one or more corners (i.e. jaggy lines become simpler). -
vianudge +
vianudge Looks for vias where all traces leave in the same direction. Tries to move via in that direction to eliminate one of the traces (and thus a corner). -
viatrim +
viatrim Looks for traces that go from via to via, where moving that trace to a different layer eliminates one or both vias.