grblHAL core  20241107
settingflags_t Union Reference

#include <settings.h>

Data Fields

uint16_t value
 
struct {
   uint16_t   report_inches:1
 
   uint16_t   restore_overrides:1
 
   uint16_t   dst_active:1
 
   uint16_t   sleep_enable:1
 
   uint16_t   disable_laser_during_hold:1
 
   uint16_t   force_initialization_alarm:1
 
   uint16_t   legacy_rt_commands:1
 
   uint16_t   restore_after_feed_hold:1
 
   uint16_t   ngc_debug_out:1
 
   uint16_t   g92_is_volatile:1
 
   uint16_t   compatibility_level:4
 
   uint16_t   no_restore_position_after_M6:1
 
   uint16_t   no_unlock_after_estop:1
 
}; 
 

Field Documentation

◆ 

struct { ... }

◆ compatibility_level

uint16_t compatibility_level

◆ disable_laser_during_hold

uint16_t disable_laser_during_hold

◆ dst_active

uint16_t dst_active

◆ force_initialization_alarm

uint16_t force_initialization_alarm

◆ g92_is_volatile

uint16_t g92_is_volatile

◆ legacy_rt_commands

uint16_t legacy_rt_commands

◆ ngc_debug_out

uint16_t ngc_debug_out

◆ no_restore_position_after_M6

uint16_t no_restore_position_after_M6

◆ no_unlock_after_estop

uint16_t no_unlock_after_estop

◆ report_inches

uint16_t report_inches

◆ restore_after_feed_hold

uint16_t restore_after_feed_hold

◆ restore_overrides

uint16_t restore_overrides

◆ sleep_enable

uint16_t sleep_enable

◆ value

uint16_t value

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