Chris,
Did you get it running?
I had a similar error related to "prog_char" not being defined.
If that is your error, then add the following at the top of ui.cpp: #define prog_char char
For some of the settings:
#define DELTA_ALPHA_A 210
#define DELTA_ALPHA_B 330
#define DELTA_ALPHA_C 90
These are the angle in degrees to each tower.
For my printer (Raptosaur) its like this:
Tower A is the tower on the left.
Tower B is the tower on the right.
Tower C is the tower at the back.
Don't worry about those corrections.
Note that the repetier website has a diagram (when you are configuring the firmware there) that should help explain the settings, and so does this video.
Did you get it running?
I had a similar error related to "prog_char" not being defined.
If that is your error, then add the following at the top of ui.cpp: #define prog_char char
For some of the settings:
#define DELTA_ALPHA_A 210
#define DELTA_ALPHA_B 330
#define DELTA_ALPHA_C 90
These are the angle in degrees to each tower.
For my printer (Raptosaur) its like this:
Tower A is the tower on the left.
Tower B is the tower on the right.
Tower C is the tower at the back.
Don't worry about those corrections.
Note that the repetier website has a diagram (when you are configuring the firmware there) that should help explain the settings, and so does this video.