Single material print with non-primary filament ... wrong temp being used!
I'm trying to print a part using a single material, but the material I'm using happens to be loaded in extruder 3. I've used Settings to select the extruder in Slic3r (1.36.2) and generate the single material code. However, having a quick look at the gcode header I see it setting the bed temp to my selected material spec (M190 S100), selecting the extruder (T2) and then setting the hotted temp (M109 S205). However, that last setting is for the material in extruder 1 (PLA) rather than in extruder 3 (ASA with a print temp of 250). This seems like a bug. For now I can just move the material, but am I missing something? Is there a way I can do this from the tools?
Thanks
Re: Single material print with non-primary filament ... wrong temp being used!
Make sure you are using the latest versions of Slic3r and the profiles.
You should raise an issue on GitHub: https://github.com/prusa3d/Slic3r/issues
Peter
Please note: I do not have any affiliation with Prusa Research. Any advices given are offered in good faith. It is your responsibility to ensure that by following my advice you do not suffer or cause injury, damage…
Re: Single material print with non-primary filament ... wrong temp being used!
I see someone beat me to it - this is essentially the same issue manifest in a slight different way https://github.com/prusa3d/Slic3r/issues/443