Trying to get Repeiter FW to work on my delta...
After going through the online configurator for 0.92.x, I get the attached configuration.h file.
It complies and when loaded and run, the Z motor (the one in the back of the machine) only moves up, not down.
When looking at the configuration.h file, we see:
#define X_HOME_DIR -1
#define Y_HOME_DIR -1
#define Z_HOME_DIR 1
Up in the compile section, and
"xHomeDir": "-1",
"yHomeDir": "-1",
"zHomeDir": 1,
down in the json section.
All three motors were specified in the web configurator identically, so I am pretty sure #define Z_HOME_DIR 1 should be -1, not 1, and
"zHomeDir": 1, should be "zHomeDir": "-1", (note the missing quotes. I am pretty sure this is a bug)
Still after correcting these and compiling and reloading, the Z stepper only moves in one direction.
M119 works as expected and the printer itself runs fine with Marlin. Its your basic RAMPS1.4/Mega oversized mini Kossel.
Any ideas?
Would anyone with a recently generated .92.3 configuration.h file for a working delta be able to share a copy for me to look at? I am not sure about the meaning of some of the variable names in it.
After going through the online configurator for 0.92.x, I get the attached configuration.h file.
It complies and when loaded and run, the Z motor (the one in the back of the machine) only moves up, not down.
When looking at the configuration.h file, we see:
#define X_HOME_DIR -1
#define Y_HOME_DIR -1
#define Z_HOME_DIR 1
Up in the compile section, and
"xHomeDir": "-1",
"yHomeDir": "-1",
"zHomeDir": 1,
down in the json section.
All three motors were specified in the web configurator identically, so I am pretty sure #define Z_HOME_DIR 1 should be -1, not 1, and
"zHomeDir": 1, should be "zHomeDir": "-1", (note the missing quotes. I am pretty sure this is a bug)
Still after correcting these and compiling and reloading, the Z stepper only moves in one direction.
M119 works as expected and the printer itself runs fine with Marlin. Its your basic RAMPS1.4/Mega oversized mini Kossel.
Any ideas?
Would anyone with a recently generated .92.3 configuration.h file for a working delta be able to share a copy for me to look at? I am not sure about the meaning of some of the variable names in it.