hello.
My ide version is 1.6.9, and with the actual version of kimbra the motors are stopped all the time.
message from Pronterface:
[ERROR] Error:, system stopped! Heater_ID: 0
Error:Printer halted. kill() called!
[ERROR] Error:Printer halted. kill() called!
this was the test 1.
test 2: compiling the files copied from Documentation\Laser\K40_ramps_configs\K40_no_cooler_no_flowmeter
to
\MK
follow this error:
Arduino:1.6.9 (Windows XP), Tarjeta:“Arduino/Genuino Mega or Mega 2560 256 serialbuf, ATmega2560 (Mega 2560)”
In file included from sketch\module\temperature../…/base.h:50:0,
from sketch\module\temperature\temperature.cpp:43:
sketch\module\temperature../…/module/temperature/thermistortables.h:1155:22: error: ‘temptable_25’ was not declared in this scope
#define TT_NAME(_N) temptable ## _N
^
sketch\module\temperature../…/module/conditionals.h:688:48: note: in definition of macro ‘ARRAY_BY_HOTENDS’
#define ARRAY_BY_HOTENDS(v1, v2, v3, v4) { v1 }
^
sketch\module\temperature../…/module/temperature/thermistortables.h:1156:21: note: in expansion of macro ‘_TT_NAME’
#define TT_NAME(_N) _TT_NAME(_N)
^
sketch\module\temperature../…/module/temperature/thermistortables.h:1159:30: note: in expansion of macro ‘TT_NAME’
#define HEATER_0_TEMPTABLE TT_NAME(THERMISTORHEATER_0)
^
sketch\module\temperature\temperature.cpp:267:68: note: in expansion of macro ‘HEATER_0_TEMPTABLE’
static void* heater_ttbl_map[HOTENDS] = ARRAY_BY_HOTENDS( (void*)HEATER_0_TEMPTABLE, (void*)HEATER_1_TEMPTABLE, (void*)HEATER_2_TEMPTABLE, (void*)HEATER_3_TEMPTABLE );
^
sketch\module\temperature../…/module/temperature/thermistortables.h:1155:22: error: ‘temptable_25’ was not declared in this scope
#define TT_NAME(_N) temptable ## _N
^
sketch\module\temperature../…/module/conditionals.h:688:48: note: in definition of macro ‘ARRAY_BY_HOTENDS’
#define ARRAY_BY_HOTENDS(v1, v2, v3, v4) { v1 }
^
sketch\module\temperature../…/module/temperature/thermistortables.h:1160:34: note: in expansion of macro ‘COUNT’
#define HEATER_0_TEMPTABLE_LEN COUNT(HEATER_0_TEMPTABLE)
^
sketch\module\temperature../…/module/temperature/thermistortables.h:1156:21: note: in expansion of macro ‘_TT_NAME’
#define TT_NAME(_N) _TT_NAME(_N)
^
sketch\module\temperature../…/module/temperature/thermistortables.h:1159:30: note: in expansion of macro ‘TT_NAME’
#define HEATER_0_TEMPTABLE TT_NAME(THERMISTORHEATER_0)
^
sketch\module\temperature../…/module/temperature/thermistortables.h:1160:40: note: in expansion of macro ‘HEATER_0_TEMPTABLE’
#define HEATER_0_TEMPTABLE_LEN COUNT(HEATER_0_TEMPTABLE)
^
sketch\module\temperature\temperature.cpp:268:66: note: in expansion of macro ‘HEATER_0_TEMPTABLE_LEN’
static uint8_t heater_ttbllen_map[HOTENDS] = ARRAY_BY_HOTENDS( HEATER_0_TEMPTABLE_LEN, HEATER_1_TEMPTABLE_LEN, HEATER_2_TEMPTABLE_LEN, HEATER_3_TEMPTABLE_LEN );
^
sketch\module\temperature../…/module/temperature/thermistortables.h:1155:22: error: ‘temptable_25’ was not declared in this scope
#define TT_NAME(_N) temptable ## _N
^
sketch\module\temperature../…/module/conditionals.h:688:48: note: in definition of macro ‘ARRAY_BY_HOTENDS’
#define ARRAY_BY_HOTENDS(v1, v2, v3, v4) { v1 }
^
sketch\module\temperature../…/module/temperature/thermistortables.h:1160:34: note: in expansion of macro ‘COUNT’
#define HEATER_0_TEMPTABLE_LEN COUNT(HEATER_0_TEMPTABLE)
^
sketch\module\temperature../…/module/temperature/thermistortables.h:1156:21: note: in expansion of macro ‘_TT_NAME’
#define TT_NAME(_N) _TT_NAME(_N)
^
sketch\module\temperature../…/module/temperature/thermistortables.h:1159:30: note: in expansion of macro ‘TT_NAME’
#define HEATER_0_TEMPTABLE TT_NAME(THERMISTORHEATER_0)
^
sketch\module\temperature../…/module/temperature/thermistortables.h:1160:40: note: in expansion of macro ‘HEATER_0_TEMPTABLE’
#define HEATER_0_TEMPTABLE_LEN COUNT(HEATER_0_TEMPTABLE)
^
sketch\module\temperature\temperature.cpp:268:66: note: in expansion of macro ‘HEATER_0_TEMPTABLE_LEN’
static uint8_t heater_ttbllen_map[HOTENDS] = ARRAY_BY_HOTENDS( HEATER_0_TEMPTABLE_LEN, HEATER_1_TEMPTABLE_LEN, HEATER_2_TEMPTABLE_LEN, HEATER_3_TEMPTABLE_LEN );
^
exit status 1