Ultimaker / Cura

3D printer / slicing GUI built on top of the Uranium framework
GNU Lesser General Public License v3.0
6.11k stars 2.06k forks source link

BUG: Different material selection does not change bed temperature - Cura 4.6.2 #8184

Closed reefwarrior closed 4 years ago

reefwarrior commented 4 years ago

Hi all,

Application version Cura Slicer 4.6.2

Platform Windows 10

Printer Creality Ender 3

Reproduction steps

  1. Define material with print temperature of 197, bed temperature 62)
  2. Define material with print temperature of 235, bed temperature 82)
  3. Select either; and check in print settings. Print temperature changes, but bed temperature does not.

Screenshot(s) 197_62 235_82

Actual results As discussed under 3.

Expected results Bed temperature needs to update.

Rgds Tinus

Ghostkeeper commented 4 years ago

I'm not able to reproduce this problem. It updates fine for me: image image

Can you provide us with a project file? Like the template asked for, before you deleted that? It could be the result of one of the other profiles you've selected.

reefwarrior commented 4 years ago

Hello,

Sure, included please find. I have also included the generated .gcode files, if that helps.

Thank you for the help! Tinus

PS. Included in the .zip file CURA Issue.zip

nallath commented 4 years ago

That's because your custom quality profile overrides the material temperature. I've fixed that for you.

For the next time, you can see that this is going on by looking at the text of the setting. If it's italic, your profile is overriding it. fixedprofile.zip

reefwarrior commented 4 years ago

Thank you! :)