|
KiCad PCB EDA Suite
|
#include <qa_utils/wx_utils/unit_test_utils.h>#include <qa_utils/pdf_test_utils.h>#include <board.h>#include <footprint.h>#include <pad.h>#include <pcbplot.h>#include <plotters/plotter_gerber.h>#include <pcb_plot_params.h>#include <layer_ids.h>#include <lset.h>#include <wx/filename.h>#include <wx/ffile.h>#include <memory>#include <regex>#include <string>Go to the source code of this file.
Functions | |
| BOOST_AUTO_TEST_CASE (NoDrillFlashesOnEdgeCuts) | |
| BOOST_AUTO_TEST_CASE | ( | NoDrillFlashesOnEdgeCuts | ) |
Definition at line 45 of file test_plot_edge_cuts_drill_marks.cpp.
References BOARD::Add(), PADSTACK::ALL_LAYERS, LSET::AllCuMask(), B_Mask, BOOST_AUTO_TEST_CASE(), BOOST_CHECK_MESSAGE(), BOOST_REQUIRE(), CIRCLE, Edge_Cuts, GERBER_PLOTTER::EndPlot(), F_Mask, FULL_DRILL_SHAPE, GERBER, PLOTTER::OpenFile(), PAD, pad, pcbIUScale, PlotBoardLayers(), PTH, PCB_PLOT_PARAMS::SetDrillMarksType(), PCB_PLOT_PARAMS::SetFormat(), PLOTTER::SetRenderSettings(), GERBER_PLOTTER::SetViewport(), and GERBER_PLOTTER::StartPlot().