Index: action_details.html =================================================================== --- action_details.html (revision 22701) +++ action_details.html (revision 22702) @@ -405,8 +405,7 @@ BoardFlip([sides]) Help text: Mirror the board over the x axis, optionally mirroring sides as well. -Registered by: -boardflip plugin +Registered by:n/a

All objects on the board are up-down flipped (mirrored over the x axis). @@ -2834,6 +2833,42 @@ , but the paste buffer is renumbered. +

ReplaceFootprint

+
+

+ +
Syntax summary: +ReplaceFootprint([Selected|Object], [footprint], [dumb]) +
Help text: +Replace the footprint of the selected components with the footprint specified. +
Registered by:n/a +
+

+Replace footprint(s) from the library or buffer, in-place (preserving the original subcircuit's location, rotation and metadata). +

+ If first argument is + +selected + +, replace all selected subcircuits with the new footprint; if it is + +object + +, replace only one subcircuit, under the cursor. +

+ If the second argument is a footprint name, load it from the library. If it is + +@buffer + +, use the subcircuit in the current buffer (there must be exactly 1 subcircuit in the buffer). If it is empty or not specified, the user is asked for a footprint. +

+ If the third argument is + +dumb + + the location and rotation of the original subcircuit is not preserved (but all metadata and board side are preserved). +

+

Report