You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Prevent going into the bake menu when there is a TC error
- Set FAN to Off by default in settings
- Fixed some incorrect comments
- Made TC error more visible on menu screen
- Added long press for Bake Time & Temp adjustment to quickly change values, clamped at max, so it won't loop
15
16
- Forgot to hookup minBakeTemp, minBakeTime, maxBakeTemp, maxBakeTemp variables to buttons
16
17
- Oven was not turned off correctly after the bake ended
18
+
- 20/12/2020 v2.02
19
+
- Prevent going into the bake menu when there is a TC error
20
+
- Set FAN to Off by default in settings
21
+
- Fixed some incorrect comments
22
+
- Made TC error more visible on menu screen
17
23
18
24
19
25
Reflow Master V1 HISTORY:
20
26
-------------------------
21
27
22
-
- 01/08/2018 v1.0 - Initial release.
23
-
- 13/08/2018 v1.01 - Settings UI button now change to show SELECT or CHANGE depending on what is selected
24
-
- 27/08/2018 v1.02 - Added tangents to the curve for ESP32 support, Improved graph curves, fixed some UI glitches, made end graph time value be the end profile time
25
-
- 28/08/2018 v1.03 - Added some graph smoothing
28
+
- 01/08/2018 v1.0
29
+
- Initial release.
30
+
- 13/08/2018 v1.01
31
+
- Settings UI button now change to show SELECT or CHANGE depending on what is selected
32
+
- 27/08/2018 v1.02
33
+
- Added tangents to the curve for ESP32 support, Improved graph curves, fixed some UI glitches, made end graph time value be the end profile time
34
+
- 28/08/2018 v1.03
35
+
- Added some graph smoothing
26
36
- 20/05/2019 v1.04
27
37
- Increased max curve to support profiles up to 8mins
28
38
- Added fan on time after reflow for cooldown settings
29
39
- Added extra profile for Ju Feng Medium temp paste
30
-
- 09/07/2019 v1.05 - Fixed some bugs, Thanks Tablatronix!
31
-
- 16/09/2019 v1.06 - Fixed probe offset temp not changing in settings
40
+
- 09/07/2019 v1.05
41
+
- Fixed some bugs, Thanks Tablatronix!
42
+
- 16/09/2019 v1.06
43
+
- Fixed probe offset temp not changing in settings
0 commit comments