PcbDraw icon indicating copy to clipboard operation
PcbDraw copied to clipboard

Convert your KiCAD board into a nicely looking 2D drawing suitable for pinout diagrams

Results 39 PcbDraw issues
Sort by recently updated
recently updated
newest added

I am getting this error when running it in the command prompt: via_type = pcbnew.VIA if LEGACY_KICAD else pcbnew.PCB_VIA ^^^^^^^^^^ AttributeError: module 'pcbnew' has no attribute 'VIA'

When processing a panel with tabs and similar stuff the PCB contour is complex. PcbDraw time needed to process these cases increases exponentially. This patch solves a couple of issues...

I used the same startup script as in KiCad version 7. Here is an extract from the running script: D:\Projects\PCB_designs\KiCad\Projects\LINET\W240228 - MIC Amp\W240228.01>D:\Renda\Documents\KiCad\8.0\3rdparty\Python311\Scripts\pcbdraw.exe plot "D:\Projects\PCB_designs\KiCad\Projects\LINET\W240228 - MIC Amp\W240228.01\W240228.01.kicad_pcb" "D:\Projects\PCB_designs\KiCad\Projects\LINET\W240228 -...

I'm new to pcbdraw and am trying to get it to work with KiCad 8. I have a branch with https://github.com/yaqwsx/PcbDraw/pull/164, https://github.com/yaqwsx/PcbDraw/pull/165, and https://github.com/yaqwsx/PcbDraw/pull/166 applied. With those fixes, I can...

After failing to get it working with kicad-8.0, I try with kicad-nightly-8.99 and fail again. Can someone help me get this working? I really don't know how to proceed. I...

Hello, running MacOS 12.6.2 Monterey having Kicad 7.0.9 installed Got PcbDraw to work by downloading the latest master and running setup.py using the Kicad's Python 3.9.13 included distribution. I can...

I am trying to create a 3D render of my PCB. ``` python -m venv venv --system-site-packages source venv/bin/activate pip install kikit mistune==2.0.5 PcbDraw==1.1.2 venv/bin/pcbdraw render ./.kicad_pcb /tmp/test.png Traceback (most...

Hi, I'm using pcbdraw/populate through kibot v1.7.0 and I'm encountering a problem on some of my (custom designed) footprints, where the highlighting rectangle is oriented in the wrong direction. ![image](https://github.com/user-attachments/assets/83008ee6-a3ff-40eb-8ed4-ab64e0374557)...

Previously, plotting a board using the kicad 8 library would only render component footprints, all grouped in the bottom right corner. As of this snapshot, PcbDraw once again plots the...