grblHAL core  20240704
coord_data_t Union Reference

Coordinate data. More...

#include <gcode.h>

Data Fields

float values [N_AXIS]
 
struct {
   float   x
 
   float   y
 
   float   z
 
   float   a
 
}; 
 

Detailed Description

Coordinate data.

Field Documentation

◆ 

struct { ... }

◆ a

float a

◆ 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: