Files
SyncHome/trunk/ulp/pcb-gcode-3.6.0.4/plugins/plugin_loader.h

41 lines
821 B
C
Raw Normal View History

2023-03-09 10:24:21 +00:00
/*
* Generate g-code for milling PC boards.
*
* Copyright 2004-2009 by John Johnson Software, LLC.
* See readme.html for copyright information.
*
*/
// BEGIN_PLUGIN_INCLUDES
dlgVBoxLayout {
dlgHBoxLayout {
/* dlgVBoxLayout {
dlgGroup("Square X and Y (doesn't do anything)") {
#include "square_x_and_y.plugin"
}
dlgStretch(1);
}
dlgVBoxLayout {
dlgGroup("Square Z") {
#include "square_z.plugin"
}
dlgStretch(1);
}
dlgVBoxLayout {
dlgGroup("Filenames") {
#include "filenames.plugin"
}
dlgStretch(1);
}*/
}
dlgHBoxLayout {
dlgStretch(1);
dlgVBoxLayout {
#include "calculator.plugin"
}
dlgStretch(1);
}
dlgStretch(1);
}
// END_PLUGIN_INCLUDES