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:
Jeff Young 2024-02-25 11:28:45 +00:00
parent 986dbfd235
commit 4056428a08
1 changed files with 1 additions and 1 deletions

View File

@ -4444,7 +4444,7 @@ FOOTPRINT* PCB_IO_KICAD_SEXPR_PARSER::parseFOOTPRINT_unchecked( wxArrayString* a
break;
case T_solder_paste_margin_ratio:
case T_solder_paste_ratio:
footprint->SetLocalSolderPasteMarginRatio( parseDouble( "local solder paste margin ratio value" ) );
NeedRIGHT();