Hi all
I`m trying to figure out the right configuration for my Delta Printer.
I have only Max- "Hall Endstops" installed running on 5V and really hope that the LPC Pins are 5V tolerant!
So far everything seems to work. Homing direction is right and the Endstops work as well.
But, as soon as there in Home position, G0 and G1 commands (G0 Z5 for example) are not working any more. Meaning I don't get any movement at all!
Neverless, if I start a Gcode file from SD or serial it starts by moving upwards and tries to print above the max-Endstops!
I dont quite get whats happening here! Idea anybody?!
I havent tried every possible endstop configuration, my Reset-Finger is getting a bit tired!
# Endstops
endstops_enable true # the endstop module is enabled by default and can be disabled here
alpha_min_endstop 1.24 #
alpha_max_endstop 1.25! #
alpha_homing_direction home_to_max # Home up
alpha_max 620 #
beta_min_endstop 1.26 # ! = invert pin
beta_max_endstop 1.27! # o = set pin to open drain
beta_homing_direction home_to_max # ^ = set pin to pull up
beta_max 620 # v = set pin to pull down
gamma_min_endstop 1.28 # - = to set no pullup
gamma_max_endstop 1.29! # @ = to set repeater mode
gamma_homing_direction home_to_max #
gamma_max 620 #
Any help appreciated.
And please excuse my english.