Quote
T3P3
This is a slight modification on Johann's firmware (modifications just for our mini kossel changes) which you can try:
[github.com]
It works well with our mini kossel kit
Cheers
Tony
I tried uploading it but when I connected in Repetier, it did not register a firmware and would not send commands. Weird.
my M119 is reporting open status for all the end stops:
Quote
11:35:21.892 : Reporting endstop status
11:35:21.896 : x_max: open
11:35:21.896 : y_max: open
11:35:21.896 : z_min: open
11:35:21.896 : z_max: open
I just checked pins.h and it looked like the MAX pins for are set to -1 and the mins are set to a positive value. I switched the MIN pins to -1 and hte MAX to 2, 15, and 19 for X, Y, and X, respectively. I got those values from the RAMPS 1.4 wiki page so I am not 100% sure they correspond to the pins on my board.
Anyway, nothing worked and it still does the same thing when homing.