Turn off bugfix for lp:1797787 for 5.1.
This allows people to continue to use the edge-width as a proxy for board edge clearance until we implement board edge clearance as a real feature. Fixes: lp:1797787 * https://bugs.launchpad.net/kicad/+bug/1797787
This commit is contained in:
parent
fd537c8230
commit
dd9a001077
|
@ -529,8 +529,12 @@ void ZONE_FILLER::buildZoneFeatureHoleList( const ZONE_CONTAINER* aZone,
|
||||||
// the netclass value, because we do not have a copper item
|
// the netclass value, because we do not have a copper item
|
||||||
zclearance = zone_to_edgecut_clearance;
|
zclearance = zone_to_edgecut_clearance;
|
||||||
|
|
||||||
|
#if 0
|
||||||
|
// 6.0 TODO: we're leaving this off for 5.1 so that people can continue to use the board
|
||||||
|
// edge width as a hack for edge clearance.
|
||||||
// edge cuts by definition don't have a width
|
// edge cuts by definition don't have a width
|
||||||
ignoreLineWidth = true;
|
ignoreLineWidth = true;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
switch( aItem->Type() )
|
switch( aItem->Type() )
|
||||||
|
|
Loading…
Reference in New Issue