-
-
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
Fix M428 width DELTA & SCARA #3955
Conversation
@MagoKimbra It seems as though we should replace @jbrazio @esenapaj |
I check it.... |
@@ -6005,7 +6005,11 @@ inline void gcode_M428() { | |||
} | |||
|
|||
if (!err) { | |||
sync_plan_position(); | |||
#if ENABLED(DELTA) && ENABLED(SCARA) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@thinkyhead
I'm sorry, I tried to understand your instruction and content of this merged PR,
but I stumbled on the first step.
Why isn't this ENABLED(DELTA) || ENABLED(SCARA)
but ENABLED(DELTA) && ENABLED(SCARA)
?
This combination is forbidden in SanityCheck.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes you're right, my mistake
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Patched!
@MagoKimbra This asinine my PR is extremely danger.It breaks the function of endstops on delta machine.Please don't refer to this.I'm sorry. |
No description provided.