Welcome! Log In Create A New Profile

Advanced

steps per unit line

Posted by gilsah 
steps per unit line
March 14, 2014 06:40PM
Can any one explain what the (*8) and (*1.1) do in this line

#define DEFAULT_AXIS_STEPS_PER_UNIT {78.7402,78.7402,1520.0*8/3,515*1.1} // default steps per unit for Ultimaker

and isn't it say the first # of 78.7402 the motor steps for x to go 1 mm?
Re: steps per unit line
March 14, 2014 10:06PM
Axis X,Y,Z,E. yes it is the micro steps(1/16) to move 1mm. The *8 and *1.1 are multipliers. It is just as well to use whole numbers in place of the equation. 1520*8/3 =4053.3333
Re: steps per unit line
March 15, 2014 10:38AM
Thank you so much. I kind of figured that but thought it would be better to ask
Re: steps per unit line
April 04, 2014 11:26AM
Does the fractional portion of the number do anything, or does it just get rounded to the nearest whole value? I don't understand how it could perform a fraction of a step, but maybe I'm missing something. Thanks for any help!
Sorry, only registered users may post in this forum.

Click here to login