You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.
Generate a line in the footprint like: (fp_text user "" (at -49 0.05) (layer F.SilkS)
Commenting out the extratexts line makes the generator fail:
KicadModTree/ModArgparser.py", line 134, in run self._parse_and_execute_yml(filepath)
self._parse_and_execute_yml(filepath)
KicadModTree/ModArgparser.py", line 162, in _parse_and_execute_yml
self._execute_script(**kwargs) # now we can execute the script
KicadModTree/ModArgparser.py", line 255, in _execute_script
parsed_args[k] = type(v.get('default'))
This adds nothing to the footprint, so can the script remove this line if the string is empty?
The text was updated successfully, but these errors were encountered:
This was raised by: KiCad/kicad-footprints#2143
In short, an extratexts line like:
Generate a line in the footprint like:
(fp_text user "" (at -49 0.05) (layer F.SilkS)
Commenting out the extratexts line makes the generator fail:
This adds nothing to the footprint, so can the script remove this line if the string is empty?
The text was updated successfully, but these errors were encountered: