icehardy писал(а):
Проверь еще вот так
Цитата:
#temperature_control.hotend.thermistor Honeywell100K # See
http://smoothieware.org/temperaturecontrol#toc5temperature_control.hotend.beta 3950 # Or set the beta value
Если нет, то остается какой то аппаратный косяк, могли забыть запаять элементы или где то сопли
Или же в этой версии платы распаяны другие выводы процессора на терморезисторы
стало по 101 градусу. Прверил пины процессора по даташиту - все верно. Тем более, без термисторов показывает одно значение, а с ними показания меняются. Смущает еще что если подключить термистор к неиспользуемым разъемам термисторов 3 и 4, то показания тоже меняются, но на 10-12 градусов.
По концевикам. У меня нормально замкнуты на землю и на контроллере стоит подтяжка к питанию. Проверял командой М119 - все отрабатывает корректно. В свободном состоянии 0, а в активном 1. Проблема в том, что при срабатывании концевика соответствующий (да и никакой вообще) двигатель не останавливается (на рампсе останавливается). Народ, у кого как работают концевики на Smoothieware?
## Endstops
# See
http://smoothieware.org/endstopsendstops_enable true # The endstop module is enabled by default and can be disabled here
delta_homing true # Forces all three axis to home a the same time regardless of what is specified in G28
alpha_min_endstop nc # Pin to read min endstop, add a ! to invert if endstop is NO connected to ground
alpha_max_endstop 1.25^ # Pin to read max endstop, uncomment this and comment the above if using max endstops
alpha_homing_direction home_to_max # Or set to home_to_max and set alpha_max and uncomment the alpha_max_endstop
alpha_max 0 # This gets loaded as the current position after homing when home_to_max is set
beta_min_endstop nc # Pin to read min endstop, add a ! to invert if endstop is NO connected to ground
beta_max_endstop 1.27^ # Pin to read max endstop, uncomment this and comment the above if using max endstops
beta_homing_direction home_to_max # Or set to home_to_max and set alpha_max and uncomment the alpha_max_endstop
beta_max 0 # This gets loaded as the current position after homing when home_to_max is set
gamma_min_endstop nc # Pin to read min endstop, add a ! to invert if endstop is NO connected to ground
gamma_max_endstop 1.29^ # Pin to read max endstop, uncomment this and comment the above if using max endstops
gamma_homing_direction home_to_max # Or set to home_to_max and set alpha_max and uncomment the alpha_max_endstop
gamma_max 382 # This gets loaded as the current position after homing when home_to_max is set