mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 18:23:15 +02:00
Export to Pcbnew is broken, but it is a very rarely used feature. It will be fixed later.
17 lines
239 B
C++
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)
|
|
{
|
|
}
|
|
|