Maestro To WiFi v1.04 SD files
-
the maestro has a 2k resistor for thermistors. the wifi 4.7k you need to adjust the thermistor line
-
I didn't realize the WiFi was so much different in that regard. It's the stock Ender 3 thermistor.
; Heaters
M307 H0 B0 S1.00 ; Disable bang-bang mode for the bed heater and set PWM limit
M305 P0 T100000 B4138 C0 R2200 ; Set thermistor + ADC parameters for heater 0
M143 H0 S120 ; Set temperature limit for heater 0 to 120C
M307 H1 B0 S1.00
M305 P1 T100000 B4725 C0 R2200 ; Set thermistor + ADC parameters for heater 2
M143 H1 S280 ; Set temperature limit for heater 1 to 280CWhat would I have to change and to what would I have to change it to? My thermostat says my temperature is 73° F or about 22.7/22.8
-
Change R2200 to R4700, or leave out the R parameter altogether so that it uses the default value for the board.
-
@dc42 Leaving it out entirely resulted in 23.5 degrees celsius which is 74.3 degrees, thank you so much for your help! I'll remember that from now on.