Solved Error: M307: bad model parameters
-
hello friends here is my problem when I launch m307 h0 s60 to make my bed pid I have this error
Error: M307: bad model parameters -
; ================ Heaters ==============================================
M308 S0 P"temp0" Y"thermistor" A"Bed" T100000 B3950 ; configure sensor 0 as thermistor on pin temp0
M950 H0 Q10 C"out1" T0 ; create bed heater output on out0 and map it to sensor 0 (if NOT using SSR - delete Q10)
M307 H0 R0.312 K0.313:0.000 D13.50 E1.35 S1.00 B0 ; disable bang-bang mode for the bed heater and set PWM limit
M140 H0 ; map heated bed to heater 0
M143 H0 S100 ; set temperature limit for heater 0 to 100CM308 S1 P"temp1" Y"thermistor" A"Hotend" T107537 B4725 C7.06e-8 ; configure sensor 1 as thermistor on pin temp1
M950 H1 C"out2" T1 ; create nozzle heater output on out1 and map it to sensor 1
M307 H1 R2.451 K0.445:0.102 D5.36 E1.35 S1.00 B0 V24.1 ; disable bang-bang mode for heater and set PWM limit
M143 H1 S280 ; set temperature limit for heater 1 to 280C -
@sgk
when I launch m307 h0 s60 to make my bed pid I have this error
Error: M307: bad model parametersYou really should study the GCode Dictionary. For M307 it says about the S parameter:
Snnn maximum PWM to be used used with this heater on a scale of 0 to 1. Default 1.0.
So, your S60 is clearly out of range. But I think your original intention was to tune the heater, not to set tuning parameters. So, please have a look at the documentation again, this time at M303 - Run heater tuning.
-
@infiniteloop I'm stupid sorry
-
topic solved
-
thank you
-
-
-
-