Go to the source code of this file.
Defines | |
#define | MY_PI 3.141592653589793 |
Typedefs | |
typedef _CncConfig_Output | CncConfig_Output |
Functions | |
gint | CNC__Init (void) |
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__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) |
Variables | |
CncConfig_Output | CNC__Out [10] |
gint | CNC__OutID |
gint | CNC__OutMaxID |
gint | CNC__OutActive |
gfloat | CNC__OutZoom_X |
gfloat | CNC__OutZoom_Y |
gfloat | CNC__OutZoom_Z |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|