Set Temps

setTemps()

Set the printer nozzle and bed temperature at the same time. By default, this command will wait for the temperatures to reach the target temperature. This command is faster than setting the nozzle and bed temperatures independently, as both will heat simultaneously.

Most firmware won’t wait for temperatures less than 40C since they will never be reached due to ambient temperature.

Syntax #

fab.setTemps(nozzleTemperature, bedTemperature, [wait])

Parameters #

nozzleTemperature
Number, the temperature to heat the nozzle to in degrees Celcius
bedTemperature
Number, the temperature to heat the bed to in degrees Celcius
wait
Boolean, optional parameter to wait for the target temperature to be reached before proceeding. True by default.