Need Help, Huge version jump
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.
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:
#define DELTA_DRIVE_TYPE 0
#if DELTA_DRIVE_TYPE == 0
/** \brief Pitch in mm of drive belt. GT2 = 2mm */
#define BELT_PITCH 2
/** \brief Number of teeth on X, Y and Z tower pulleys */
#define PULLEY_TEETH 36
#define PULLEY_CIRCUMFERENCE (BELT_PITCH * PULLEY_TEETH)
#elif DELTA_DRIVE_TYPE == 1
/** \brief Filament pulley diameter in milimeters */
#define PULLEY_DIAMETER 10
#define PULLEY_CIRCUMFERENCE (PULLEY_DIAMETER * 3.1415927)
/** \brief Steps per rotation of stepper motor */
#define STEPS_PER_ROTATION 200
Here is my OLD Config:
Here is my current Broken Config:
I appreciate any help I can get, thank you.
Comments
I do believe the original firmware that I was using had the eeprom features disabled.
Thanks again.