Talk:Triffid Hunter's Calibration Guide

From RepRap
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, then distance_actually_moved = 120 - distance_to_mark ?