BED_RESIDENCY_TIME in repeiter-firmware
Hi! Repeiter-firmware have analog BED_RESIDENCY_TIME from Marlin?
The bed must maintain a stable temperature for
The bed must maintain a stable temperature for
TEMP_BED_RESIDENCY_TIME
before M109
will return success and start the print. Tune what “stable” means using TEMP_BED_HYSTERESIS
and TEMP_BED_WINDOW
Comments
The parameter is in secs?
Where i can set it in EEPROM?
I think that EXT0_WATCHPERIOD - for extruder 0. I need it for bed but i cant see BED0_WATCHPERIOD.
I add in start g-code:
M190 S{first_layer_bed_temperature[0]} ; Heat up bed and wait
M140 S[first_layer_bed_temperature] ; Continue heating to full temperatue and don't wait
G4 S300