Tibor Gáts

Results 10 comments of Tibor Gáts

How about using [Qt Quick](https://github.com/cyndis/qmlrs) ? It is more mature than libui, has better documentation, the problem of high dpi (4K UHD) screens is solved too.

My proposed solution: in the file `qeda/src/pattern/default/custom.coffee` at line 29, change `layer: ['topCopper', 'topMask', 'topPaste', 'bottomCopper', 'bottomMask', 'bottomPaste']` to `layer: ['intCopper', 'topMask', 'bottomMask']`

You are right, complex shape with multiple pads would be an ugly solution. I searched for possibilities, and found this: https://bugs.launchpad.net/kicad/+bug/1660151 So, it will be possible soon, but it is...

I think it would be nice, but it should be optional, as for some very dense designs there is no space for fiducials.

If it would have body cylinders also, it will be already very useful for checking mechanical designs.

True, `.STEP` is more universal, and already handled by the nightly version of KiCad. If it helps the development of QEDA, some nice `.STEP` examples can be generated by the...

It would be nice to have an option for the footprint: a path to an already existing 3D file. (And if it is given, you don't have to generate a...

It would be nice if QEDA could generate something like this: ![image](https://user-images.githubusercontent.com/16302588/29365340-e925b3b8-8296-11e7-8267-f82643350359.png) ``` EESchema-LIBRARY Version 2.3 #encoding utf-8 # # EPC2047 # DEF EPC2047 VT 0 0 N Y 1...

I think it will be only possible after custom pad shapes will be available in KiCad. There is a progress towards it: https://bugs.launchpad.net/kicad/+bug/1660151

Oh, I see, you are right. But the other issue I reported about `padDiameter`: in the case I choose `pattern: custom`, and I want to define SMD pads by diameter,...