grblHAL core  20241107
spindle_css_data_t Struct Reference

Data used for Constant Surface Speed (CSS) mode calculations. More...

#include <spindle_control.h>

Data Fields

float surface_speed
 Surface speed in millimeters/min. More...
 
float target_rpm
 Target RPM at end of movement. More...
 
float delta_rpm
 Delta between start and target RPM. More...
 
float max_rpm
 Maximum spindle RPM. More...
 
float tool_offset
 Tool offset. More...
 
uint_fast8_t axis
 Linear (tool) axis. More...
 

Detailed Description

Data used for Constant Surface Speed (CSS) mode calculations.

Field Documentation

◆ axis

uint_fast8_t axis

Linear (tool) axis.

◆ delta_rpm

float delta_rpm

Delta between start and target RPM.

◆ max_rpm

float max_rpm

Maximum spindle RPM.

◆ surface_speed

float surface_speed

Surface speed in millimeters/min.

◆ target_rpm

float target_rpm

Target RPM at end of movement.

◆ tool_offset

float tool_offset

Tool offset.


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