kicad/utils/kicad2step/pcb
Wayne Stambaugh b2855e6288 Fix KiCad2Step virtual keyword handling.
The "virtual" keyword has been deprecated from the board file format so
use "exclude_from_bom" as the flag for the old virtual behavior.  This
is only a partial fix.  Full support for the "exclude_from_bom" will be
added later for V7.

Fixes: https://gitlab.com/kicad/code/kicad/-/issues/10563
(cherry picked from commit 497061de35)
2022-07-05 09:30:59 -04:00
..
3d_resolver.cpp Use wxEmptyString instead of wxT( "" ) 2022-02-09 10:33:52 -08:00
3d_resolver.h More changes to file resolvers. 2021-09-22 11:28:45 +01:00
base.cpp wxT-ify utils. 2022-02-08 22:24:29 +00:00
base.h Formatting. 2021-09-22 12:19:29 +01:00
kicadcurve.cpp STEP export: handle polygons with arcs (and convert arcs to segments). 2022-04-14 16:31:56 +02:00
kicadcurve.h Fix issues with arcs in kicad2step, due to last kicad_pcb format changes. 2021-10-17 17:45:12 +02:00
kicadfootprint.cpp Fix KiCad2Step virtual keyword handling. 2022-07-05 09:30:59 -04:00
kicadfootprint.h kicad2step: fix "ignore virtual components" option 2021-09-07 19:10:21 +00:00
kicadmodel.cpp wxT-ify utils. 2022-02-08 22:24:29 +00:00
kicadmodel.h Don't export hidden models to STEP. 2020-09-03 22:59:45 +01:00
kicadpad.cpp wxT-ify utils. 2022-02-08 22:24:29 +00:00
kicadpad.h KiCad2Step code cleaning. 2021-07-29 07:10:58 -04:00
kicadpcb.cpp Add board stackup parsing to Kicad2Step. 2022-05-31 23:21:43 +01:00
kicadpcb.h Add board stackup parsing to Kicad2Step. 2022-05-31 23:21:43 +01:00
oce_utils.cpp Add board stackup parsing to Kicad2Step. 2022-05-31 23:21:43 +01:00
oce_utils.h Add board stackup parsing to Kicad2Step. 2022-05-31 23:21:43 +01:00