Das Erste mal ABS.... Probleme 21. August 2013 09:52 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 200 |
Re: Das Erste mal ABS.... Probleme 21. August 2013 12:17 |
Registrierungsdatum: 11 Jahre zuvor Beiträge: 1.916 |
Re: Das Erste mal ABS.... Probleme 21. August 2013 16:17 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 446 |
Re: Das Erste mal ABS.... Probleme 21. August 2013 17:09 |
Registrierungsdatum: 13 Jahre zuvor Beiträge: 1.918 |
Excalibur Hotend |
reprapzone.blogspot.de |
Re: Das Erste mal ABS.... Probleme 22. August 2013 00:53 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 200 |
Re: Das Erste mal ABS.... Probleme 22. August 2013 02:47 |
Administrator Registrierungsdatum: 11 Jahre zuvor Beiträge: 819 |
Re: Das Erste mal ABS.... Probleme 22. August 2013 02:49 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 200 |
Re: Das Erste mal ABS.... Probleme 22. August 2013 03:10 |
Registrierungsdatum: 11 Jahre zuvor Beiträge: 1.916 |
Re: Das Erste mal ABS.... Probleme 22. August 2013 03:18 |
Administrator Registrierungsdatum: 11 Jahre zuvor Beiträge: 819 |
//=========================================================================== //=============================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) (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) (1k pullup) #define TEMP_SENSOR_0 -1 #define TEMP_SENSOR_1 -1 #define TEMP_SENSOR_2 0 #define TEMP_SENSOR_BED 0
Re: Das Erste mal ABS.... Probleme 22. August 2013 05:42 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 200 |
Re: Das Erste mal ABS.... Probleme 23. August 2013 01:52 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 200 |
Re: Das Erste mal ABS.... Probleme 23. August 2013 08:49 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 200 |
Re: Das Erste mal ABS.... Probleme 23. August 2013 09:24 |
Administrator Registrierungsdatum: 11 Jahre zuvor Beiträge: 819 |
Re: Das Erste mal ABS.... Probleme 24. August 2013 04:34 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 200 |