PcbDraw
PcbDraw copied to clipboard
Convert your KiCAD board into a nicely looking 2D drawing suitable for pinout diagrams
Hi! thanks for the tool, it's really handy! I was building a simple assembly guide, and I was thinking that it would be great if the language could be extended...
I made a mistake in my board by not closing the contour correcly (line on the bottom-left corner was ending about 1mm short) and this caused PcbDraw plot (fantastic tool!)...
When using PcbDraw, especially with an empty lib and a lot of work ahead, the output is quite congested. It would be very nice to ignore components using regular expressions....
Full disclosure: I'm working off a KiCad PCB that was converted to KiCad format from EasyEDA JSON. This might be the cause of issues. Some footprints are rotated when they...
This pull request adds --rotation-values as an arg to pcbdraw. It accepts a comma separated list of colon separated values. An example: `--rotation-values "R1:90,R2:270"` This allows for variances in SVGs...
Hi, since Kicad version 7.0.1 (still a test build), Pcbdraw stopped working for me. When I go back to version 7.0.0 it works. Command Prompt: ************************************ * KiCad 7.0 Command...
I've got the following messages: Component Connector_PinHeader_2.54mm:PinHeader_1x05_P2.54mm_Horizontal has not footprint. Component LED_SMD:LED_0805_2012Metric_Pad1.15x1.40mm_HandSolder has not footprint. Component Connector_PinHeader_1.27mm:PinHeader_2x07_P1.27mm_Vertical has not footprint. Component Connector_PinHeader_2.54mm:PinHeader_2x02_P2.54mm_Vertical has not footprint. Component TestPoint:TestPoint_Keystone_5000-5004_Miniature has not footprint....
There is a bug where if a resistor value is just `R`, an `OverflowError` is raised by `power = math.floor(res.log10()) - 1` and crashes the application. The reason is because...
I'm creating a set of custom footprints for PcbDraw. And lately, I tried to add the res_band feature for the axial resistors, with no luck. Once I add a rectangle...
After installing PcbDraw (and setting the Path accordingly), I can not seem to get PcbDraw even get to produce a help screen. This is the command and output I get:...