Update gcode.h

This commit is contained in:
Dietz0r
2024-12-26 22:09:07 +01:00
committed by GitHub
parent 254a3d1212
commit efcdf3f6da

View File

@@ -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.