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

Extruder selection ignored when using support material without interface #11281

Closed
2 tasks done
KyleMaas opened this issue Sep 10, 2023 · 4 comments
Closed
2 tasks done
Labels

Comments

@KyleMaas
Copy link
Contributor

Description of the bug

Trying to print the Sloppy Coiled Rope Bowl model from DaveMakesStuff. This requires support material. I don't want to use interface layers, so I left that unchecked.

screenshot-2023-09-10 @ 12:37:07 776341664-cropped

However, this disables the extruder selection box in the Multiple Extruders section, which is stuck on 1 when I'm trying to print on extruder 2.

screenshot-2023-09-10 @ 12:37:17 625803062-cropped

This shouldn't matter, since I'm not using interface layers anyway, so it should never use extruder 1. However, in the generated G-Code, it's outputting a T0 and trying to print using extruder 1 instead, even though the tool paths that are generated are clearly made for extruder 2 (I run the two extruders with different nozzle sizes, so the toolpath spacing is clearly for the 0.6mm nozzle of extruder 2 and not the 0.3mm nozzle of extruder 1). Also, trying to use a layer height of >0.3mm results in the error First layer height can't be greater than nozzle diameter, even though all of the available extruder options are set to extruder 2 which has an 0.6mm nozzle.

If, instead, I enable interface layers, change the extruder on Multiple Extruders to 2, and then disable interface layers, everything behaves as I'd expect. The layer height error goes away and the generated G-Code uses T1 instead.

Project file & How to reproduce

Sloppy_Coiled_Rope_Bowl_1 (broken).3mf.zip

Checklist of files included above

  • Project file
  • Screenshot

Version of PrusaSlicer

2.6.1+linux-x64-GTK3

Operating system

Gentoo Linux

Printer model

Heavily-modified MakerFarm i3v with dual extruders

@rtyr
Copy link
Collaborator

rtyr commented Sep 11, 2023

Some supports seems to be incorrectly marked as interfaces, therefore it triggers some toolchanges.

@rtyr rtyr added the supports label Sep 11, 2023
@Jan-Soustruznik
Copy link
Collaborator

Hello, @KyleMaas ,

thank you for your report. We try to fix in some next releases.

Issue created: SPE-1867

Have a nice day

@KyleMaas
Copy link
Contributor Author

@Jan-Soustruznik

Awesome. Thank you!

@FidelCapo
Copy link
Collaborator

This issue should be fixed and the fix will be part of the next release.
Closing.

bubnikv added a commit to LRaiz/PrusaSlicer that referenced this issue Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants