[Kicad-developers] [Patch] bitmap2component: Support for multiple input units.

2019-06-14 Thread Johannes Wågen
Hi I have made a patch to bitmap2component so that it supports entering dimensions in mm, inches, mils, and DPI. It is now also possible to lock the aspectratio to the ratio of the input bitmap. When the aspect ratio is locked and one dimension is changed, the other one is automatically

Re: [Kicad-developers] Feature Proposal: Schematic Netlist modules for Eeschema/SKIDL hybrid

2019-05-09 Thread Johannes Wågen
Hi The open source FPGA tools also have this.  It might be worth to take a look at[1]. It is written in JavaScript, but it does perhaps give some indication of what such a tool could be capable of. [1] https://github.com/nturley/netlistsvg -Johannes Wågen Den 09.05.2019 14:32, skrev Reece

Re: [Kicad-developers] Tool-assisted selection disambiguation

2018-01-02 Thread Johannes Wågen
Hi Jeff I was just working on this bug. I was able to fix it by checking if all the selection possibilities in the disambiguation menu had the same net in SELECTION_TOOL::guessSelectionCandidates( ... ) , and not displaying the menu if they where all the same net. This works but sort of breaks