mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-02-18 07:10:58 +00:00
🩹 Fix FT Motion LPC176x build (#27474)
This commit is contained in:
parent
37eb8bb1d5
commit
0b72b8d819
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue