-
Notifications
You must be signed in to change notification settings - Fork 6
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
Crash when move after 2 G28 X0 in Duplication mode #104
Comments
Seem to be fixed by modifying the g28.cpp file like this: Before : After : I think this will fix the issue # 33 too. |
murdock62
added a commit
that referenced
this issue
Apr 18, 2021
Merged
andrewseago
added a commit
that referenced
this issue
Jul 14, 2021
…k/marlin into feature_marlin_bugfix_21992 * 'feature_marlin_bugfix_21992' of https://github.com/klack/marlin: Comment platform.io Added Murdock Bug Fix #104 & #33
Need to reverify |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Originally reported by Buriaku
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
G28 ; home all
M605 S2 ; activate copy mode
G1 Z10 ; don't collide with bed
G28 X0 ; home x to activate copy mode
G1 X10 ; move both heads
It works like it should. But if you then do:
G28 X0
G1 X10
E1 will crash to the endstop.
Expected behavior
The two extruders must move simultaneously.
The text was updated successfully, but these errors were encountered: