Index: action_details.html =================================================================== --- action_details.html (revision 27366) +++ action_details.html (revision 27367) @@ -3345,6 +3345,10 @@ file and the target file format has library support, all subcircuits are saved in the same file, as a library. +

+ If a single subcircuit from buffer needs to be saved to be a footprint, use the +saveto + action with first argument set to PasteBuffer.

SaveTo

@@ -3381,7 +3385,9 @@ PasteBuffer - Save the subcircuit from the active Buffer to a file. The buffer needs to contain exactly one subcircuit. This is the graphical way to create a footprint. + Save the subcircuit from the active Buffer to a file. The buffer needs to contain exactly one subcircuit. This is the graphical way to create a footprint. If multiple subcircuits needs to be saved, use the +savelib + action.