Welcome! Log In Create A New Profile

Advanced

Limit Switch Problems (see desciption)

Posted by madebotix 
Limit Switch Problems (see desciption)
February 11, 2021 12:09PM
Hi all.
I am building a Sculptr Delta MK1 and have been having problems running Marlin 2.0 on a Ramps 1.4. When homing, the limit switches are not being triggered (even though they are), and causes a loud grinding noise.
I tried to troubleshoot this by using the M119, endstop status gcode, and despite what I do, I cannot trigger those things. I have tried multiple wiring combinations to no avail.
Pweeze helwp...
Re: Limit Switch Problems (see desciption)
February 11, 2021 02:58PM
How about some details? like your configuration files settings and what type of endstops?
Re: Limit Switch Problems (see desciption)
February 11, 2021 03:48PM
I'm using normal mechanical endstops and I have attached the firmware I'm using - it's a branch of marlin...
Thanks for your help.
Attachments:
open | download - MK4duo.zip (22 bytes)
Re: Limit Switch Problems (see desciption)
February 11, 2021 07:54PM
normal? as in 3 wire or 2 wire

Zip file is empty
Re: Limit Switch Problems (see desciption)
February 12, 2021 02:32AM
Hi sorry. This should work. [drive.google.com]

The limit switch is a mechanical one, it hase 3 pins of which two I am using.
Re: Limit Switch Problems (see desciption)
February 12, 2021 02:57AM
If you only using two pins, it should be gnd and signal. and then you enable the pullup

eg these
MK4duo/Configuration_Core.h:#define ENDSTOPPULLUP_XMIN false
MK4duo/Configuration_Core.h:#define ENDSTOPPULLUP_YMIN false
MK4duo/Configuration_Core.h:#define ENDSTOPPULLUP_ZMIN false
MK4duo/Configuration_Core.h:#define ENDSTOPPULLUP_XMAX false
MK4duo/Configuration_Core.h:#define ENDSTOPPULLUP_YMAX false
MK4duo/Configuration_Core.h:#define ENDSTOPPULLUP_ZMAX false
MK4duo/Configuration_Core.h:#define ENDSTOPPULLUP_Z2MIN false
MK4duo/Configuration_Core.h:#define ENDSTOPPULLUP_Z3MIN false
MK4duo/Configuration_Core.h:#define ENDSTOPPULLUP_Z2MAX false
MK4duo/Configuration_Core.h:#define ENDSTOPPULLUP_Z3MAX false
MK4duo/Configuration_Core.h:#define ENDSTOPPULLUP_ZPROBE false
Re: Limit Switch Problems (see desciption)
February 14, 2021 09:23AM
How would it be defined in the Configuration_Delta.h file?
Re: Limit Switch Problems (see desciption)
February 15, 2021 04:31AM
Never mind figured it out.
Thanks so much for your help.
Sorry, only registered users may post in this forum.

Click here to login