| 
    KiCad PCB EDA Suite
    
   | 
 
Go to the source code of this file.
Classes | |
| struct | EXCELLON_CMD | 
| struct | EXCELLON_ROUTE_COORD | 
| class | EXCELLON_IMAGE | 
| Handle a drill image.  More... | |
Macros | |
| #define | ROUTE_CCW 1 | 
| #define | ROUTE_CW -1 | 
| #define ROUTE_CCW 1 | 
Definition at line 89 of file excellon_image.h.
Referenced by EXCELLON_IMAGE::Execute_Drill_Command(), and EXCELLON_IMAGE::Execute_EXCELLON_G_Command().
| #define ROUTE_CW -1 | 
Definition at line 90 of file excellon_image.h.
Referenced by EXCELLON_IMAGE::Execute_Drill_Command(), EXCELLON_IMAGE::Execute_EXCELLON_G_Command(), and EXCELLON_IMAGE::FinishRouteCommand().
| enum drill_G_code_t | 
| Enumerator | |
|---|---|
| DRILL_G_UNKNOWN | |
| DRILL_G_ABSOLUTE | |
| DRILL_G_INCREMENTAL | |
| DRILL_G_ZEROSET | |
| DRILL_G_ROUT | |
| DRILL_G_DRILL | |
| DRILL_G_SLOT | |
| DRILL_G_ZERO_SET | |
| DRILL_G_LINEARMOVE | |
| DRILL_G_CWMOVE | |
| DRILL_G_CCWMOVE | |
Definition at line 66 of file excellon_image.h.
| enum drill_M_code_t | 
Definition at line 31 of file excellon_image.h.