Page 1 of 1

How to cool down extruder temperature after printing?

Posted: Wed Apr 19, 2017 7:18 am
by vinceg3
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.

Re: How to cool down extruder temperature after printing?

Posted: Wed Apr 19, 2017 7:57 am
by brian442
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.

Re: How to cool down extruder temperature after printing?

Posted: Wed Apr 19, 2017 8:41 am
by MasterFX
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

Re: How to cool down extruder temperature after printing?

Posted: Wed Apr 19, 2017 6:17 pm
by vinceg3
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??

Re: How to cool down extruder temperature after printing?

Posted: Thu Apr 20, 2017 7:21 am
by wirlybird
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.