grblHAL core  20260824
gc_modal_flags_t Union Reference

#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
 
}; 
 

Field Documentation

◆ 

struct { ... }

◆ auto_restore

uint8_t auto_restore

{M73} NOTE: set in snapshot when saving modal state

◆ canned_cycle_active

uint8_t canned_cycle_active

◆ diameter_mode

uint8_t diameter_mode

{G7,G8} Lathe diameter mode.

◆ distance_incremental

uint8_t distance_incremental

{G90,G91}

◆ scaling_active

uint8_t scaling_active

{G50,G51}

◆ unassigned

uint8_t unassigned

◆ units_imperial

uint8_t units_imperial

{G20,G21}

◆ value

uint8_t value

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