Thank you for taking care of my problems, to be heplfull i’ll try to explain a little more
do I understand it right?: you have a reading for the ext1, ext 2 and bed and an MINTEMP error?
My english is poor i’m sorry…French may be better.
-
Yes. That’s it, and that’s why i’m supposing that the board have a problem
-
I’m new with arduino and code (solving it with the starter kit and the firmware :))
-
I’m checking the printer in a cold room (6°C)
SOFTWARE
- When working, the printer was with Marlin 1.0 and the velleman’s 1.0 2 heads firmware ; It was working with extruder on ext1 (on the right side) and a shunt was on ext2 (left), not to have “MINTEMP”)
- I’ve tried velleman’s 1.1 and 1.4 both with single and dual head
Actually
HARDWARE
For the moment, i don’t have the hardware under my eyes, but from memory I can say that there are:
-2 heads, 1 is mounted (1 time on the left and 1 time on the right actually on the ext2)
-1 heated bed (should be a reprap MK3 kit with a 24v battery and a small board)
-
-The new extruderboard should be the same as original
-The new thermal sensor should be “100k”; the same as original
-The new heat resistor should be 15w ; the same as original
Checking EXT method
to check if thermal sensor were ok; heating with the hands, the LCD show changes up to 15°C so I consider it’s Ok
to check if wire were ok by interverting connexion at the motherboard, both Ext1 and Ext2 show results so I consider it’s Ok
Finally:
to check which Extruder is down by this way in the firmare configuration.h page,:
- To prevent from burning I’ve set “MAXTEMP” to Ext0 235, Ext1 235, Ext2 0 (which is this one?), bed 50
- To trick temperature in a 6°C room, I’ve set “TEMP_HYSTERESIS” to 2 ( to prevent from a natural “MINTEMP”)
- To prevent form error, i disabled all TEMP_SENSOR (EXt0, EXT1, EXT2 , bed with -3 value).
Then i light on, one by one with “MINTEMP” (EXT0 3; EXT1 3; EXT2 0 ; Bed 0)
The tricky result is that When the Ext1 is ON there is a “MINTEMP” with LCD showing a T°,
When The Ext2 is ON the heater is heating and the printer try to print (but not feeding certainely because of “Cold extrusion” in configuration.h i don’t think it’s a matter)
Please check the connectors on the arduino board. The first nozzle (for two nozzles the right one from frontside view) shall be linked to the connectors for heater1 / extruder1
Pins looks like good and in same order heater/sensor/fan/motor like manual show: //images.velleman.eu/manuals/vertex/building/13/027.jpg
Do you have a heated bed installed and a thermal sensor connected? If not, you have to disable this option in the “configuration.h” file. The default setting for my firmware is two nozzles and no heat bed. So if you see the heated bed temperature reading without changing the configuration file something during your compilation went wrong.
The Heated bed isn’t heating (certainely because of unchecks in configuration.h I’m still not sure, For next tests I’ll desable it)
Because that are memory results, i will try again tomorrow and confirm you what’s happening and I keep reading the arduino starter book ^^
For the moment, I’m not thinking about desassemble it and rebuild it, i’m still thinking…but maybe it will be tomorrow 
If you have other ideas how to test materials, please explain it
Thank you