26 lines
504 B
C++
26 lines
504 B
C++
/***************/
|
|
/* pcbplot.cpp */
|
|
/***************/
|
|
|
|
#include "fctsys.h"
|
|
#include "common.h"
|
|
|
|
#include "gerbview.h"
|
|
#include "pcbplot.h"
|
|
|
|
|
|
|
|
/* The group of plot options - sadly global XXX */
|
|
PCB_Plot_Options g_pcb_plot_options;
|
|
|
|
|
|
/**************************************************************/
|
|
/* void WinEDA_BasePcbFrame::ToPlotter(wxCommandEvent& event) */
|
|
/***************************************************************/
|
|
|
|
/** TODO */
|
|
void WinEDA_GerberFrame::ToPlotter(wxCommandEvent& event)
|
|
{
|
|
}
|
|
|