Кремень FMZ Реклама
Kremen FMHM Реклама

Отключение принтера после ошибки о температуре - Printer halted. kill() called

Nicolayka
Идет загрузка
Загрузка
28.04.2017
10320
8
Вопросы и ответы
Всем привет! Вчера, на середине печати мой принтер написал ошибку и прекратил печать!

Термисторы стоят китайские..

Пытался ставить минимальную температуру в 5 градусов, не помогло....
READ: Error:Thermal Runaway, system stopped! Heater_ID: bed

READ: Error:Printer halted. kill() called!
Вот вырезки из конфига:

//#define TEMP_SENSOR_0 1

#define TEMP_SENSOR_0 5

#define TEMP_SENSOR_1 0

#define TEMP_SENSOR_2 0

#define TEMP_SENSOR_3 0

//#define TEMP_SENSOR_BED 0

#define TEMP_SENSOR_BED 1

// The minimal temperature defines the temperature below which the heater will not be enabled It is used

// to check that the wiring to the thermistor is not broken.

// Otherwise this would lead to the heater being powered on all the time.

#define HEATER_0_MINTEMP 5

#define HEATER_1_MINTEMP 5

#define HEATER_2_MINTEMP 5

#define HEATER_3_MINTEMP 5

#define BED_MINTEMP 5

// When temperature exceeds max temp, your heater will be switched off.

// This feature exists to protect your hotend from overheating accidentally, but *NOT* from thermistor short/failure!

// You should use MINTEMP for thermistor short/failure protection.

// Ограничение максимальной температуры хотэнда

#define HEATER_0_MAXTEMP 275

#define HEATER_1_MAXTEMP 275

#define HEATER_2_MAXTEMP 275

#define HEATER_3_MAXTEMP 275

#define BED_MAXTEMP 120
Ответы на вопросы