Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limit switches #27

Open
dunkfordyce opened this issue Jan 6, 2021 · 4 comments
Open

Limit switches #27

dunkfordyce opened this issue Jan 6, 2021 · 4 comments

Comments

@dunkfordyce
Copy link

Hi,

I have used the files here to print and make my first plotter and in fact first use of grbl and the first thing I have 3d printed that is in some way useful!

Due to the PCB not being available and because I'm just learning I have put together the electronics on a bread board. Amazingly I have managed to get it drawing. Thank you for the excellent project.

I am now trying to get the limit switches working. In the schematic files in this repo the switches look like they are normally open, but the internet suggests that limit switches for this sort of application are normally closed and made open when the limit is hit. So should they be normally open or closed?

Thanks

@bdring
Copy link
Owner

bdring commented Jan 7, 2021

You can use either type. They can be inverted in the software by sending $Limits/Invert=On or Off

https://github.com/bdring/Grbl_Esp32/wiki/Settings#limitsinvert-or-5---limit-pins-invert-boolean

@dunkfordyce
Copy link
Author

dunkfordyce commented Jan 7, 2021 via email

@dunkfordyce
Copy link
Author

One thing I have never understood with the instructions in this repo is which way around and where 0,0 should be!

I ended up with the pen side closest to me, and then moved the pen to the bottom left as my 0, 0. So that positive y goes away from me and positive X goes to my right. Is that correct? because if its not then all my questions are back to front and sideways.

@bdring
Copy link
Owner

bdring commented Jan 8, 2021

It does not matter where the machine 0,0 is, but positive Y should move towards the center and positive X should move to the right.

You can then manually jog to where you want the 0,0 and set it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants