|
Modified Configuration.h file for easy use and reading January 27, 2015 03:08PM |
Registered: 11 years ago Posts: 180 |
|
Re: Modified Configuration.h file for easy use and reading January 28, 2015 04:08AM |
Registered: 11 years ago Posts: 39 |
|
Re: Modified Configuration.h file for easy use and reading January 28, 2015 07:07AM |
Registered: 11 years ago Posts: 180 |
|
Re: Modified Configuration.h file for easy use and reading January 28, 2015 01:35PM |
Registered: 11 years ago Posts: 39 |
// HOT END THERMISTOR PID TUNING:
// Define PID temperatures.
// Set the maximum current.
// Limit the current to the hot end nozzle while PID is active.
// If the difference between target temperature and the actual temperature > PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
// Set the limit for the integral term.
// Set the smoothing factor within the PID.
// Set the ampling period of the temperature routine.
// Set the default PID temperature settings for an Ultimaker type hot end. Change using results from M503 after cooldown.
// Set the default PID temperature settings for an Ultimaker type hot end. Change using results from M503 after cooldown.
// Set the default PID temperature settings for an Ultimaker type hot end. Change using results from M503 after cooldown.
#define PIDTEMP
#define BANG_MAX 255
#define PID_MAX 255
#define PID_FUNCTIONAL_RANGE 10
#define PID_INTEGRAL_DRIVE_MAX 255
#define K1 0.95
#define PID_dT ((OVERSAMPLENR * 8.0)/(F_CPU / 64.0 / 256.0))
// If you have run the PID Autotune (M303), these are the values you want to change.
#define DEFAULT_Kp 22.2
#define DEFAULT_Ki 1.08
#define DEFAULT_Kd 114
|
Re: Modified Configuration.h file for easy use and reading January 30, 2015 08:00PM |
Registered: 11 years ago Posts: 180 |
|
Re: Modified Configuration.h file for easy use and reading February 18, 2015 10:23PM |
Registered: 12 years ago Posts: 814 |
|
Re: Modified Configuration.h file for easy use and reading February 18, 2015 10:43PM |
Registered: 11 years ago Posts: 180 |
|
Re: Modified Configuration.h file for easy use and reading February 26, 2015 11:08AM |
Registered: 13 years ago Posts: 1,865 |
|
Re: Modified Configuration.h file for easy use and reading February 26, 2015 01:39PM |
Registered: 12 years ago Posts: 814 |
|
Re: Modified Configuration.h file for easy use and reading February 26, 2015 06:32PM |
Registered: 11 years ago Posts: 180 |