2009-11-09 14:00:22 +00:00
|
|
|
/***************/
|
|
|
|
/* pcbplot.cpp */
|
|
|
|
/***************/
|
2007-06-05 12:10:51 +00:00
|
|
|
|
|
|
|
#include "fctsys.h"
|
|
|
|
#include "common.h"
|
|
|
|
|
2009-02-04 15:25:03 +00:00
|
|
|
#include "gerbview.h"
|
|
|
|
#include "pcbplot.h"
|
2007-06-05 12:10:51 +00:00
|
|
|
#include "protos.h"
|
|
|
|
|
2009-06-28 16:50:42 +00:00
|
|
|
|
|
|
|
|
|
|
|
/* The group of plot options - sadly global XXX */
|
|
|
|
PCB_Plot_Options g_pcb_plot_options;
|
|
|
|
|
|
|
|
|
2009-11-09 14:00:22 +00:00
|
|
|
/**************************************************************/
|
|
|
|
/* void WinEDA_BasePcbFrame::ToPlotter(wxCommandEvent& event) */
|
|
|
|
/***************************************************************/
|
2007-06-05 12:10:51 +00:00
|
|
|
|
2010-01-01 13:30:39 +00:00
|
|
|
/** TODO */
|
|
|
|
void WinEDA_GerberFrame::ToPlotter(wxCommandEvent& event)
|
2007-06-05 12:10:51 +00:00
|
|
|
{
|
|
|
|
}
|
|
|
|
|