I have installed KiCad Mac OSDN version : kicad-unified-5.1.9-0-10_14.dmg on my MacOS catalina 10.15 but couldnot see any external plugin nor the layout of PCB of my project .The external plugin used to work perfectly in my windows machine.
I have tried running some of the commands from online. Not sure where the issue is.Any help to resolve it.
yeah john…i have placed in /Applications/KiCad/kicad.app/Contents/SharedSupport/scripting/plugins location and can view them with the command provided.But still cant see it getting reflecting on the external plugin list
I have placed the plugin in the last path as suggested.I could see the plugins are loaded when executed the command print(pcbnew.KICAD_PLUGINS) but cant see in the external plugins list.
I would suggest that you try out the excellent ‘InteractiveHTMLBom’ plugin. This produces a web page view of the PCB a tabular view of the BOM and highlights where the components are situated on the board. It is 'Interactive"in the sense that highlighting the BOM line highlights the component placement on the board. It is exceptionally useful for assembly. If you are beginning to write your own plugins, it will give you a good foundation on what a well configured plugin looks like.