Solved Disable the interpolation only on the extruder?
-
I want to disable the interpolation only on the extruder and on the wiki it says
"Inn Enable (nn=1) or disable (nn=0) microstep interpolation mode for the specified drivers, if they support it. "So I assume this would do?
M350 E16 I0 ; Disable interpolation on extruder
M350 X16 Y16 Z16 I1 ; Configure microstepping with interpolation for XYZIs this possible or it's an all on/off trigger?
-
You have it correct. You just need to define the extruder on a seperate line with I0.
-
Thank you!