kicad/utils/kicad2step/pcb
Seth Hillbrand 1d3159c1cb Add support for PKZIP-based stpZ files
FreeCAD uses gzip-based stpZ files but many programs will compress using
the archive format of PKZIP (e.g. WinZIP).  This handles the archive
format, taking the first file from the archive, which by the standard
should be the STEP file

Fixes https://gitlab.com/kicad/code/kicad/issues/5376
2021-02-27 16:44:54 -08:00
..
3d_resolver.cpp Change environmental variables to human-readable 2021-01-01 16:20:35 +00:00
3d_resolver.h Change environmental variables to human-readable 2021-01-01 16:20:35 +00:00
base.cpp Add const specifiers 2020-11-18 19:50:36 +00:00
base.h Handle polygons in step export 2021-02-25 09:50:01 -08:00
kicadcurve.cpp Handle polygons in step export 2021-02-25 09:50:01 -08:00
kicadcurve.h Handle polygons in step export 2021-02-25 09:50:01 -08:00
kicadfootprint.cpp STEP export: fix crash when a rectangle is used in a footprint. 2021-01-07 09:24:30 +01:00
kicadfootprint.h Handle rect and bezier in footprint exports 2021-01-03 12:08:12 -08:00
kicadmodel.cpp Don't export hidden models to STEP. 2020-09-03 22:59:45 +01:00
kicadmodel.h Don't export hidden models to STEP. 2020-09-03 22:59:45 +01:00
kicadpad.cpp Add const specifiers 2020-11-18 19:50:36 +00:00
kicadpad.h Add const specifiers 2020-11-18 19:50:36 +00:00
kicadpcb.cpp Handle polygons in step export 2021-02-25 09:50:01 -08:00
kicadpcb.h Handle polygons in step export 2021-02-25 09:50:01 -08:00
oce_utils.cpp Add support for PKZIP-based stpZ files 2021-02-27 16:44:54 -08:00
oce_utils.h Step exporter: better values for min distance between 2 points to merge them. 2021-01-03 11:01:03 +01:00