kicad/pcbnew/exporters
jean-pierre charras 114ff054d3 STEP exporter: export track segments as thick segments with rounded end using arcs.
They are no longer exported as polygons.
Export time is slightly faster and file sizes slightly smaller.
Track arcs are still exported as polygons.
2023-08-27 19:37:41 +02:00
..
step STEP exporter: export track segments as thick segments with rounded end using arcs. 2023-08-27 19:37:41 +02: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 Add vrml export to cli 2023-08-24 20:39:21 -04: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