entr04y
About
- Username
- entr04y
- Joined
- Visits
- 96
- Last Active
- Roles
- Member
Comments
-
Yeah, I was making the assumption that the Dir/Step/En pins would be analog on all the steppers, but I see that's not true.
-
Ok, would I connect it by just putting a wire/pin into the appropriate hole in the driver socket? What about modifying pins.h to define the pins that control E4 on the RADDS expansion board like so: // Direction pin of extruder 4 #define THERMOCOUP…
-
Probably unrelated, but I am also having a couple other bits of weirdness going on... one is that when I start a print the printer homes and starts to move down to Z 5 and stops after moving down about 100mm and is unresponsive after that. I have t…
-
BTW, EXT0 watchperiod is set to 1 and SKIP_M109 is set to 2
-
Ok, I just put the following in: Line 643: Com::printFLN(PSTR("pos 1"));Line 662: Com::printFLN(PSTR("pos 2"));Line 675: Com::printFLN(PSTR("pos 3"));Line 676: Com::printFLN(PSTR("wait "),(long)waituntil); // add this as well When I ran the print (…
-
Ok, so I played with it a bit. It looks like for my printer I need Z probe offset to be a positive number. I set it to +1.5 and its coming out perfect now. I had tried that before, and gotten different results, but I must have had something else …
-
Thanks, I'll give that a shot... I've got a couple other issues I'm working out so it may be a day or two before I get back to this.
-
Ok, I have it set to -1.5, and that is what it has been the last few times I've tried it. Here is exactly what I have been doing: M502 (repetier hosts says "auto leveling disabled")M500M501 Power off and on the arduino G28G1 Z5G32 S2 (matrix is up…