Quantcast
Channel: Reprap Forum - Repetier
Viewing all articles
Browse latest Browse all 1321

Web configurator for Repetier FW error? (1 reply)

$
0
0
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.

Viewing all articles
Browse latest Browse all 1321

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>