|
|
|
@ -107,12 +107,12 @@
|
|
|
|
|
#define SERIAL_PORT 0
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Select a secondary serial port on the board to use for communication with the host.
|
|
|
|
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
|
|
|
|
* Serial port -1 is the USB emulated serial port, if avaialble.
|
|
|
|
|
*
|
|
|
|
|
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
|
|
|
|
|
*/
|
|
|
|
|
* Select a secondary serial port on the board to use for communication with the host.
|
|
|
|
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
|
|
|
|
* Serial port -1 is the USB emulated serial port, if avaialble.
|
|
|
|
|
*
|
|
|
|
|
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
|
|
|
|
|
*/
|
|
|
|
|
#define SERIAL_PORT_2 -1
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
@ -424,7 +424,7 @@
|
|
|
|
|
//from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
|
|
|
|
|
#define DEFAULT_bedKp 23.89
|
|
|
|
|
#define DEFAULT_bedKi 1.37
|
|
|
|
|
#define DEFAULT_bedKd 104.5
|
|
|
|
|
#define DEFAULT_bedKd 104.5
|
|
|
|
|
|
|
|
|
|
//120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
|
|
|
|
|
//from pidautotune
|
|
|
|
|