
1)The second hot end only turns on if I change the temp via the LCD extruder--> temp 0...then it will also change the temp of temp 1
but it will just keep on going past the desired temp and keep on climbing and with my new heater cartridge it got up there hella fast?
2) The second extruder doesn't move at all when pluged into the E1 motor plug on the rambo but tested it in the E0 plug and it works fine
In config h within the new repetier firmware I set the following
#define NUM_EXTRUDER 2
#define EXT0_TEMPSENSOR_TYPE 1?? = using the m3 screwin thermistor that states it is an EPCOS B57560G104F NTC 100K
Should this be 97 or was that only the ones supplied by SeeMe?
I'm using the hot end adapter that came with the kit
#define EXT0_X_OFFSET -7.5
#define EXT0_Y_OFFSET -12.5
#define EXT1_TEMPSENSOR_TYPE 1?? = using the m3 screwin thermistor that states it is an EPCOS B57560G104F NTC 100K
Should this be 97 or was that only the ones supplied by SeeMe?
#define EXT1_X_OFFSET -7.5
#define EXT1_Y_OFFSET 12.5
EEProm overides the offset so I changed it to the steps I think?? Extr1 x-offset = -7.5 * 80 = -600
Extr1 y-offset = -12.5 *80 = -1000
Extr2 x-offset = -7.5 * 80 = -600
Extr2 y-offset = 12.5*80 = 1000
I also changed all of Extr 2 settings in EEProm to match Extr 1... now whether this was the right thing to do I have no clue. It seemed to me that it should match but it was just a guess. The defualt values came in as -1 or nan
Any help would be much appreciated!!