kicad-source/gerbview/pcbplot.cpp
jean-pierre charras 013296cb1a Make gerbview compilable and working (does not use now layers and layer masks from Pcbnew).
Export to Pcbnew is broken, but it is a very rarely used feature. It will be fixed later.
2014-06-27 19:07:42 +02:00

17 lines
239 B
C++

/***************/
/* pcbplot.cpp */
/***************/
#include <fctsys.h>
#include <common.h>
#include <gerbview.h>
#include <gerbview_frame.h>
#include <pcbplot.h>
/** TODO */
void GERBVIEW_FRAME::ToPlotter(wxCommandEvent& event)
{
}