#include <gcode.h>
Data Fields | |
| uint8_t | value |
| struct { | |
| uint8_t units_imperial:1 | |
| {G20,G21} More... | |
| uint8_t distance_incremental:1 | |
| {G90,G91} More... | |
| uint8_t diameter_mode:1 | |
| {G7,G8} Lathe diameter mode. More... | |
| uint8_t scaling_active:1 | |
| {G50,G51} More... | |
| uint8_t canned_cycle_active:1 | |
| uint8_t auto_restore:1 | |
| {M73} NOTE: set in snapshot when saving modal state More... | |
| uint8_t unassigned:2 | |
| }; | |
| struct { ... } |
| uint8_t auto_restore |
{M73} NOTE: set in snapshot when saving modal state
| uint8_t canned_cycle_active |
| uint8_t diameter_mode |
{G7,G8} Lathe diameter mode.
| uint8_t distance_incremental |
{G90,G91}
| uint8_t scaling_active |
{G50,G51}
| uint8_t unassigned |
| uint8_t units_imperial |
{G20,G21}
| uint8_t value |