Skip to content

Commit 336af0e

Browse files
authored
Merge pull request #203 from th3dstudio/2.0.x
2.95
2 parents 1d9c9dc + c0907eb commit 336af0e

File tree

8 files changed

+3979
-3974
lines changed

8 files changed

+3979
-3974
lines changed

Board_Configs/TH3D_EZBoardLite/Firmware/Marlin/Configuration.h

Lines changed: 1004 additions & 1004 deletions
Large diffs are not rendered by default.

Board_Configs/TH3D_EZBoardLite_DIY/Firmware/Marlin/Configuration.h

Lines changed: 746 additions & 746 deletions
Large diffs are not rendered by default.

Board_Configs/TH3D_EZBoardV2/Firmware/Marlin/Configuration.h

Lines changed: 1426 additions & 1426 deletions
Large diffs are not rendered by default.

Board_Configs/TH3D_EZBoardV2_DIY/Firmware/Marlin/Configuration.h

Lines changed: 788 additions & 788 deletions
Large diffs are not rendered by default.

Firmware/Marlin/Configuration_backend.h

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//===========================================================================
88

99
#ifndef UNIFIED_VERSION
10-
#define UNIFIED_VERSION "TH3D UFW 2.94a"
10+
#define UNIFIED_VERSION "TH3D UFW 2.95"
1111
#endif
1212

1313
/**
@@ -336,21 +336,21 @@
336336
#if ENABLED(HIGH_TEMP_THERMISTOR)
337337
#define HEATER_0_MAXTEMP HIGH_TEMP_THERMISTOR_TEMP
338338
#else
339-
#define HEATER_0_MAXTEMP 285
339+
#define HEATER_0_MAXTEMP 290
340340
#endif
341341
#if ENABLED(HIGH_TEMP_THERMISTOR_E1)
342342
#define HEATER_1_MAXTEMP HIGH_TEMP_THERMISTOR_TEMP_E1
343343
#else
344-
#define HEATER_1_MAXTEMP 285
344+
#define HEATER_1_MAXTEMP 290
345345
#endif
346-
#define HEATER_2_MAXTEMP 285
347-
#define HEATER_3_MAXTEMP 285
348-
#define HEATER_4_MAXTEMP 285
349-
#define HEATER_5_MAXTEMP 285
350-
#define HEATER_6_MAXTEMP 285
351-
#define HEATER_7_MAXTEMP 285
346+
#define HEATER_2_MAXTEMP HEATER_1_MAXTEMP
347+
#define HEATER_3_MAXTEMP HEATER_1_MAXTEMP
348+
#define HEATER_4_MAXTEMP HEATER_1_MAXTEMP
349+
#define HEATER_5_MAXTEMP HEATER_1_MAXTEMP
350+
#define HEATER_6_MAXTEMP HEATER_1_MAXTEMP
351+
#define HEATER_7_MAXTEMP HEATER_1_MAXTEMP
352352
#else
353-
#define HEATER_0_MAXTEMP 285
353+
#define HEATER_0_MAXTEMP 290
354354
#define HEATER_1_MAXTEMP HEATER_0_MAXTEMP
355355
#define HEATER_2_MAXTEMP HEATER_0_MAXTEMP
356356
#define HEATER_3_MAXTEMP HEATER_0_MAXTEMP

Internal Tools/Notes.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[platformio]
2+
core_dir = .platformio
3+
workspace_dir = c:\.pio
4+
5+
Add to PIO.ini to help with compile issues? Need to test. TDH 01.15.25
Binary file not shown.
405 KB
Binary file not shown.

0 commit comments

Comments
 (0)