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

Crash when move after 2 G28 X0 in Duplication mode #104

Open
murdock62 opened this issue Apr 18, 2021 · 2 comments
Open

Crash when move after 2 G28 X0 in Duplication mode #104

murdock62 opened this issue Apr 18, 2021 · 2 comments

Comments

@murdock62
Copy link
Collaborator

murdock62 commented Apr 18, 2021

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.

@murdock62
Copy link
Collaborator Author

murdock62 commented Apr 18, 2021

Seem to be fixed by modifying the g28.cpp file like this:

Before :
extruder_duplication_enabled = IDEX_saved_duplication_state;

After :
//extruder_duplication_enabled = IDEX_saved_duplication_state;

I think this will fix the issue # 33 too.

murdock62 added a commit that referenced this issue Apr 18, 2021
Fix #76 and maybe #39 (need to be confirmed)
Fix #33 and #104
@murdock62 murdock62 mentioned this issue Apr 18, 2021
andrewseago added a commit that referenced this issue Jul 10, 2021
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
@klack
Copy link
Owner

klack commented Jan 15, 2022

Need to reverify

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