-
-
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
Dual_X_Carriage proper behavior is broken #4694
Comments
Unfortunately we haven't had any testers with a dual-x setup. If you can help us to work on this it would be very much appreciated. |
I will do whatever I can to help. |
Is there anything I can do to help right now, or just wait until its patched and try again? |
@thinkyhead anything he can do ? |
1 similar comment
@thinkyhead anything he can do ? |
He can call in the geek troops to help me! I have very limited time to work on the main Marlin project than I would like these days, and I have some other issues to tackle today. |
1 similar comment
He can call in the geek troops to help me! I have very limited time to work on the main Marlin project than I would like these days, and I have some other issues to tackle today. |
@AndrewDiehl :-D so if you know some geek people that can help out let us know |
My people are all Electrical/Mechanical but no software :( If any of your tasks involve CAD or fabrication, I'd be happy to help lighten the load. |
I'm watching this now as I have the T0/T1 crash issue. I'll take a look at the code later today |
@AndrewDiehl i assume this "problem" is still present? |
I would assume so, as nobody has asked me to test a fix. On Nov 2, 2016 9:48 AM, "Bo Herrmannsen" [email protected] wrote:
|
@AndrewDiehl are you able to work with @thinkyhead to figure it out? you test and he tries to fix? |
I'll be away from my machines until Friday, but generally, yes. |
oki doke... then i think @thinkyhead will poke you when he is ready :-) |
@AndrewDiehl What time zone are you in? Perhaps we can do an online hangout or chat session where I can try patching some things and you could give feedback. I'd like to make sure all Dual X behavior is proper, including |
Eastern time USA. |
@AndrewDiehl I'm on Central Time currently. Do you have some availability Friday night, or over the weekend to hack on this? |
@AndrewDiehl will you have time this weekend? |
@AndrewDiehl If I had a Dual-X machine on hand to test with this and other Dual X issues could be solved in a day. Without one I'm terribly afraid of making it worse. |
Sorry for the delay here, I'm trying to make time for this on Sunday. My newborn is being extra fussy the last few days so its been harder to find time than expected. |
I can do google hangouts using [email protected] or you can call 610-295-7867. For voice I may have to call back using wi-fi since my house has poor signal. |
@AndrewDiehl When you have a chance, please post a log of Also post your configuration, or the relevant settings. I'm starting to make some tweaks based on your description of the issue, but I'm being cagey because I'm not entirely sure what all the tool-change behaviors should be for every Dual X mode. Let me see if I have the general idea anyway…
Tool-change in |
@AndrewDiehl Also test this branch, which has some tweaks that may help (or not): |
@psyvision @pbrgle1 @gsart84 Please join this thread… |
exactly. but i dont know its my fault or is there a bug. |
would you try to download the actual rcbugfix and test it? |
yeah, I also tried the latest rcbugfix from @thinkyhead , but same issue. |
ok, now we are 2 persons with not working duplication mode. i have 6 printers with dual x carriage and no one of them work with duplication mode. i think we should make na new issue thread? |
yeah, do you think it's related to firmware or slicing? |
i think its the firmware... anything behind the M605 S2 is not working. same result in cura or simplify. what slicer do you use? |
I think so, too. |
I'll have to add more logging to see what's occurring. |
The commentary on |
Thanks i will try tomorrow. |
ok, i tried this: only T0 moves. |
Does the |
@wallacezhang @gsart84 Be sure to use a host like Pronterface instead of Repetier Host because it apparently filters out all messages that don't start with "echo:" or "error:". Copy the text in the log window and paste it —preferably as text— for us to review. |
@thinkyhead , im using pronterface. i use the 2 days old rcbugfix in one one of my 7 printers and rc8 in one of this 7. M104 Does heat up both nozzles T0 and T1 in duplication mode. G28
M605 S2
G28
M104 S50
G1 X50 only T0 is moving |
|
@gsart84 |
The lines above indicate you did not enable G28
M605 S2
G28
M104 S50
G1 X50 |
Ok, thanks, sorry i will try after work |
Boot Log
G28 Log
|
Sorry, busy week! I will examine this log more closely tomorrow, and I might also have some extra debugging help to track this down. In any case, it will be fixed 100% guaranteed before Sunday! |
We've done several patches related to |
@thinkyhead |
Fund solution to get duplication mode to work for my printer. I think it was my fault, because my Standart Funktion is M605 S1 Now all works perfect and i Can duplicate movements from t0 to t1 Thanks |
@gsart84 An LCD Panel menu to select the IDEX mode and nozzle offsets has been added. That should let you select a mode (like Duplication Mode) and send the printer a part that only needs the left side of the bed, and you will get a duplicate part on the right side. |
A ton of idex changes since this was opened 2yrs ago... |
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. |
3 similar comments
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. |
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. |
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. |
M605 S0 is default.
Homed All axis.
T0 is at 0
T1 is at 400
Send following commands:
T0
G1 X10 F1000
The T0 head (left side) moves to X35 instead of X10,
Subsequently can not move the T0 head to anything less than X35 without a homing command.
X35 is the the T1 minimum position, and should not be affecting T0
Additionally,
Issuing a T1 command immediately sends the T1 head to the same position as the T0 head, causing a collision. Simply issuing T1 should not cause any movement.
The text was updated successfully, but these errors were encountered: