setBedT()
Set the printer's bed 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.setBedT(temperature, [wait])
Parameters #
temperature
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.