mirror of
https://github.com/grblHAL/core.git
synced 2026-02-06 00:52:35 +08:00
Cleaned up the Switchcase coder after the debugging mess (thanks terje!) added the line for initilizing the acceleration_factor, renamed acceleration_profiles variable to acceleration_factor to match the rest of the code
This commit is contained in:
2
gcode.h
2
gcode.h
@@ -547,7 +547,7 @@ typedef struct {
|
||||
float feed_rate; //!< {F} NOTE: only set when saving modal state
|
||||
#endif
|
||||
#if ENABLE_ACCELERATION_PROFILES
|
||||
float acceleration_profile; //!< {G187} currently active acceleration profile
|
||||
float acceleration_factor; //!< {G187} currently active factor of acceleration profile
|
||||
#endif
|
||||
} gc_modal_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user