Sigh. We use different tokens for FP and pad solder paste margin ratios.
Seriously? Afraid so: solder_paste_margin_ratio and solder_paste_ratio. Fixes https://gitlab.com/kicad/code/kicad/-/issues/17108
This commit is contained in:
parent
986dbfd235
commit
4056428a08
|
@ -4444,7 +4444,7 @@ FOOTPRINT* PCB_IO_KICAD_SEXPR_PARSER::parseFOOTPRINT_unchecked( wxArrayString* a
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case T_solder_paste_margin_ratio:
|
case T_solder_paste_ratio:
|
||||||
footprint->SetLocalSolderPasteMarginRatio( parseDouble( "local solder paste margin ratio value" ) );
|
footprint->SetLocalSolderPasteMarginRatio( parseDouble( "local solder paste margin ratio value" ) );
|
||||||
NeedRIGHT();
|
NeedRIGHT();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue