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

Wipe Tower is not compatible with raft #324

Closed
arnaud-42 opened this issue Jun 2, 2017 · 6 comments
Closed

Wipe Tower is not compatible with raft #324

arnaud-42 opened this issue Jun 2, 2017 · 6 comments

Comments

@arnaud-42
Copy link

Version

1.35.1-prusa3d

Operating system type + version

OSX

Behavior

2 issues with the new wipe tower integration.

1: If you use a raft the wipe tower is generate only after last layer of raft ... (in the air)
You can see the bug here :
https://imgur.com/a/otbpz

2: The second color on the tower is generate only after layer 2 (no raft for this test)
https://imgur.com/a/c1TO6

@bubnikv
Copy link
Collaborator

bubnikv commented Jun 2, 2017

Thanks for the report.

1: If you use a raft the wipe tower is generate only after last layer of raft ... (in the air)

The wipe tower is not compatible with the raft yet. I will need to work on that.

2: The second color on the tower is generate only after layer 2 (no raft for this test)

Would you please provide the configuration file and the platter as an AMF file?

Please note that only some support configuration is compatible with the wipe tower:
The non-soluble supports need to be printed with the active extruder (set the extruder ID to zero).
The soluble supports need to have their layers synchronized with the object layers.

@BirkBinnard
Copy link

BirkBinnard commented Jun 3, 2017

I'm unable to get the wipe tower to appear after slicing a part with dual extruders specified. I specified a skirt, no brim, no raft. Is there some trick to make it appear? I included my config bundle in case that helps resolve
Slic3r_config_bundle.zip
my problem.

@bubnikv
Copy link
Collaborator

bubnikv commented Jun 5, 2017

As of now the wipe tower is generated for the "Single extruder multi material" option only.

image

and it needs to be enabled here:

image

Also please note that the current wipe tower implementation is very specific to the Prusa Multi Material setup. There are currently many hard coded assumptions, namely:

  1. Nozzle diameter 0.4mm
  2. Layer height 0.15 or 0.2
  3. First layer height 0.2
  4. Marlin firmware, relative extruder coordinates

I know these hard coded prerequisities are not nice, but we are supporting our products and we are improving them along the way.

@BirkBinnard
Copy link

Thanks for this feedback. My problem was I had not checked the Single Extruder Multi Material box. Once I did this the wipe tower appeared OK.
capture

@bubnikv
Copy link
Collaborator

bubnikv commented Jun 6, 2017

I have added checks for compatibility of the slic3r settings with the wipe tower into the Slic3r 1.35.2.

The raft issue is yet to be fixed.

@bubnikv bubnikv changed the title Wipe Tower Wipe Tower is not compatible with raft Jun 6, 2017
bubnikv added a commit that referenced this issue Jun 8, 2017
#324

Implemented a correct layer height preview for the wipe tower layers,
if the wipe tower layer height is not constant due to the application
of raft.
@bubnikv
Copy link
Collaborator

bubnikv commented Jun 8, 2017

The raft support for the wipe tower has been implemented with
89dcd3e

@bubnikv bubnikv closed this as completed Jun 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants