Fix enum class DRILL_MARKS no export to python
This commit is contained in:
parent
b4b25a7009
commit
aff5245041
|
@ -62,7 +62,7 @@ popt.SetUseAuxOrigin(True)
|
||||||
# This by gerbers only
|
# This by gerbers only
|
||||||
popt.SetSubtractMaskFromSilk(False)
|
popt.SetSubtractMaskFromSilk(False)
|
||||||
# Disable plot pad holes
|
# Disable plot pad holes
|
||||||
popt.SetDrillMarksType( PCB_PLOT_PARAMS.NO_DRILL_SHAPE );
|
popt.SetDrillMarksType( DRILL_MARKS_NO_DRILL_SHAPE );
|
||||||
# Skip plot pad NPTH when possible: when drill size and shape == pad size and shape
|
# Skip plot pad NPTH when possible: when drill size and shape == pad size and shape
|
||||||
# usually sel to True for copper layers
|
# usually sel to True for copper layers
|
||||||
popt.SetSkipPlotNPTH_Pads( False );
|
popt.SetSkipPlotNPTH_Pads( False );
|
||||||
|
|
|
@ -112,6 +112,7 @@ HANDLE_EXCEPTIONS(PLUGIN::FootprintDelete)
|
||||||
|
|
||||||
|
|
||||||
%include <plotcontroller.h>
|
%include <plotcontroller.h>
|
||||||
|
%include <plotprint_opts.h>
|
||||||
%include <pcb_plot_params.h>
|
%include <pcb_plot_params.h>
|
||||||
%include <plotters/plotter.h>
|
%include <plotters/plotter.h>
|
||||||
%include <exporters/export_d356.h>
|
%include <exporters/export_d356.h>
|
||||||
|
|
Loading…
Reference in New Issue