-
Notifications
You must be signed in to change notification settings - Fork 2k
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
wipe tower interferes with print object when arrange all objects is used #3806
Comments
This should be already fixed in 2.2.0-rc2. |
Actually, the arrange function accounts for the wipe tower since 2.0.0, so it's not something that was fixed recently. Something is clearly wrong, but I have no clue what it is. I didn't manage to reproduce the issue (at least not on Linux). We will try to reproduce and fix it. |
I can confirm, I have the same issue. Had it since 2.2.0 RC3. It has not been fixed in RC5. |
Hi @peymon ! Please, could you send a 3mf where the issue occurs? I could not reproduce with @photodude 's project files. |
Hi @tamasmeszaros, The issue occurs regardless of the model. I just reproduced it using the Prusa Beer Opener and attached it for you here. Please note that I am using the Mac version: 2.2.0-rc5+-202003191653. But I have had this issue since rc3. I have not tested it on previous builds. |
I am not able to reproduce this issue with PrusaSlicer 2.2.0-rc5 either. To be sure, I tried on both Windows 10 and OSX Catalina. |
@bubnikv I'm guessing it requires having the wipe tower selected when arrange is selected. |
I tried both, I tried even selecting different parts, I even tried to run
the partial arrangement (Shift-A), but I was not able to reproduce this
issue.
I will once again with the wipe tower selected.
pá 20. 3. 2020 v 19:31 odesílatel Walt Sorensen <[email protected]>
napsal:
… @bubnikv <https://github.com/bubnikv> I'm guessing it requires having the
wipe tower selected when arrange is selected.
Which of the 2 project files I uploaded did you try?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3806 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABMPSI26XC5CKOYGT4OIRDTRIOY6RANCNFSM4LES6MFQ>
.
|
I was not able to reproduce the issue with PrusaSlicer 2.2.0-rc5 with any models provided. However these are my hints: The wipe tower has two states:
The animated gif by #3806 (comment) The wipe tower position is stored in the Print preset. This is not optimal, it is a heritage of the Slic3r PE impelmentation we did before we had 3MFs. I would expect that the wipe tower could jump back to the position stored in the Print preset if some messages indicating the wipe tower position inside PrusaSlicer were delivered in a wrong order. But this does not seem the case here either. |
By the way, do you guys have background processing enabled? |
@bubnikv I do not have background processing enabled. |
@bubnikv This is what I got with a dual extrusion calibration target, background processing enabled, and wipe tower using auto arrange. Clicked on bed before auto arrange to deselect everything. 2.2.0-rc5 BIBO dual printer, 0.15 print profile with wipe tower before after arrange |
@bubnikv I have discovered the replication step that was missing, =D Seems there is a missing, or incorrect, collision check for the wipe tower when "auto center parts" is enabled. with the before project uploaded above and "auto center parts" is enabled there is an issue (see image in post above), but disabling "auto center parts" keeps the wipe tower positioned without collision with the model. |
Cool. The auto-centering feature is posed for removal in the next version.
We will rather auto-arrange the newly added objects to the print bed
automatically while keeping the objects already on the print bed static.
ne 22. 3. 2020 v 16:19 odesílatel Walt Sorensen <[email protected]>
napsal:
… @bubnikv <https://github.com/bubnikv> I have discovered the replication
step that was missing, =D
happens only when "auto center parts" is enabled.
Seems there is a missing, or incorrect, collision check for the wipe tower
when "auto center parts" is enabled.
with the before project uploaded above and "auto center parts" is enabled
there is an issue (see image in post above), but disabling "auto center
parts" keeps the wipe tower positioned without collision with the model.
[image: Capture]
<https://user-images.githubusercontent.com/10253980/77253118-07914100-6c1e-11ea-9c31-4d571ad808eb.PNG>
Re-enabling "auto center parts" causes the issue again.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3806 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABMPSI6K7PYH2W2TZGAMJOLRIYT65ANCNFSM4LES6MFQ>
.
|
@photodude, genius! Indeed without auto-center, the issue is no longer there. |
@bubnikv |
@bubnikv ::face-palm:: ... I see you already said that auto-arrange on first add is coming and I forgot to reread before commenting... sorry. |
Version
Build: PrusaSlicer-2.1.1+win64-201912101512
and
Build: PrusaSlicer-2.2.0-rc2+win64-202003071138
Operating system type + version
Operating System: Windows
System Architecture: 64 bit
Windows Version: Windows 10 (build 18363), 64-bit edition
Total RAM size [MB]: 34,307MB
OpenGL installation
GL version: 4.6.0 NVIDIA 441.87
Vendor: NVIDIA Corporation
Renderer: GeForce GTX 1070/PCIe/SSE2
GLSL version: 4.60 NVIDIA
3D printer brand / version + firmware version (if known)
BIBO2 Stock model with 5015 part cooling blower and PEI sheet build surface
BIBO MFG provided stock based on Marlin 1.0.0 shaqFoo Ditto printing fork firmware
Behavior
When a multi-extruder object has a wipe tower and the "arrange all objects is used the wipe tower can end up interfering (overlapping) the print object.
Wipe tower should be positioned at a location near but not overlapping the print object.
the wipe tower often overlaps the object
printer configuration can be found in my Github Repo or the open PR #3804
https://github.com/photodude/BIBO2-PrusaSlicer
Project file
wipe tower before using arrange all object
bulbasaur_dual_detail.zip
wipe tower after arrange all objects
bulbasaur_dual_detail_wipeTower_interferance.zip
The text was updated successfully, but these errors were encountered: