Duet mini 5 lulzbot won’t drive extruder
-
Did you use the block from me above?
-
@Phaedrux Yes that seems to have fixed it !!
-
undefined Phaedrux marked this topic as a question
-
undefined Phaedrux has marked this topic as solved
-
@anthonym said in Duet mini 5 lulzbot won’t drive extruder:
@anthonym Error: in file macro line 26: M92: array too long, max length = 1
FYI these errors were because you didn’t remove the second E parameter.
M92 X80 Y80 Z80 E420:80 ; set steps per mm M566 X900 Y900 Z150 E420:150 ; set maximum instantaneous speed changes (mm/min)
You also left the colons
:
in after the first E parameter value, which may not have helped. And the motor had no torque as you had set it to 150mA:M906 X1300 Y1300 Z1300 E150: I30 ; set motor currents (mA) and motor idle factor in per cent
Ian
Ian
-
@droftarts Its seem to be working , I see that now thank you for explaining I really appreciate the help.
-
so the issue I am having now it’s extruding way too much if I ask for 10mm I get over 100 my steps per mm are 420 on the aero 2.85 mm with a .5 nozzle.
-
@anthonym send M92 and M350 from the command line and see what they report.
-
undefined T3P3Tony has marked this topic as unsolved
-
@T3P3Tony I will as soon as I get home and post the report. Thank you
-
@T3P3Tony
Steps/mm: X: 80.000, Y: 80.000, Z: 80.000, E: 420.000
Microstepping - X:16(on), Y:16(on), Z:16(on), E:16(on) -
Is your motor a 0.9 degree or 1.8 degree?
-
@anthony1m and you are definitely getting 10x the requested extrusion? Please measure the actual amount extruded when you send G1 E10