Texturized plate makes printer very loud

Hello. I have tried the texturized plate but i notice a pretty severe bump in noise from the printer using this plate. I imagine it is caused by the fact that the bed need to be way warmer than when using the cool plate and i imagine that activates the fan more. But the difference is substantial, 10 db more. That’s a lot of noise for someone who works in the same room he prints. If that doesn’t change i wiil give up on the texturized plate which is a shame. Do you have the same experience?

1 Like

you can try to turn down your aux / chamber fan to 70% or lesser to reduce the noise. check the chamber temp. with these different settings and if the result is acceptable you can use this settings and modify the slicer settings to your preferred settings…

1 Like

You can edit the filament profile you use to lower the chamber fan feed to 70%. In the profile you’ll see something like:
; filament start gcode
{if (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S255
{elsif(bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S180
{endif};Prevent PLA from jamming

Change that 255 to 180. Save the profile under a new name and then use it. This is what I do.

1 Like

Thanks a lot for those advices. I will try that.