Skip to content

Commit

Permalink
Update ft_motion.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
narno2202 authored Oct 13, 2024
1 parent a6493e0 commit f94a6d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/module/ft_motion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ uint32_t FTMotion::interpIdx = 0; // Index of current data point b
// Shaping variables.
#if HAS_FTM_SHAPING
FTMotion::shaping_t FTMotion::shaping = {
0
zi_idx: 0
#if HAS_X_AXIS
, x:{ false, { 0.0f }, { 0.0f }, { 0 }, 0 } // ena, d_zi[], Ai[], Ni[], max_i
#endif
Expand Down

0 comments on commit f94a6d0

Please sign in to comment.