Index: 01_gsch2pcb-rnd.htm =================================================================== --- 01_gsch2pcb-rnd.htm (revision 8256) +++ 01_gsch2pcb-rnd.htm (revision 8257) @@ -28,14 +28,6 @@ method name description - pcb - The classic approach: load the existing extract elements from - the .sch file, load the .pcb file, compare element lists, load - footprint libraries and create .new.pcb and .net and .cmd and let - the user handle the rest. Does not work with anything else - than the .pcb format. This method is deprecated and is - provided only for compatibility with some old workflows. - import Runs the same gnetlist backend as the import_sch plugin. A single action command file generated with .cmd suffix. When executed @@ -49,6 +41,10 @@ separate .net netlist file that can be imported the same way as the .net of the pcb method. Pro: the user can update elements-only or nets-only. Con: requires two user actions to get a full impoty. + + pcb + The classic approach that tried to edit the .pcb file. + No longer supported.