mirror of
https://github.com/grblHAL/core.git
synced 2026-02-06 09:02:33 +08:00
Update gcode.h
This commit is contained in:
3
gcode.h
3
gcode.h
@@ -546,6 +546,9 @@ typedef struct {
|
||||
bool auto_restore;
|
||||
float feed_rate; //!< {F} NOTE: only set when saving modal state
|
||||
#endif
|
||||
#if ENABLE_ACCELERATION_PROFILES
|
||||
float acceleration_profile; //!< {G187} currently active acceleration profile
|
||||
#endif
|
||||
} gc_modal_t;
|
||||
|
||||
//! Data for canned cycles.
|
||||
|
||||
Reference in New Issue
Block a user