Corrected G10 L20 P0 command (setZero)

This commit is contained in:
cprezzi 2017-10-08 16:03:01 +02:00
parent 5ad7af8dfb
commit 92b093ee43
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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>