0
0
Fork 0
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:
narno2202 2024-10-19 22:41:52 +02:00 committed by GitHub
parent 37eb8bb1d5
commit 0b72b8d819
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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