Delay to let bed to achieve uniform temperature

Post your advice, tips, suggestions, etc...
Post Reply
bignordique
Posts: 32
Joined: Wed Jun 10, 2015 6:44 pm

Delay to let bed to achieve uniform temperature

Post by bignordique » Fri Aug 28, 2015 4:56 pm

Never hacked G-Code before.

I wish to print multiple objects covering a large part of the printing surface.

The print bed heater is not perfect. In particular, once the middle of the bed reaches
printing temp, it takes a bit longer for the entire surface to reach said temperature.

I can manually turn the bed heaters on and wait, but hey... we've got computers these days
they're good at this sort of thing.

As mentioned above, I'm not familiar with G-Code. I did look at the G-Code and you
can see it turning on the heater, but there is no apparent wait statement.

How are the temperature interlocks implemented? I'm using Pronterface. I don't see any
adjustments for the interlock. Is there some way I can add a static delay of say 5
minutes between when bed temperature is achieved and when printing starts?

Thanks for any help.

bignordique

Bratag
Posts: 438
Joined: Wed Jan 14, 2015 5:33 am

Re: Delay to let bed to achieve uniform temperature

Post by Bratag » Fri Aug 28, 2015 5:50 pm


jsc
Posts: 1864
Joined: Thu Apr 10, 2014 4:00 am

Re: Delay to let bed to achieve uniform temperature

Post by jsc » Fri Aug 28, 2015 7:39 pm

The slicer already inserts M190 to heat the bed.

What you want is called Dwell. G4 S300 will wait 5 minutes.

Bratag
Posts: 438
Joined: Wed Jan 14, 2015 5:33 am

Re: Delay to let bed to achieve uniform temperature

Post by Bratag » Fri Aug 28, 2015 8:06 pm

jsc wrote:The slicer already inserts M190 to heat the bed.

What you want is called Dwell. G4 S300 will wait 5 minutes.
Parameters
Snnn minimum target temperature, waits until heating
Rnnn accurate target temperature, waits until heating and cooling (Marlin)
Example
M190 S60

This will wait until the bed temperature reaches 60 degrees, printing out the temperature of the hot end and the bed every second
Guess the wiki needs updating :)

jsc
Posts: 1864
Joined: Thu Apr 10, 2014 4:00 am

Re: Delay to let bed to achieve uniform temperature

Post by jsc » Fri Aug 28, 2015 8:38 pm

M190 does what it says, but that's not what bignordique asked for. He wants to delay the print AFTER it reaches temperature, to give it a chance to even out.

Bratag
Posts: 438
Joined: Wed Jan 14, 2015 5:33 am

Re: Delay to let bed to achieve uniform temperature

Post by Bratag » Fri Aug 28, 2015 8:40 pm

jsc wrote:M190 does what it says, but that's not what bignordique asked for. He wants to delay the print AFTER it reaches temperature, to give it a chance to even out.
To paraphrase Bugs Bunny....

"I am a maroon"

You are absolutely correct Jin

Post Reply