-
Hello. [kikit stencil createprinted --pcbthickness 1.6 --thickness 0.3 --ignore "D1","D2" --framewidth 5.0 --frameclearance 0.4 --enlargeholes 0.2 ./file.kicad_pcb ./folder/] These are the arguments I used. [ "D1","D2" D1,D2 [D1,D2] ["D1","D2"] "D1,D2" ] Thank you. OS: Windows 10 Pro |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi, The expected usage is Please, provide a better description of the problems you observe. |
Beta Was this translation helpful? Give feedback.
-
Hi, thanks for your reply. I verified this with a circuit consisting of a single smd LED and a smd resistor element. I tried the [--ignore D1,R1][--ignore D1] command hoping that all stencil holes would be removed, but as before, the following error message appears and no file is generated. [swig/python detected a memory leak of type 'EDA_ANGLE *', no destructor found. This error message is no longer displayed when I remove the --ignore option, and a printable file is generated in the specified directory. |
Beta Was this translation helpful? Give feedback.
I'm sorry I haven't posted for a while.
The problem that was raised in this discussion, ``Stencil files are not generated correctly,'' appears to have been resolved in the Windows 10, KICAD 8.0.2, and KIKIT 1.5.1 environments.
The --ignore option was processed and the stl file was successfully generated.
However, the "no destructor found" error still appears, so I raised an issue in the kicad api discussion.
[https://github.com/atait/kicad-python/issues/6]
thank you very much.