For some time my end script have looked like this:
M104 S0 ; extruder off
G91; Switch to relative coordinates
G0 Z10; Move up 10mm
G90 ; absolute positioning
G0 X125 ; Park in middle
G0 Y235 F5000 ; Move Y to middle of bed cooling fan
M42 P11 S255 ; Turn Bed cooling fan on
M106 ; cool off nozzle
M190 S30; set bed and wait to hit target
M42 P11 S0 ;Turn off bed cooling fan
M140 S0 ; bed off
M107 ; carriage fan off
G28 Y; home Y
G28 Z ; Home Z
M84 ; disable motors
M81; power off
now the strange thing is that as the bed comes close to the 30 degree setting the LED on the bed starts to flash just once every 5 sec or so. this was not a problem until last night where the temp never reached 30 but it was arround hovering arround 39
are there better and more "foolproof" ways to do the same?
the bed cooling was should not be misunderstood as a part cooling fan. the bed cooling fan is only used after the print is done to cool the bed down faster.
could i use M226 so that it will just wait forever for me to push the knob on the LCD ? or is the command in repetier different?