Revert "Allow 5.0 to read 6.0 files with hole-to-hole clearance settings."
This reverts commit 0a4c04530a
.
This commit is contained in:
parent
1684fc735a
commit
e0e0687cd7
|
@ -93,7 +93,6 @@ gr_poly
|
|||
gr_text
|
||||
hatch
|
||||
hide
|
||||
hole_to_hole_min
|
||||
italic
|
||||
justify
|
||||
keepout
|
||||
|
|
|
@ -1191,14 +1191,8 @@ void PCB_PARSER::parseSetup()
|
|||
}
|
||||
break;
|
||||
|
||||
case T_hole_to_hole_min:
|
||||
// Not implemented yet...
|
||||
parseBoardUnits( T_hole_to_hole_min );
|
||||
NeedRIGHT();
|
||||
break;
|
||||
|
||||
case T_pad_to_mask_clearance:
|
||||
designSettings.m_SolderMaskMargin = parseBoardUnits( T_pad_to_mask_clearance );
|
||||
designSettings.m_SolderMaskMargin = parseBoardUnits( T_pad_to_mask_clearance );
|
||||
NeedRIGHT();
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in New Issue