Interpolation on XYZ but not E
-
I have a BIQU H2 extruder that has a large gear reduction (7x and 932 steps).
I've found it has very inconsistent extrusion. Removing interpolation from M350 has pretty mush resolved the issue, but now my XYZ motors are noisy (core XY).
Is it possible to enable interpolation on XYZ but not E?
M350 X16 Y16 Z16 E16 I0
Thanks
-
@nick9one1 yes. One line for xyz e.g.
M350 X16 Y16 Z16 I1
And then on line for E
M350 E16 I0
-
@jay_s_uk so simple thanks
-
-