vinceg3
Posts: 3
Joined: Thu Jan 19, 2017 10:15 am

How to cool down extruder temperature after printing?

Hi everyone.

Using printer Cetus 3d with S3D is not really official but I cannot anymore using other soft than S3D...

Can you tell me how to explain my printer to cool down after printing? Which ending script?
At the end the extruder raise until 250 or even 270 degrees....
And I think it causes clog...

Many thanks.
brian442
Posts: 1243
Joined: Mon Nov 28, 2016 5:35 am

Re: How to cool down extruder temperature after printing?

Well, what is the temperature to turn on the extruder? On most machines, it's M104 or something similar, so you should be able to use the same command to turn it off.
MasterFX
Posts: 208
Joined: Tue May 20, 2014 11:23 am

Re: How to cool down extruder temperature after printing?

Thats right.
Put the following in the ending script:

Code: Select all

M104 S0 ; turn off extruder
M140 S0 ; turn off bed
M84 ; disable motors
M107 ; disable fan
And it seems like there is an S3D Profile for it too https://www.cetus3d.com/community/forum ... 210&page=1
vinceg3
Posts: 3
Joined: Thu Jan 19, 2017 10:15 am

Re: How to cool down extruder temperature after printing?

Thanks.
I use the S3D Cetus profile of your link.

And the end script I have is
M104 S0

But it doesn't work.

Maybe put M104 S25 for example??
wirlybird
Posts: 1374
Joined: Sun Jul 17, 2016 1:32 pm

Re: How to cool down extruder temperature after printing?

You could try that but then you are telling it to heat to that temp which if it works then ok maybe but I would wonder why S0 doesn't work. If it is actually not shutting off the heaters then maybe it takes a different command.

Return to “General Discussion and Tips”