Index: trunk/doc/user/09_appendix/action_details.html =================================================================== --- trunk/doc/user/09_appendix/action_details.html (revision 34522) +++ trunk/doc/user/09_appendix/action_details.html (revision 34523) @@ -3003,7 +3003,11 @@ dialogs plugin

-This will print a calibration page, which you would measure and type the measurements in, so that future printouts will be more precise. +Used to help with printer calibrataion, but did not really work properly for at least a decade. This feature was removed after pcb-rnd 2.3.2. There is an alternative + +manual calibration method. + +

PromptFor

Index: trunk/doc/user/09_appendix/action_reference.html =================================================================== --- trunk/doc/user/09_appendix/action_reference.html (revision 34522) +++ trunk/doc/user/09_appendix/action_reference.html (revision 34523) @@ -13,7 +13,7 @@ @@ -330,7 +330,6 @@ - Index: trunk/doc/user/09_appendix/action_src/printcalibrate.html =================================================================== --- trunk/doc/user/09_appendix/action_src/printcalibrate.html (revision 34522) +++ trunk/doc/user/09_appendix/action_src/printcalibrate.html (revision 34523) @@ -1,2 +1,4 @@ -This will print a calibration page, which you would measure and type -the measurements in, so that future printouts will be more precise. +Used to help with printer calibrataion, but did not really work properly +for at least a decade. This feature was removed after pcb-rnd 2.3.2. +There is an alternative +manual calibration method.
-This is pcb-rnd 2.3.2 (svn r34389) an interactive printed circuit board editor , Revision: 34493 +This is pcb-rnd 2.3.2 (svn r34511) an interactive printed circuit board editor , Revision: 34522
Action Description Syntax Plugin
AboutPresent the about boxAbout()dialogs plugin
propprintPrint a property map of objects matching the scope. Scope is documented at PropEdit().PropPrint([scope])propedit
propsetChange the named property of scope or all selected objects to/by value. Scope is documented at PropEdit().propset([scope], name, value)propedit
proptoggleToggle the named property of scope or all selected objects, assuming the property is boolean. Scope is documented at PropEdit(). If create is true, non-existing attributes are created as true.proptoggle([scope], name, [create])propedit
pscalibps HID
pstklibPresent the padstack library dialog on board padstacks or the padstacks of a subcircuitpstklib([board|subcid|object], [retpid, [preselect]])dialogs plugin
PstkNewCreate a padstack. For now data must be "pcb". glob_clearance=0 turns off global clearance. Returns the idpath of the new object or 0 on error.PstkNew([noundo,] data, protoID, x, y, glob_clearance, flags)act_draw
PstkProtoEditEdit a padstack prototype specified by its pointer.PstkProto([noundo,] proto, remove, layer_type)
PstkProto([noundo,] proto, copy, dst_layer_type, src_layer_type)
PstkProto([noundo,] proto, hdia, dia)
PstkProto([noundo,] proto, shape:line, layer_type, x1, y1, x2, y2, th, [square])
act_draw