Prusa heated bed settings for Duet2
-
Does anyone know the settings I should use in the config tool for using a Prusa Mk52 24V heated bed with my duet2 controller?
These are in the 'heaters' section of the config tool under...
R25 - Heater thermister resistance
B - Model coefficient
C - Coefficient of the Steinhart-Hart equation!I am grateful for any help.
Thank you.
-
@handyandy -Here is my config.
; Heaters M308 S0 P"temp0" Y"thermistor" T100000 B4138 ; configure sensor 0 as thermistor on pin temp0 M950 H0 C"out0" Q10 T0 ; create bed heater output on out0 and map it to sensor 0 ; disable bang-bang mode, set PWM limit M307 H0 B0 R0.311 C426.5 D10.90 S1.00 V26.1 M140 H0 ; map heated bed to heater 0 M143 H0 S120 ; set temperature limit for heater 0 to 120C ;