Re: Cr-10 Marlinkimbra autotune fallito. June 25, 2018 05:28PM |
Registered: 10 years ago Posts: 6,409 |
#define BED_PID_DRIVE_MIN 255
else if (difference > PID_FUNCTIONAL_RANGE) { soft_pwm = pidMax; tempIState = tempIStateLimitMin; } else if (difference < -(PID_FUNCTIONAL_RANGE) || target_temperature == 0) soft_pwm = 0;
Re: Cr-10 Marlinkimbra autotune fallito. June 26, 2018 04:05AM |
Registered: 6 years ago Posts: 23 |
Re: Cr-10 Marlinkimbra autotune fallito. June 26, 2018 02:51PM |
Registered: 10 years ago Posts: 6,409 |
Re: Cr-10 Marlinkimbra autotune fallito. June 26, 2018 05:18PM |
Registered: 6 years ago Posts: 23 |
23:13:48.588 : Config: M306 H-1 Heater 23:13:48.590 : Config: Pin:8 23:13:48.590 : Config: Min temp:5 23:13:48.591 : Config: Max temp:150 23:13:48.592 : Config: Use PID:On 23:13:48.592 : Config: PID drive min:80 23:13:48.594 : Config: PID drive max:255 23:13:48.595 : Config: PID max:255 23:13:48.596 : Config: Hardware inverted:Off
Re: Cr-10 Marlinkimbra autotune fallito. June 28, 2018 10:29AM |
Registered: 6 years ago Posts: 23 |