Jan Mrázek
Jan Mrázek
I still stand by that Kikit shouldn't be "single manufacturer oriented". The proper solution is to use presets, the one for JLC PCB V-cuts was introduced in db1f37d17d52a466b55e921e330063e6d7cca74c. Simply invoke...
I think the root cause must be different. Your system probably uses a font with ligatures for `--` and merges them into `—`. Can you really panelize your design from...
Ok, if you can panelize from CLI, can you give **precise** steps for reproducing your issue? Including the precise commands and source data.
The error: ``` File "C:\Program Files\KiCad\9.0\bin\Lib\site-packages\pcbnew.py", line 12, in import _pcbnew ImportError: DLL load failed while importing _pcbnew: The specified module could not be found. ``` Means something is broken...
Is `C:\Program Files\KiCad\9.0` the path where KiCAD is really installed? What happens if you enter into the scripting console in KiCAD: ``` import pcbnew pcbnew.__file__ ```
When does this error message appear?
We cannot do so until KiCAD 10. At the moment the API works only for GUI plugins, it doesn't work for stand-alone tools.
I probably understand what happened: - JLC PCB didn't provide descriptions for their component a while ago (maybe for a day or so) - this got into the database, -...
Not at the moment, but I like the feature and we should add it.
You haven't provided enough information to reproduce the issue. Hence, I am afraid I can't help.