|
Temperature drop from 208 to 195 April 03, 2013 12:22PM |
Admin Registered: 13 years ago Posts: 3,096 |
|
Re: Temperature drop from 208 to 195 April 03, 2013 12:39PM |
Registered: 13 years ago Posts: 349 |
|
Re: Temperature drop from 208 to 195 April 03, 2013 12:57PM |
Admin Registered: 13 years ago Posts: 3,096 |
|
Re: Temperature drop from 208 to 195 April 03, 2013 02:51PM |
Registered: 13 years ago Posts: 349 |
|
Re: Temperature drop from 208 to 195 April 03, 2013 03:05PM |
Admin Registered: 13 years ago Posts: 3,096 |

|
Re: Temperature drop from 208 to 195 April 03, 2013 04:17PM |
Registered: 16 years ago Posts: 1,352 |
|
Re: Temperature drop from 208 to 195 April 03, 2013 04:41PM |
Registered: 16 years ago Posts: 1,352 |
|
Re: Temperature drop from 208 to 195 April 03, 2013 04:56PM |
Admin Registered: 13 years ago Posts: 3,096 |
|
Re: Temperature drop from 208 to 195 April 03, 2013 05:46PM |
Registered: 16 years ago Posts: 1,352 |
|
Re: Temperature drop from 208 to 195 April 03, 2013 06:03PM |
Admin Registered: 13 years ago Posts: 3,096 |
|
Re: Temperature drop from 208 to 195 April 03, 2013 06:17PM |
Registered: 16 years ago Posts: 1,352 |
|
Re: Temperature drop from 208 to 195 April 04, 2013 09:01AM |
Admin Registered: 13 years ago Posts: 3,096 |
// PID settings:
// Comment the following line to disable PID and enable bang-bang.
// #define PIDTEMP
#define BANG_MAX 256 // limits current to nozzle while in bang-bang mode; 256=full current
#define PID_MAX 256 // limits current to nozzle while PID is active (see PID_FUNCTIONAL_RANGE below); 256=full current
#ifdef PIDTEMP
//#define PID_DEBUG // Sends debug data to the serial port.
//#define PID_OPENLOOP 1 // Puts PID in open loop. M104/M140 sets the output power from 0 to PID_MAX
#define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
// is more then PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
#define PID_INTEGRAL_DRIVE_MAX 255 //limit for the integral term
#define K1 0.95 //smoothing factor withing the PID
#define PID_dT ((16.0 * 8.0)/(F_CPU / 64.0 / 256.0)) //sampling period of the temperature routine
// If you are using a preconfigured hotend then you can use one of the value sets by uncommenting it
// Ultimaker
#define DEFAULT_Kp 76.38
#define DEFAULT_Ki 3.50
#define DEFAULT_Kd 416.74

|
Re: Temperature drop from 208 to 195 April 04, 2013 02:19PM |
Registered: 16 years ago Posts: 1,352 |
|
Re: Temperature drop from 208 to 195 April 04, 2013 03:18PM |
Admin Registered: 13 years ago Posts: 3,096 |
|
Re: Temperature drop from 208 to 195 April 04, 2013 05:25PM |
Registered: 16 years ago Posts: 1,092 |
|
Re: Temperature drop from 208 to 195 April 04, 2013 05:32PM |
Admin Registered: 13 years ago Posts: 3,096 |

|
Re: Temperature drop from 208 to 195 April 05, 2013 01:46AM |
Registered: 16 years ago Posts: 1,092 |
|
Re: Temperature drop from 208 to 195 April 05, 2013 03:57AM |
Registered: 16 years ago Posts: 1,352 |

|
Re: Temperature drop from 208 to 195 April 05, 2013 04:46AM |
Admin Registered: 13 years ago Posts: 3,096 |
|
Re: Temperature drop from 208 to 195 April 05, 2013 07:51AM |
Registered: 16 years ago Posts: 1,352 |
|
Re: Temperature drop from 208 to 195 April 05, 2013 01:09PM |
Admin Registered: 13 years ago Posts: 3,096 |
|
Re: Temperature drop from 208 to 195 April 05, 2013 03:43PM |
Registered: 16 years ago Posts: 1,352 |
|
Re: Temperature drop from 208 to 195 April 05, 2013 04:47PM |
Admin Registered: 13 years ago Posts: 3,096 |
|
Re: Temperature drop from 208 to 195 April 06, 2013 06:43AM |
Registered: 16 years ago Posts: 1,352 |
|
Re: Temperature drop from 208 to 195 April 07, 2013 11:10AM |
Admin Registered: 13 years ago Posts: 3,096 |
|
Re: Temperature drop from 208 to 195 April 08, 2013 02:59PM |
Admin Registered: 13 years ago Posts: 3,096 |
echo: cold extrusion prevented
|
Re: Temperature drop from 208 to 195 September 21, 2015 01:19AM |
Registered: 11 years ago Posts: 20 |
|
Re: Temperature drop from 208 to 195 September 21, 2015 05:43AM |
Registered: 11 years ago Posts: 590 |
|
Re: Temperature drop from 208 to 195 September 21, 2015 02:17PM |
Registered: 11 years ago Posts: 20 |
|
Re: Temperature drop from 208 to 195 September 21, 2015 06:48PM |
Registered: 11 years ago Posts: 20 |