Requested speed is not reached
-
Do you have any other motors to test with?
-
I have more tronxy Motors... But don't think the 3 i tested all faulty
-
I Ordered 24V Power supply and other 24V stuff. What steppers do you recommend?
Are the e3d high Torque steppers good?https://www.makerdise.com/high-torque-axes-motor.html
For Extruder i found a short stepper from bondtech with Data Like in the recommendations but the Rated current is lower than 1.2A. What do you think?
https://www.bondtech.se/en/product/nema17-pancake-stepper-25mm
@deckingman What Motors you are using? In your Video i saw short Motors Like the bondtech one
-
@puddingbaer91 said in Requested speed is not reached:
@deckingman What Motors you are using? In your Video i saw short Motors Like the bondtech one
Although the data sheets that I have ( 5 of them) all state the holding torque to be 1.8Kg.cm which is more like 17 or 18 N.cm whereas those that I linked to are the same in every respect, including the SKU number, but the quoted holding torque is 13N.cm. I suspect that web site might be wrong because 13N/cm is also the quoted holding torque for the shorter 20mm motors. These are 25mm long so I'd expect the holding torque to be higher and I remember the reason I bought them was because there was 30% more torque for only 5mm more length.
-
@deckingman said in Requested speed is not reached:
@puddingbaer91 said in Requested speed is not reached:
@deckingman What Motors you are using? In your Video i saw short Motors Like the bondtech one
Although the data sheets that I have ( 5 of them) all state the holding torque to be 1.8Kg.cm which is more like 17 or 18 N.cm whereas those that I linked to are the same in every respect, including the SKU number, but the quoted holding torque is 13N.cm. I suspect that web site might be wrong because 13N/cm is also the quoted holding torque for the shorter 20mm motors. These are 25mm long so I'd expect the holding torque to be higher and I remember the reason I bought them was because there was 30% more torque for only 5mm more length.
Thank you. Looks good but i Wonder because in the duet wiki is written that the Stepper should have inductance lower than 4mH and current should between 1,2A and 2A. Your Motor and also bondtech Stepper have 5.5mH inductance and only 0.7A.
But Like in your Video it works
@dc42 What do you mean? -
@puddingbaer91 The wiki also states that lower inductance means that you can run faster before the torque drops off. Unless you have a very highly geared extruder such as a Zesty Nimble or some such, then the extruder(s) run much slower than the X and Y axis motors. So inductance is far less important for extruders such as the Bondtech.
-
@deckingman said in Requested speed is not reached:
@puddingbaer91 The wiki also states that lower inductance means that you can run faster before the torque drops off. Unless you have a very highly geared extruder such as a Zesty Nimble or some such, then the extruder(s) run much slower than the X and Y axis motors. So inductance is far less important for extruders such as the Bondtech.
ah okay thank you. And what about the very low current of 0.7A? Or is it because it's one phase and we have to multiply by 4 so we get 2.8A?
-
@puddingbaer91 No, we don't multiply the stated current by 4. I have no idea why the wiki recommends a minimum of 1.2A.
-
hi,
the conversion to 24V is done but the extruder still can't handle 3600mm/min of jerk.here are a cut from my config.g: (Latest firmware 2.03)
M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation
M92 X160 Y160 Z800 E411 ; Set steps per mm
M566 X1200 Y1200 Z100 E3600 ; Set maximum instantaneous speed changes (mm/min)
M203 X50000 Y50000 Z450 E3600 ; Set maximum speeds (mm/min)
M201 X1000 Y1000 Z100 E3600 ; Set accelerations (mm/s^2)
M906 X1428 Y1428 Z1428 E595 I30 ; Set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeoutVoltage is 24.3 and 24V if the bed heater is powering while printing.
These are my XYZ motors:
https://e3d-online.com/motors-high-torque-motorthis is my extruder motor for Bondtech extruder:
https://www.bondtech.se/en/product/nema17-pancake-stepper-25mm/I don't know what to do anymore
-
and what is you current PA value?
-
i only testing so if i set PA to 0.1 it already doesn't work anymore
edit: if i set the extruder acceleration very low (100mm/s^2) it works better...
edit2: with these settings it works but for jerk 3600mm/min never ever
M566 X1200 Y1200 Z100 E1000 ; Set maximum instantaneous speed changes (mm/min) M566 X1200 Y1200 Z24 E300 gut: M566 X480 Y480 Z24 E300
M203 X50000 Y50000 Z450 E3600 ; Set maximum speeds (mm/min) M203 X18000 Y18000 Z2400 E2700
M201 X1000 Y1000 Z100 E3600 ; Set accelerations (mm/s^2) M201 X3000 Y3000 Z100 E3000 gut: M201 X800 Y800 Z100 E3000