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:
Jeff Young 2018-12-08 17:08:01 +00:00
parent fd537c8230
commit dd9a001077
1 changed files with 4 additions and 0 deletions

View File

@ -529,8 +529,12 @@ void ZONE_FILLER::buildZoneFeatureHoleList( const ZONE_CONTAINER* aZone,
// the netclass value, because we do not have a copper item
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
ignoreLineWidth = true;
#endif
}
switch( aItem->Type() )