Apply all changes from latest Marlin_V1
Diffed and merged, preserving my updates
This commit is contained in:
parent
a5cd582665
commit
5dabc95409
22 changed files with 3221 additions and 996 deletions
|
|
@ -37,6 +37,9 @@ extern int target_temperature[EXTRUDERS];
|
|||
extern float current_temperature[EXTRUDERS];
|
||||
extern int target_temperature_bed;
|
||||
extern float current_temperature_bed;
|
||||
#ifdef TEMP_SENSOR_1_AS_REDUNDANT
|
||||
extern float redundant_temperature;
|
||||
#endif
|
||||
|
||||
#ifdef PIDTEMP
|
||||
extern float Kp,Ki,Kd,Kc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue