[3.3-RC1] - Disabling DAA bug
-
I noticed that one of my macro causes error when it thies to disable DAA using command M593 F0, as documented in gcode wiki:
"Fnnn Frequency of ringing to cancel by DAA, in Hz. Zero or negative values disable DAA"M593 F0 Error: M593: parameter 'F' too low
and DAA is not disabled.
Also executing M593 F0 during print caused print to stop, but not same way as pausing it. After pause-resume on web gui print is continued properly.
Duet3 3.3-RC1 standalone.
-
@boa try using M593 P0 to disable DAA.
-
Can confirm M593 P0 is what (now) does the trick.
3.3beta3
M593 F0
Error: M593: parameter 'F' too lowM593 P0
M593
Input shaping is disabled3.3RC1
M593 F0
Error: M593: parameter 'F' too lowM593 P0
M593
Input shaping is disabled -
@sebkritikel thanks, I will update the documentation.