<font face="Arial, Verdana">Hi, so I am taking a movement out of bashing my head against the desk to ask for help. I have built a rostock mini pro based on plans, part of this was a pre-configured repetier firmware. A firmware build from 2013. During the building of my printer I tweaked all sorts of values to get it to work, so fast forward to today. I have been battling with my high detail prints locking up and keeping the heater on. so I came across an article where this problem was identified and fixed in a newer version of the firmware, this was also from 2013.</font>
So now I am trying to merge into the latest firmware, and I can't get things to line up. so much is different. at this point, my Z "0" is trying to go 70mm below my table and the effector is bowling something major. I have remeasured and transferred over all the relevant numbers I can find. But I also find settings that are missing. For example, I can't find where I would configure these:
<font face="Arial, Verdana">
</font>
<font face="Arial, Verdana"> #define DELTA_DRIVE_TYPE 0</font>
<font face="Arial, Verdana">
</font>
<font face="Arial, Verdana"> #if DELTA_DRIVE_TYPE == 0</font>
<font face="Arial, Verdana"> /** \brief Pitch in mm of drive belt. GT2 = 2mm */</font>
<font face="Arial, Verdana"> #define BELT_PITCH 2</font>
<font face="Arial, Verdana"> /** \brief Number of teeth on X, Y and Z tower pulleys */</font>
<font face="Arial, Verdana"> #define PULLEY_TEETH 36</font>
<font face="Arial, Verdana"> #define PULLEY_CIRCUMFERENCE (BELT_PITCH * PULLEY_TEETH)</font>
<font face="Arial, Verdana"> #elif DELTA_DRIVE_TYPE == 1</font>
<font face="Arial, Verdana"> /** \brief Filament pulley diameter in milimeters */</font>
<font face="Arial, Verdana"> #define PULLEY_DIAMETER 10</font>
<font face="Arial, Verdana"> #define PULLEY_CIRCUMFERENCE (PULLEY_DIAMETER * 3.1415927)</font>
<font face="Arial, Verdana"> #endif</font>
<font face="Arial, Verdana">
</font>
<font face="Arial, Verdana"> /** \brief Steps per rotation of stepper motor */</font>
<font face="Arial, Verdana"> #define STEPS_PER_ROTATION 200</font>
<font face="Arial, Verdana">
</font>
<font face="Arial, Verdana">Here is my OLD Config:</font>
<font face="Arial, Verdana">http://pastebin.com/99QtCa9S</span><br/></font></div><div><font face="Arial, Verdana">
</font>
<font face="Arial, Verdana">Here is my current Broken Config:</font>
<font face="Arial, Verdana">http://pastebin.com/i244ZEuT</span><br/></font></div><div><font face="Arial, Verdana">
</font>
<font face="Arial, Verdana">I appreciate any help I can get, thank you.</font>