#include <gnome.h>
#include <glade/glade.h>
#include <dirent.h>
#include <dlfcn.h>
#include "cnc_output.h"
Functions | |
gint | CNC__Start (gint x, gint y) |
gint | CNC__Stop (void) |
gint | CNC__Reset (void) |
gint | CNC__Off (void) |
gint | CNC__Go_XY (gint x, gint y) |
gint | CNC__Go_XYZ (gint x, gint y, gint z) |
gint | CNC__Go_X (gint x) |
gint | CNC__Go_Y (gint y) |
gint | CNC__Go_Z (gint z) |
gint | CNC__DrillOn (void) |
gint | CNC__DrillOff (void) |
gint | CNC__DrillSetSpeed (gint speed) |
gint | CNC__Drill (void) |
gint | CNC__Pen (gint updown) |
gint | CNC__SpeedXY (gint speed) |
gint | CNC__SpeedZ (gint speed) |
gint | CNC__CheckZ (void) |
gint | CNC__CeckSize (void) |
gint | CNC__ToolChange (gint tool_nr) |
gint | CNC__SoftStart (gint value) |
gint | CNC__LoadPlugins () |
gint | CNC__SetOutput (gint output_id) |
gint | CNC__SetZoom_X (gfloat zoom) |
gint | CNC__SetZoom_Y (gfloat zoom) |
gint | CNC__SetZoom_Z (gfloat zoom) |
gint | CNC__SetZoom (gfloat zoom) |
gint | CNC__Init (void) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|