-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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
How to configure no XY endstops #3883
Comments
A machine without at least one endstop/homeswich per axis can not be homed - it's unusable. (Ok, triks with G92 are possible but unsafe because even the software endstops can not work.) |
The "QuadRap" has no endstops. Perhaps it should be easier to do that. |
The workaround is to define one endstop per axis and playing with What is the supposed workflow with a "QuadRap"? Homing is manually moving to [0,0] and reset? |
I'm setting up a new printer and have some endstop troubles. Allowing this functionality would be pretty nice to have for some niche users. My workflow is indeed a manual zero and then only zero when the controller+arduino have reset. |
Setting up a new printer, as @Dippyskoodlez is doing, is one use-case for disabling all endstops, and it's the reason cited for making the QuadRap (initially) with no endstops, to reduce the cost (a tiny bit) and to make it easier to do the initial build. I actually edited the QuadRap article for RepRap Magazine Issue # 3, You can read about the QuadRap starting on Page 61. |
I had it working with 1.1.0-rc3 - move the head where You want 0,0 to be and print away (from sd card). |
@bond4u Once the machine "knows" where 0,0,0 is, it should always be able to re-align for the next print, even if you don't re-home. But if your GCode includes a |
Thank you for your interest making Marlin better and reporting this issue but this topic has been open for a long period of time without any further development. Marlin has been under heavy development for the past couple of months and moving to it's last mile to finish the RC cycle and release Marlin v1.1.0. We suggest you to try out the latest RCBugfix branch and reopening this issue if required. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Comment in Configuration.h says "leave undefined", but when I comment them out then Marlin doesn't compile.
No X and Y endstop, only Z min is present.
The text was updated successfully, but these errors were encountered: