Quantcast
Channel: Reprap Forum - Delta Machines
Viewing all articles
Browse latest Browse all 20289

Re: Mini Kossel wont register endstops

$
0
0
What does your M119 say exactly?

Mine says:
Reporting endstop status
x_max: open
y_max: open
z_min: open
z_max: open
ok
For my Minitronics board I had to swap the MIN and MAX pins in pins.h:
#define X_MIN_PIN -1
#define X_MAX_PIN 5

#define Y_MIN_PIN -1
#define Y_MAX_PIN 2

#define Z_MIN_PIN 6
#define Z_MAX_PIN 6
Z_MIN_PIN is in conflict in my situation,
I need to find another input for the probe...

Viewing all articles
Browse latest Browse all 20289

Trending Articles



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