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:
Dietz0r
2024-12-27 17:44:54 +01:00
committed by GitHub
parent 719017bff9
commit 84657b4f69
3 changed files with 14 additions and 24 deletions

View File

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