Set Nozzle Temp

setNozzleT()

Set the printer's nozzle temperature. By default, this command will wait for the nozzle temperature to reach the target temperature.

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

Syntax #

fab.setNozzleT(temperature, [wait])

Parameters #

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