Talk:Triffid Hunter's Calibration Guide

From RepRap
Revision as of 11:03, 10 September 2014 by Nistler (talk | contribs) (Extruder math: new section)
Jump to: navigation, search

Triffid, great writeup. Shouldn't this be in Calibration? --Traumflug 21:20, 19 October 2011 (UTC)

Extruder math

Shouldn't this: new_e_steps = old_e_steps * (100 / distance_actually_moved) … or, old_e_steps * (100 / (distance_to_mark + 80)) be this new_e_steps = old_e_steps * (100 / distance_actually_moved) … or, old_e_steps * (100 / (120 - distance_to_mark)) (if it didn't go far enough) since distance_actually_moved = 120 - distance_to_mark ?