synman / Ender-3-S1-Pro-Firmware

Creality Ender-3 S1 Pro Firmware
148 stars 8 forks source link

Input Shaping #17

Closed synman closed 1 year ago

synman commented 1 year ago

Details to follow as part of analysis

synman commented 1 year ago

This is now active in the bugfix-2.1.x builds. If you do not intend on using it, I suggest you disable it (there is no way to zero it out currently via configuration as a default).

M593 F0  ; disable Input Shaping

Be sure to run through the calibration tests if you plan on using it @ https://marlinfw.org/docs/gcode/M593.html

I'm in contact with the IS author to see about how best to disable IS via configuration without disabling the capability entirely.

synman commented 1 year ago

got the answer I needed: https://github.com/MarlinFirmware/Marlin/pull/24951#issuecomment-1421019148

future builds will have the Input Shaping capability enabled, but with a zeroed out frequency, essentially disabling it.