jean-pierre charras
|
654651856f
|
Custom pads: minor fix in legacy mode related to commit a155289f .
|
2019-05-09 16:46:13 +02:00 |
jean-pierre charras
|
c489659a20
|
Custom pads: fix incorrect shape of masks when the shape is a polygon with holes and the mask margin is < 0. This is mainly the solder paste layer that shows this issue. This is due to the fact SHAPE_POLY_SET::Inflate does not work fine with polygons with linked holes. SHAPE_POLY_SET::InflateWithLinkedHoles it added to fix this issue.
Fixes: lp:1828287
https://bugs.launchpad.net/kicad/+bug/1828287
|
2019-05-09 16:24:39 +02:00 |
Seth Hillbrand
|
c92424898c
|
pcbnew: Replace magic number segment counts
Where we set 32 segments per circle, the magic number is replaced by the
same value as the common define ARC_APPROX_SEGMENTS_COUNT_HIGH_DEF
|
2019-01-03 17:21:10 -08:00 |
Seth Hillbrand
|
bbb513e2e5
|
Ensure that we are drawing holes and outlines
Set hole colors in output to non-transparent values.
Ensure holes are traced when drawing drill marks.
Fixes: lp:1646482
* https://bugs.launchpad.net/kicad/+bug/1646482
|
2018-04-04 10:20:15 -07:00 |
Jeff Young
|
60a9befe7c
|
Print solder and paste masks if user asks for them.
Fixes: lp:1613057
* https://bugs.launchpad.net/kicad/+bug/1613057
|
2018-02-22 09:04:33 +01:00 |
Maciej Suminski
|
6c1a05a7d5
|
Coverity fixes
Uninitialized variables: CID #163188 and #174187
Unused variable: CID #168698
|
2018-02-20 09:14:51 +01:00 |
Jeff Young
|
60a4ce6623
|
Don't let pads that *should* be NPTHs get lost.
Borrow the hidden text colour so that they can be distinguished
from PTHs and correctly-marked NPTHs.
Fixes: lp:1494738
* https://bugs.launchpad.net/kicad/+bug/1494738
|
2018-02-08 15:04:23 -05:00 |
jean-pierre charras
|
d4192b4646
|
rename files
|
2018-01-30 20:23:34 +01:00 |