grblHAL core  20240704
gc_parser_flags_t Union Reference

Parser flags for special cases. More...

#include <gcode.h>

Data Fields

uint16_t value
 
struct {
   uint16_t   jog_motion:1
 
   uint16_t   canned_cycle_change:1
 
   uint16_t   arc_is_clockwise:1
 
   uint16_t   probe_is_away:1
 
   uint16_t   probe_is_no_error:1
 
   uint16_t   spindle_force_sync:1
 
   uint16_t   laser_disable:1
 
   uint16_t   laser_is_motion:1
 
   uint16_t   set_coolant:1
 
   uint16_t   motion_mode_changed:1
 
   uint16_t   reserved:6
 
}; 
 

Detailed Description

Parser flags for special cases.

Field Documentation

◆ 

struct { ... }

◆ arc_is_clockwise

uint16_t arc_is_clockwise

◆ canned_cycle_change

uint16_t canned_cycle_change

◆ jog_motion

uint16_t jog_motion

◆ laser_disable

uint16_t laser_disable

◆ laser_is_motion

uint16_t laser_is_motion

◆ motion_mode_changed

uint16_t motion_mode_changed

◆ probe_is_away

uint16_t probe_is_away

◆ probe_is_no_error

uint16_t probe_is_no_error

◆ reserved

uint16_t reserved

◆ set_coolant

uint16_t set_coolant

◆ spindle_force_sync

uint16_t spindle_force_sync

◆ value

uint16_t value

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