Index: trunk/doc/user/09_appendix/action_details.html =================================================================== --- trunk/doc/user/09_appendix/action_details.html (revision 20673) +++ trunk/doc/user/09_appendix/action_details.html (revision 20674) @@ -1508,6 +1508,12 @@ +

polystitch

+

+The polygon under the cursor (based on closest-corner) is stitched together with the polygon surrounding it on the same layer. +

+ Use with pstoedit conversions where there's a "hole" in the shape - select the hole. +

printcalibrate

This will print a calibration page, which you would measure and type the measurements in, so that future printouts will be more precise. Index: trunk/doc/user/09_appendix/action_reference.html =================================================================== --- trunk/doc/user/09_appendix/action_reference.html (revision 20673) +++ trunk/doc/user/09_appendix/action_reference.html (revision 20674) @@ -12,7 +12,7 @@

Action Reference

@@ -147,7 +147,7 @@ - + @@ -155,7 +155,7 @@ - + Index: trunk/doc/user/09_appendix/action_src/polystitch.html =================================================================== --- trunk/doc/user/09_appendix/action_src/polystitch.html (nonexistent) +++ trunk/doc/user/09_appendix/action_src/polystitch.html (revision 20674) @@ -0,0 +1,5 @@ +The polygon under the cursor (based on closest-corner) is stitched +together with the polygon surrounding it on the same layer. +

+Use with pstoedit conversions where there's a "hole" in the shape - +select the hole. Index: trunk/src_plugins/polystitch/polystitch.c =================================================================== --- trunk/src_plugins/polystitch/polystitch.c (revision 20673) +++ trunk/src_plugins/polystitch/polystitch.c (revision 20674) @@ -10,13 +10,6 @@ * Mostly rewritten for poly holes by Tibor 'Igor2' Palinkas in 2018. * * Original source: http://www.delorie.com/pcb/polystitch.c - * - * Usage: PolyStitch() - * - * The polygon under the cursor (based on closest-corner) is stitched - * together with the polygon surrounding it on the same layer. - * Use with pstoedit conversions where there's a "hole" in the shape - - * select the hole. */ #include

\n -This is pcb-rnd 2.0.0 (svn r18442) an interactive printed circuit board editor , Revision: 20671 +This is pcb-rnd 2.0.0 (svn r18442) an interactive printed circuit board editor , Revision: 20673
Action Description Syntax Plugin
AboutPresent the about boxAbout()dialogs plugin
PadstackPlacePlace a pad stack (either proto_id, or if not specified, the default for style)PadstackPlace([proto_id|default], [x, y])
PasteBufferVarious operations on the paste buffer.PasteBuffer(AddSelected|Clear|1..PCB_MAX_BUFFER)
PasteBuffer(Rotate, 1..3)
PasteBuffer(Convert|Restore|Mirror)
PasteBuffer(ToLayout, X, Y, units)
PasteBuffer(ToLayout, crosshair)
PasteBuffer(Save, Filename, [format], [force])
PasteBuffer(Push)
PasteBuffer(Pop)
Pinout2Present the subcircuit pinout boxPinout()dialogs plugin
PolyCombinepolycombine plugin
PolyCombinepolycombine plugin
PolyHatchhatch the selected polygon(s) with lines of the current style; lines are drawn on the current layer; flags are h:horizontal, v:vertical, c:contour, p:polyPolyHatch([spacing], [hvcp])
PolyHatch(interactive)
lib_polyhelp
PolyNewCreate an empty polygon. For now data must be "pcb". Use PolyNewPoint to add points. Returns a polygon pointer valid until PolyNewEnd() is called.PolyNew(data, layer, ptlist, clearance, flags)act_draw
PolyNewEndClose and place a polygon started by PolyNew. Returns the ID of the new object or 0 on error.PolyNewEnd(data, layer, poly)act_draw
PolyNewFromRectangleCreate a rectangular polygon. For now data must be "pcb". Returns the ID of the new object or 0 on error.PolyNewFromRectangle(data, layer, x1, y1, x2, y2, clearance, flags)act_draw
PolyNewPointsAdd a list of points to a polygon created by PolyNew. Returns 0 on success.PolyNewPoints(poly, ptlist)act_draw
PolyOffsreplicate the outer contour of the selected polygon(s) with growing or shrinking them by offset; the new polygon is drawn on the current layerPolyOffs(offset)lib_polyhelp
PolyStitchpolystitch plugin
PolyStitchpolystitch plugin
PolygonSome polygon related stuff.Polygon(Close|CloseHole|PreviousPoint)
PreferencesPresent the preferences dialog, optionally opening the tab requested.Preferences([tabname])dialogs plugin
PrintActionsPrint all actions available.PrintActions()