🎨 Cosmetic changes for G28

This commit is contained in:
Scott Lahteine
2021-06-19 14:09:09 -05:00
committed by Scott Lahteine
parent cce585f6ca
commit f2f23e8097
2 changed files with 18 additions and 16 deletions

View File

@ -361,10 +361,10 @@ void test_tmc_connection(LOGICAL_AXIS_DECL(const bool, true));
extern millis_t sg_guard_period;
constexpr uint16_t default_sg_guard_duration = 400;
struct slow_homing_t {
struct motion_state_t {
xy_ulong_t acceleration;
#if ENABLED(HAS_CLASSIC_JERK)
xy_float_t jerk_xy;
xy_float_t jerk_state;
#endif
};
#endif