From 12ecccd0f38651a0e7951bc6bfbf3db1badbfd55 Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Mon, 5 Oct 2020 10:52:47 +0200 Subject: [PATCH] Gerber output: disable use of aperture macros until some issues are fixed. --- common/plotters/GERBER_plotter.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/plotters/GERBER_plotter.cpp b/common/plotters/GERBER_plotter.cpp index 8ce5895a31..264b43ddfa 100644 --- a/common/plotters/GERBER_plotter.cpp +++ b/common/plotters/GERBER_plotter.cpp @@ -39,8 +39,8 @@ // if GBR_USE_MACROS is defined, pads having a shape that is not a Gerber primitive // will use a macro when possible -// Old code will be removed after more tests -#define GBR_USE_MACROS +// Old code will be removed only after many tests +// #define GBR_USE_MACROS GERBER_PLOTTER::GERBER_PLOTTER() {