Welcome! Log In Create A New Profile

Advanced

threaded rod steps.

Posted by rohit939 
threaded rod steps.
April 15, 2017 06:32AM
hello
i want to configure steps in marlin
but dont know how to and what to change.
i am using these threaded rod
[www.ebay.in]?
instead of lead screw, lead screw rods are way more expensive than threaded rod here.
please help.
Re: threaded rod steps.
April 15, 2017 09:22AM
M8 thread has 1.25mm/1. If you have a standard 1.6° 200 steps/1 stepper motor 1mm will take 160 full steps These 160 full steps need to be multiplied by whatever microstepping you use, if it is 32 you get 5120 steps/mm.


[www.bonkers.de]
[merlin-hotend.de]
[www.hackerspace-ffm.de]
Re: threaded rod steps.
April 15, 2017 09:13PM
Quote
Srek
M8 thread has 1.25mm/1. If you have a standard 1.6° 200 steps/1 stepper motor 1mm will take 160 full steps These 160 full steps need to be multiplied by whatever microstepping you use, if it is 32 you get 5120 steps/mm.
Um, 360 degrees/200 steps = 1.8 degree/step but otherwise correct.
Re: threaded rod steps.
April 16, 2017 12:53PM
in marlin
its #define DEFAULT_AXIS_STEPS_PER_UNIT {100,100,400,100} // default steps per unit for Ultimaker
i think 400 is for z axis, still dont know what to change ? and what to write
can you guys help me with full calculation method?
Re: threaded rod steps.
April 16, 2017 01:07PM
here's the formula. steps_per_mm = (motor_steps_per_rev * driver_microstep) / thread_pitch
according to this i'm getting 2560 steps so what should i write instead of 400? calculations? and i'm talking about threaded rods not lead screw.
Re: threaded rod steps.
April 16, 2017 02:44PM
Quote
seattle_phil
Quote
Srek
M8 thread has 1.25mm/1. If you have a standard 1.6° 200 steps/1 stepper motor 1mm will take 160 full steps These 160 full steps need to be multiplied by whatever microstepping you use, if it is 32 you get 5120 steps/mm.
Um, 360 degrees/200 steps = 1.8 degree/step but otherwise correct.
Bugger, it felt off, but i did not see the error. Thanks for the correction.


[www.bonkers.de]
[merlin-hotend.de]
[www.hackerspace-ffm.de]
Re: threaded rod steps.
April 20, 2017 12:51PM
I actually found this [www.prusaprinters.org] googling for an equation to calculate this.

You probably solved it but ... for future refference xD
Sorry, only registered users may post in this forum.

Click here to login