yarf 0.1
Yet Another RepRap Firmware
Data Fields
gcode_command Struct Reference

Structure representing a parsed g-code command. More...

Data Fields

int16_t fields
 Bit-field indicating which g-code fields are present.
char letter
 Letter of the g-code command (G,M or T)
int number
 Number of the g-code command.
long line_number
 Value of the line number field.
float x
 Value of the x field.
float y
 Value of the y field.
float z
 Value of the z field.
float e
 Value of the e field.
float f
 Value of the f field.
float s
 Value of the s field.

Detailed Description

Structure representing a parsed g-code command.

Definition at line 62 of file gcode.c.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines