Hi does anyone know why code examples seen online are not recognised in the python shell?
I want to write a script that will put a edge cut circles in the place of through vias, so that when the board is exported as step, it will show via sized holes in the place of where the vias were since the vias do not show up on the exported step and it is important for me to know the places of vias.
For example: circle = pcbnew.DRAWSEGMENT()
is not recognised in the shell. Neither is it in the doxygen documentation.
Is there any chance of getting a useful documentation instead of the dreaded doxygen generated documentation that tells you nothing about to use it.
Something along the quality of the AutoIt documentation would be nice, i.e Function HotKeySet