Esteps Question
-
I just swapped from the stock Ender 3 Control Board to the DUET 2 Maestro. I havent touched anyhing regaarding esteps but when I issued G1 E100 F150 it only extruded 91.5 (I used a 120mm reference line on material). How do i change the estep default value to what i need?
-
You need to edit config.g
Steps per mm are set using M92 command.https://duet3d.dozuki.com/Wiki/Gcode#Section_M92_Set_axis_steps_per_unit
-
I have no M92 commands now in my config.g so with that being said i dont know what the default value is in order to calculate the change. The Formula is New ESteps = (Old Esteps * (100/120-distance to reference line)) So the Old ESteps would be Zero??
-
I found it was set up for 93..I changed it using the formula. Thank You