smartavionics / Cura

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

Raft Fan Speed Always 0 #173

Open McNugget6750 opened 2 years ago

McNugget6750 commented 2 years ago

Application version Master (doesn't say in this fork)

Platform Windows 10

Printer Custom Malyan M180

Reproduction steps Create a project, drop in an object, set Build Plate Adhesion to Raft. Set Raft Fans Speeds to the desired values and slice. Open gcode file in text editor of choice and inspect.

Screenshot(s) image

Actual results When looking at the actual exported gcode, I can see the first mentioned M106 command is listed at

;LAYER:0
M106 S140.3

and set to my Initial Fan Speed of 55%. After that, the fan speed is regulated as per project settings. But raft settings are being ignored entirely.

Expected results Raft fan speed is something other ran 0. My extruder overheats when I attempt to print large objects with raft. This eventually leads to jamming.

Project file CFFFP_Audio Deck PSU Enclosure.zip

Log file cura-log.zip

Additional information (Extra information relevant to the issue.)

smartavionics commented 2 years ago

Oops, that's a bug! Sorry about that. Should be fixed now if you try this...

https://github.com/smartavionics/Cura/releases/download/20220507/Cura-mb-master-win64-20220507-2.exe

McNugget6750 commented 2 years ago

Awesome, glad to help :)

I’ll check out this build later today!