Fix PID_dT
Add PID_dT in temeprature.cpp
This commit is contained in:
parent
ef5959a705
commit
3021f7f743
@ -38,8 +38,15 @@
|
|||||||
|
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//=============================public variables============================
|
//============================= public variables ============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
||||||
|
// Sampling period of the temperature routine
|
||||||
|
#ifdef PID_dT
|
||||||
|
#undef PID_dT
|
||||||
|
#endif
|
||||||
|
#define PID_dT ((OVERSAMPLENR * 12.0)/(F_CPU / 64.0 / 256.0))
|
||||||
|
|
||||||
int target_temperature[EXTRUDERS] = { 0 };
|
int target_temperature[EXTRUDERS] = { 0 };
|
||||||
int target_temperature_bed = 0;
|
int target_temperature_bed = 0;
|
||||||
int current_temperature_raw[EXTRUDERS] = { 0 };
|
int current_temperature_raw[EXTRUDERS] = { 0 };
|
||||||
|
Loading…
Reference in New Issue
Block a user