grblHAL core  20240704
gc_canned_t Struct Reference

Data for canned cycles. More...

#include <gcode.h>

Data Fields

float xyz [3]
 
float delta
 
float dwell
 
float retract_position
 Canned cycle retract position. More...
 
bool rapid_retract
 
bool spindle_off
 
cc_retract_mode_t retract_mode
 
bool change
 

Detailed Description

Data for canned cycles.

Field Documentation

◆ change

bool change

◆ delta

float delta

◆ dwell

float dwell

◆ rapid_retract

bool rapid_retract

◆ retract_mode

cc_retract_mode_t retract_mode

◆ retract_position

float retract_position

Canned cycle retract position.

◆ spindle_off

bool spindle_off

◆ xyz

float xyz[3]

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