prusa3d / PrusaSlicer

G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.)
https://www.prusa3d.com/prusaslicer/
GNU Affero General Public License v3.0
7.54k stars 1.91k forks source link

PS shows that second color filament printed with 0 (zero) temperature (mmu) #9599

Closed petrubecheru closed 1 year ago

petrubecheru commented 1 year ago

Description of the bug

I make a 2 color object. Acording to PS temperature view, the second color is printed with zero temperature: Screenshot_20230205_022613

But in fact it is printing ok: 20230205_142854

This bug is probably related to #9597.

This is the painted object: painted_object

Project file & How to reproduce

MMU-Tip-with-supports.zip

Checklist of files included above

Version of PrusaSlicer

PrusaSlicer-2.6.0-alpha3

Operating system

Ubuntu 22.10

Printer model

Original Prusa i3 MK3S+ MMU2S

petrubecheru commented 1 year ago

resolved în alpha 4 (probably by resolving #9597 with commit 991aedd )

vistax64 commented 1 year ago

i had this exact issue as well, for me it actually wasnt printing correctly as it seems to be using color2 for the entire print at 'first layer' temps rather then the appropriate 'other layers' temp. if you use the default pla profile for a 2-color mmu print, change 'first layer' to 205 and 'other layers' to 215. that will make color 1 print at 215 for the entire print, and color2 will print at 205 for the entire print (rather then 215 as defined in 'other layers'). in 2.6 alpha 4 where this seems to be partially fixed, its not a huge deal, but in 2.5 and older, it actually sets the extruder temp at 0, but the actual temps are still tied to 'first layer' rather then the correct value of 'other layers'. maybe its not a huge deal in most cases, but it can change tip formation as in my experience, 215c seems to work great at tips, but 205 makes them too stringy.
image