Welcome! Log In Create A New Profile

Advanced

piatto riscaldato mk2

Posted by jonathan 
piatto riscaldato mk2
April 11, 2014 09:24AM
Buon giorno a tutti, oggi provavo a collegare il letto riscaldato con la mia prusa i3 di RRW, purtroppo una volta collegato correttamente alla scheda, il letto non si scalda e non ho nemmeno la dodici volts in uscita dalla scheda, dovrei collegare anche il termistore o non serve?

Ho cercato molto in rete, ma non ho trovato aiuti sufficienti per risolvere il mio problema, oggi vorrei provare l'abs ma senza letto non posso usarlo.

Probabilmente è una modifica del firmware ma non sono riuscito a trovarla nonostante le prove!

Vi ringrazio del supporto

buona giornata.
Re: piatto riscaldato mk2
April 11, 2014 10:51AM
Il termistore va collegato altrimenti avrai un errore di temperatura e ti si blocca il riscaldamento, poi devi anche abilitare il letto riscaldato nel firmware se non lo hai già fatto
Re: piatto riscaldato mk2
April 11, 2014 11:09AM
nel kit di installazione non c'era il termistore, posso metterci una qualsiasi resistenza? ho cercato molto nel firmware su config.h ma non ho trovato la parte per attivare il letto caldo, capresti aiutarmi?

grazie mille
Re: piatto riscaldato mk2
April 11, 2014 01:20PM
queta la parte interessata nel firmware:
//===========================================================================
//=============================Thermal Settings  ============================
//===========================================================================
//
//--NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table
//
//// Temperature sensor settings:
// -2 is thermocouple with MAX6675 (only for sensor 0)
// -1 is thermocouple with AD595
// 0 is not used
// 1 is 100k thermistor - best choice for EPCOS 100k (4.7k pullup)
// 2 is 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
// 3 is mendel-parts thermistor (4.7k pullup)
// 4 is 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
// 5 is 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
// 6 is 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
// 7 is 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
// 71 is 100k Honeywell thermistor 135-104LAF-J01 (4.7k pullup)
// 8 is 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup)
// 9 is 100k GE Sensing AL03006-58.2K-97-G1 (4.7k pullup)
// 10 is 100k RS thermistor 198-961 (4.7k pullup)
// 60 is 100k Maker's Tool Works Kapton Bed Thermister
//
//    1k ohm pullup tables - This is not normal, you would have to have changed out your 4.7k for 1k
//                          (but gives greater accuracy and more stable PID)
// 51 is 100k thermistor - EPCOS (1k pullup)
// 52 is 200k thermistor - ATC Semitec 204GT-2 (1k pullup)
// 55 is 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup)

#define TEMP_SENSOR_0 1
#define TEMP_SENSOR_1 0
#define TEMP_SENSOR_2 0
#define TEMP_SENSOR_BED 1
devi mettere il tipo di termistore che utilizzi nel bed come hai fatto per l'estrusore, quindi va in base al termistore che riesci a procurarti
Re: piatto riscaldato mk2
April 12, 2014 03:06AM
oggi cerco una resistenza da 100k poi lo proverò a configurare, intanto grazie!! appena provo vi farò sapere.
Sorry, only registered users may post in this forum.

Click here to login