makerbase-mks / MKS-TinyBee

MKS TinyBee is a mainboard for 3d printing, based on ESP32 module
GNU General Public License v3.0
109 stars 111 forks source link

If INPUT SHAPING is activated, the auto home function does not work. #92

Closed vfbank closed 1 year ago

vfbank commented 1 year ago

I am using the Marlin 2.1.x bugfix. When INPUT SHAPING is activated, after touching the X-axis limit switch, it stops immediately. Has anyone else experienced this problem and found a solution?

PanosPetrou commented 1 year ago

This board uses I2S Stream (most ESP32 based boards do). Input Shaping, FT Motion and to some extend Linear Advance, won't work, because currently these features are not compatible with I2S Stream.

vfbank commented 1 year ago

I just found out why people don't use this board. Thanks for answering my question.