Corrected G10 L20 P0 command (setZero)
This commit is contained in:
parent
5ad7af8dfb
commit
92b093ee43
@ -199,7 +199,7 @@ typedef struct {
|
|||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
float f; // Feed
|
float f; // Feed
|
||||||
float ijk[3]; // I,J,K Axis arc offsets
|
float ijk[N_AXIS]; // I,J,K Axis arc offsets
|
||||||
uint8_t l; // G10 or canned cycles parameters
|
uint8_t l; // G10 or canned cycles parameters
|
||||||
int32_t n; // Line number
|
int32_t n; // Line number
|
||||||
float p; // G10 or dwell parameters
|
float p; // G10 or dwell parameters
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
// Grbl versioning system
|
// Grbl versioning system
|
||||||
#define GRBL_VERSION "1.1f"
|
#define GRBL_VERSION "1.1f"
|
||||||
#define GRBL_VERSION_BUILD "20170511"
|
#define GRBL_VERSION_BUILD "20171008"
|
||||||
|
|
||||||
// Define standard libraries used by Grbl.
|
// Define standard libraries used by Grbl.
|
||||||
#include <avr/io.h>
|
#include <avr/io.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user