Triffid Hunter's e_steps calculation February 25, 2015 04:09AM |
Registered: 9 years ago Posts: 44 |
new_e_steps = old_e_steps * (100 / distance_actually_moved)Fully agree e.g. 105mm moved means the new_e_steps will be lesser than old_e_steps = 0.952
… or, old_e_steps * (100 / (distance_to_mark + 80))is not correct. You should measure the distance to the 120mm mark from end of the extruder housing. In case of 105mm moved this is 15mm. Put into the formula you get 1.052
… or, old_e_steps * (100 / (120 - distance_to_mark))calculated: 100 / (120 - 15) = 0.952
Re: Triffid Hunter's e_steps calculation February 25, 2015 09:48AM |
Registered: 10 years ago Posts: 869 |