2009-11-09 14:00:22 +00:00
|
|
|
/***************/
|
|
|
|
/* pcbplot.cpp */
|
|
|
|
/***************/
|
2007-06-05 12:10:51 +00:00
|
|
|
|
2012-01-23 04:33:36 +00:00
|
|
|
#include <fctsys.h>
|
|
|
|
#include <common.h>
|
2007-06-05 12:10:51 +00:00
|
|
|
|
2012-01-23 04:33:36 +00:00
|
|
|
#include <gerbview.h>
|
|
|
|
#include <pcbplot.h>
|
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
|
|
|
{
|
|
|
|
}
|
|
|
|
|