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
|
|
|
|
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
|
|
|
/**************************************************************/
|
2011-03-01 19:26:17 +00:00
|
|
|
/* void PCB_BASE_FRAME::ToPlotter(wxCommandEvent& event) */
|
2009-11-09 14:00:22 +00:00
|
|
|
/***************************************************************/
|
2007-06-05 12:10:51 +00:00
|
|
|
|
2010-01-01 13:30:39 +00:00
|
|
|
/** TODO */
|
2011-03-12 09:50:21 +00:00
|
|
|
void GERBVIEW_FRAME::ToPlotter(wxCommandEvent& event)
|
2007-06-05 12:10:51 +00:00
|
|
|
{
|
|
|
|
}
|
|
|
|
|