kicad/pcbnew/exporters
Marek Roszko b52b05ebbb Add zone export to step export
Mileage may vary on performance, decent enough for my board.
Warning, freecad chokes on boards with zones, but commerical tools are fine

Fixes https://gitlab.com/kicad/code/kicad/-/issues/15234
2023-08-20 22:11:45 -04:00
..
step Add zone export to step export 2023-08-20 22:11:45 -04:00
board_exporter_base.h Rename PROPERTIES to STRING_UTF8_MAP for clarity 2022-11-06 11:51:52 -05:00
export_d356.cpp Centralize text size clamping. 2023-06-03 20:29:51 +01:00
export_d356.h Naming conventions. 2020-11-16 00:04:55 +00:00
export_footprint_associations.cpp Make exported date time strings use ISO8601 format 2023-07-14 23:24:12 -04:00
export_gencad.cpp Replace SHAPE_T::RECT by SHAPE_T::RECTANGLE: RECT creates a collision name 2023-07-25 09:11:55 +02:00
export_hyperlynx.cpp Eradicate a bunch of calls to dyn_cast. 2023-06-25 11:10:07 +01:00
export_idf.cpp Replace SHAPE_T::RECT by SHAPE_T::RECTANGLE: RECT creates a collision name 2023-07-25 09:11:55 +02:00
export_svg.cpp Clean up naming. 2023-08-18 22:20:09 +01:00
export_svg.h Clean up naming. 2023-08-18 22:20:09 +01:00
export_vrml.h Pcbnew, exporter VRML: code refactor and remove unuded code. 2022-06-28 18:59:50 +02:00
exporter_vrml.cpp Trim VRML export layers to board outline. 2023-04-18 17:31:29 +01:00
exporter_vrml.h Pcbnew, exporter VRML: code refactor and remove unuded code. 2022-06-28 18:59:50 +02:00
gen_drill_report_files.cpp ADDED: parameterize font metrics and allow customization of overbar height. 2023-08-06 20:57:41 +01:00
gendrill_Excellon_writer.cpp Make exported date time strings use ISO8601 format 2023-07-14 23:24:12 -04:00
gendrill_Excellon_writer.h Fix gerbers and drill plot not logging errors 2023-04-20 23:39:59 -04:00
gendrill_file_writer_base.cpp Gerber export X3: fix an incorrect keyword ("route" must be "rout") 2023-07-27 20:11:04 +02:00
gendrill_file_writer_base.h Fix gerbers and drill plot not logging errors 2023-04-20 23:39:59 -04:00
gendrill_gerber_writer.cpp Gerber export X3: fix an incorrect keyword ("route" must be "rout") 2023-07-27 20:11:04 +02:00
gendrill_gerber_writer.h Fix gerbers and drill plot not logging errors 2023-04-20 23:39:59 -04:00
gerber_jobfile_writer.cpp Convert sprintf to snprintf in most files 2023-04-17 15:39:34 +00:00
gerber_jobfile_writer.h Remove unneeded headers from pcbnew_scripting_helpers.h 2023-05-31 15:54:46 -07:00
gerber_placefile_writer.cpp Cleanup. No (intentional) functional changes. 2023-06-06 12:30:35 +01:00
gerber_placefile_writer.h gerber_placefile_writer: fix angle rotation for flipped footprints. 2022-05-16 10:24:13 +02:00
place_file_exporter.cpp ADDED: DNP flag for position file export 2023-08-04 11:02:54 -07:00
place_file_exporter.h ADDED: DNP flag for position file export 2023-08-04 11:02:54 -07:00