kiplot icon indicating copy to clipboard operation
kiplot copied to clipboard

KiCad plotting utility

Results 15 kiplot issues
Sort by recently updated
recently updated
newest added

Please include the instructions to Installation and Usage on the Windows platform.

@set-soft You have implemented a new way to filter out DRC issues with an external file in your fork of the [kicad-automation-scripts](https://github.com/INTI-CMNB/kicad-automation-scripts) following the discussion started on this issue https://github.com/INTI-CMNB/kicad_ci_test/issues/5#issue-627738147...

Hey, this is pretty neat. I've kind of always felt this kind of thing should be built into KiCad. I suggested it be added to [Xess's list](https://github.com/xesscorp/kicad-3rd-party-tools/pull/30). How would you...

The current kiplot code checks for layer names. But it is hardcoded, and in Kicad, we can change inner layer names to whatever we want. This patch relies on pcbnew...

Hi, I've been using kiplot for a couple of days now, thanks for your effort! I've been trying to generate the gerber job file with my plots, but it seems...

Hey all! Just wanted to quickly write about my impressions after trying out the plugin for the first time. The documentation is so minimal I thought it wouldn't hurt to...

Hello, In the example configuration file I have noticed the following ``` yaml # one day.... check_zone_fills: false run_drc: false ``` While running DRC is currently not possible, it is...

@johnbeard , thank you for writing this extremely useful piece of software, and for wading through the spartan documentation on the Python API. Your code is the best documentation I've...

Hi, first of all, thank you for this tool. It is awesome! I am running it on a container with CI. I made a simple DRC error by overlapping 2...

Hi! Is it possible to ignore some DRC errors? Maybe a flag or something? Right now kiplot returns an error when any DRC fails. For instance, it will be nice...