grblHAL core  20241107
coord_data_t Union Reference

Coordinate data. More...

#include <gcode.h>

Data Fields

float values [N_AXIS]
 
struct {
   float   x
 
   float   y
 
   float   z
 
}; 
 
struct {
   float   m0
 
   float   m1
 
   float   m2
 
}; 
 

Detailed Description

Coordinate data.

Field Documentation

◆ 

struct { ... }

◆ 

struct { ... }

◆ m0

float m0

◆ m1

float m1

◆ m2

float m2

◆ values

float values[N_AXIS]

◆ x

float x

◆ y

float y

◆ z

float z

The documentation for this union was generated from the following file: