soldering profile mode → profile mode
This commit is contained in:
@@ -42,7 +42,7 @@ This OLED screen features burn-in protection; if no buttons or movement have bee
|
|||||||
|
|
||||||
Additionally to the two icons shown, there are two "hidden" actions that can be performed on this menu.
|
Additionally to the two icons shown, there are two "hidden" actions that can be performed on this menu.
|
||||||
|
|
||||||
On devices that do not support Soldering profile mode, if you press and hold the button near the tip (`+/A`), this enters the temperature adjustment screen. Normally this is not required; but if you would like to adjust the set temperature _before_ the tip starts to heat, this can be useful.
|
On devices that do not support profile mode, if you press and hold the button near the tip (`+/A`), this enters the temperature adjustment screen. Normally this is not required; but if you would like to adjust the set temperature _before_ the tip starts to heat, this can be useful.
|
||||||
|
|
||||||
If you press and hold the button near the rear of the iron (`-/B`), it will take you into the [debug menu](https://ralim.github.io/IronOS/DebugMenu/).
|
If you press and hold the button near the rear of the iron (`-/B`), it will take you into the [debug menu](https://ralim.github.io/IronOS/DebugMenu/).
|
||||||
|
|
||||||
@@ -74,22 +74,22 @@ Pinecil has an unpopulated footprint (U14) for a hall effect sensor (Si7210-B-00
|
|||||||
|
|
||||||
If, after entering sleep mode, the iron still does not see movement for a much longer time (default=10 minutes); it will shut down and return to the home screen.
|
If, after entering sleep mode, the iron still does not see movement for a much longer time (default=10 minutes); it will shut down and return to the home screen.
|
||||||
|
|
||||||
## Soldering Profile Mode (MHP30 only)
|
## Profile Mode (MHP30 only)
|
||||||
|
|
||||||
On devices that support it, wehn you long press the button to enter the soldering mode, the iron will play out the configured soldering profile. In this mode, you cannot adjust the temperature as it is configured according to the soldering profile you can configure through the settings menu.
|
On devices that support it, when you long press the button to enter the soldering mode, you enter profile mode which will adjust the temperature according to the profile mode settings.
|
||||||
|
|
||||||
The soldering profile plays out as follows:
|
Profile mode plays out as follows:
|
||||||
|
|
||||||
1. Check if the temperature is below 55C. If not, you will get a warning and cannot enter soldering profile mode.
|
1. Check if the temperature is below 55C. If not, you will get a warning and cannot enter profile mode.
|
||||||
2. Preheat by raising the target temperature to the configured preheat temperature with the configured preheat speed.
|
2. Preheat by raising the target temperature to the configured preheat temperature with the configured preheat speed.
|
||||||
3. Wait for the iron to reach the preheat temperature.
|
3. Wait for the iron to reach the preheat temperature.
|
||||||
4. Gradually move the target temperature to the configured end temperature of the first phase over the configured duration.
|
4. Gradually move the target temperature to the configured end temperature of the first phase over the configured duration.
|
||||||
5. Wait for the iron to reach the end temperature.
|
5. Wait for the iron to reach the end temperature.
|
||||||
6. Repeat steps 4 and 5 for the next phases until there are no more phases configured.
|
6. Repeat steps 4 and 5 for the next phases until there are no more phases configured.
|
||||||
7. Cool down by lowering the target temperature to 0 with the configured cooldown speed.
|
7. Cool down by lowering the target temperature to 0 with the configured cooldown speed.
|
||||||
8. Once the temperature is below 55C, sound the buzzer (if avaialable) and exit soldering profile mode.
|
8. Once the temperature is below 55C, sound the buzzer (if available) and exit profile mode.
|
||||||
|
|
||||||
You can manually exit soldering profile mode manually in the same way as the soldering mode, by pressing and holding the rear button or pressing both buttons at once.
|
You can manually exit profile mode manually in the same way as the soldering mode, by pressing and holding the rear button or pressing both buttons at once.
|
||||||
|
|
||||||
## Settings Menu
|
## Settings Menu
|
||||||
|
|
||||||
|
|||||||
@@ -9,11 +9,11 @@ In this mode the iron works as you would expect, pressing either button will tak
|
|||||||
- Pressing both buttons or holding the rear button (`-/B`) will exit Soldering Mode.
|
- Pressing both buttons or holding the rear button (`-/B`) will exit Soldering Mode.
|
||||||
- Holding the front button (`+/A`) will enter [Boost mode](https://ralim.github.io/IronOS/Menu/#boost-mode) (if enabled).
|
- Holding the front button (`+/A`) will enter [Boost mode](https://ralim.github.io/IronOS/Menu/#boost-mode) (if enabled).
|
||||||
|
|
||||||
## Soldering profile mode (MHP30 only)
|
## Profile mode (MHP30 only)
|
||||||
|
|
||||||
In this mode, accessible by long pressing the button that brings you into soldering mode, the iron will play out the configured soldering profile.
|
In this mode, accessible by long pressing the button that brings you into soldering mode, the iron will play out the configured profile.
|
||||||
- You cannot adjust the temperature or enter boost mode.
|
- You cannot adjust the temperature or enter boost mode.
|
||||||
- Pressing both buttons or holding the rear button (`-/B`) will exit Soldering Profile Mode as well.
|
- Pressing both buttons or holding the rear button (`-/B`) will exit Profile Mode as well.
|
||||||
|
|
||||||
## Settings mode
|
## Settings mode
|
||||||
|
|
||||||
|
|||||||
@@ -154,11 +154,11 @@
|
|||||||
},
|
},
|
||||||
"ProfilePhases": {
|
"ProfilePhases": {
|
||||||
"displayText": "Profile\nPhases",
|
"displayText": "Profile\nPhases",
|
||||||
"description": "Number of phases for the soldering profile"
|
"description": "Number of phases in profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatTemp": {
|
"ProfilePreheatTemp": {
|
||||||
"displayText": "Preheat\nTemp",
|
"displayText": "Preheat\nTemp",
|
||||||
"description": "Preheat to this temperature when starting the profile"
|
"description": "Preheat to this temperature at the start of profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatSpeed": {
|
"ProfilePreheatSpeed": {
|
||||||
"displayText": "Preheat\nSpeed",
|
"displayText": "Preheat\nSpeed",
|
||||||
@@ -206,7 +206,7 @@
|
|||||||
},
|
},
|
||||||
"ProfileCooldownSpeed": {
|
"ProfileCooldownSpeed": {
|
||||||
"displayText": "Cooldown\nSpeed",
|
"displayText": "Cooldown\nSpeed",
|
||||||
"description": "Cooldown at this rate after the last phase (degrees per second)"
|
"description": "Cooldown at this rate at the end of profile mode (degrees per second)"
|
||||||
},
|
},
|
||||||
"MotionSensitivity": {
|
"MotionSensitivity": {
|
||||||
"displayText": "Адчувальнасць\nакселерометра",
|
"displayText": "Адчувальнасць\nакселерометра",
|
||||||
|
|||||||
@@ -154,11 +154,11 @@
|
|||||||
},
|
},
|
||||||
"ProfilePhases": {
|
"ProfilePhases": {
|
||||||
"displayText": "Profile\nPhases",
|
"displayText": "Profile\nPhases",
|
||||||
"description": "Number of phases for the soldering profile"
|
"description": "Number of phases in profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatTemp": {
|
"ProfilePreheatTemp": {
|
||||||
"displayText": "Preheat\nTemp",
|
"displayText": "Preheat\nTemp",
|
||||||
"description": "Preheat to this temperature when starting the profile"
|
"description": "Preheat to this temperature at the start of profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatSpeed": {
|
"ProfilePreheatSpeed": {
|
||||||
"displayText": "Preheat\nSpeed",
|
"displayText": "Preheat\nSpeed",
|
||||||
@@ -206,7 +206,7 @@
|
|||||||
},
|
},
|
||||||
"ProfileCooldownSpeed": {
|
"ProfileCooldownSpeed": {
|
||||||
"displayText": "Cooldown\nSpeed",
|
"displayText": "Cooldown\nSpeed",
|
||||||
"description": "Cooldown at this rate after the last phase (degrees per second)"
|
"description": "Cooldown at this rate at the end of profile mode (degrees per second)"
|
||||||
},
|
},
|
||||||
"MotionSensitivity": {
|
"MotionSensitivity": {
|
||||||
"displayText": "Усещане\nза движение",
|
"displayText": "Усещане\nза движение",
|
||||||
|
|||||||
@@ -154,11 +154,11 @@
|
|||||||
},
|
},
|
||||||
"ProfilePhases": {
|
"ProfilePhases": {
|
||||||
"displayText": "Profile\nPhases",
|
"displayText": "Profile\nPhases",
|
||||||
"description": "Number of phases for the soldering profile"
|
"description": "Number of phases in profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatTemp": {
|
"ProfilePreheatTemp": {
|
||||||
"displayText": "Preheat\nTemp",
|
"displayText": "Preheat\nTemp",
|
||||||
"description": "Preheat to this temperature when starting the profile"
|
"description": "Preheat to this temperature at the start of profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatSpeed": {
|
"ProfilePreheatSpeed": {
|
||||||
"displayText": "Preheat\nSpeed",
|
"displayText": "Preheat\nSpeed",
|
||||||
@@ -206,7 +206,7 @@
|
|||||||
},
|
},
|
||||||
"ProfileCooldownSpeed": {
|
"ProfileCooldownSpeed": {
|
||||||
"displayText": "Cooldown\nSpeed",
|
"displayText": "Cooldown\nSpeed",
|
||||||
"description": "Cooldown at this rate after the last phase (degrees per second)"
|
"description": "Cooldown at this rate at the end of profile mode (degrees per second)"
|
||||||
},
|
},
|
||||||
"MotionSensitivity": {
|
"MotionSensitivity": {
|
||||||
"displayText": "Citlivost\nna pohyb",
|
"displayText": "Citlivost\nna pohyb",
|
||||||
|
|||||||
@@ -154,11 +154,11 @@
|
|||||||
},
|
},
|
||||||
"ProfilePhases": {
|
"ProfilePhases": {
|
||||||
"displayText": "Profile\nPhases",
|
"displayText": "Profile\nPhases",
|
||||||
"description": "Number of phases for the soldering profile"
|
"description": "Number of phases in profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatTemp": {
|
"ProfilePreheatTemp": {
|
||||||
"displayText": "Preheat\nTemp",
|
"displayText": "Preheat\nTemp",
|
||||||
"description": "Preheat to this temperature when starting the profile"
|
"description": "Preheat to this temperature at the start of profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatSpeed": {
|
"ProfilePreheatSpeed": {
|
||||||
"displayText": "Preheat\nSpeed",
|
"displayText": "Preheat\nSpeed",
|
||||||
@@ -206,7 +206,7 @@
|
|||||||
},
|
},
|
||||||
"ProfileCooldownSpeed": {
|
"ProfileCooldownSpeed": {
|
||||||
"displayText": "Cooldown\nSpeed",
|
"displayText": "Cooldown\nSpeed",
|
||||||
"description": "Cooldown at this rate after the last phase (degrees per second)"
|
"description": "Cooldown at this rate at the end of profile mode (degrees per second)"
|
||||||
},
|
},
|
||||||
"MotionSensitivity": {
|
"MotionSensitivity": {
|
||||||
"displayText": "Bevægelses\nfølsomhed",
|
"displayText": "Bevægelses\nfølsomhed",
|
||||||
|
|||||||
@@ -154,11 +154,11 @@
|
|||||||
},
|
},
|
||||||
"ProfilePhases": {
|
"ProfilePhases": {
|
||||||
"displayText": "Profile\nPhasen",
|
"displayText": "Profile\nPhasen",
|
||||||
"description": "Anzahl an Phasen für das Lötprofil"
|
"description": "Anzahl an Phasen im Profilmodus"
|
||||||
},
|
},
|
||||||
"ProfilePreheatTemp": {
|
"ProfilePreheatTemp": {
|
||||||
"displayText": "Vorheiz-\ntemperatur",
|
"displayText": "Vorheiz-\ntemperatur",
|
||||||
"description": "Auf diese Temperatur vorheizen zum Start des Profils"
|
"description": "Zu Beginn des Profilmodus auf diese Temperatur vorheizen"
|
||||||
},
|
},
|
||||||
"ProfilePreheatSpeed": {
|
"ProfilePreheatSpeed": {
|
||||||
"displayText": "Vorheiz-\nrate",
|
"displayText": "Vorheiz-\nrate",
|
||||||
@@ -206,7 +206,7 @@
|
|||||||
},
|
},
|
||||||
"ProfileCooldownSpeed": {
|
"ProfileCooldownSpeed": {
|
||||||
"displayText": "Abkühl-\nrate",
|
"displayText": "Abkühl-\nrate",
|
||||||
"description": "Abkühlenen nach der letzten Phase mit dieser Geschwindigkeit (Grad pro Sekunde)"
|
"description": "Am Ende des Profilmodus mit dieser Geschwindigkeit abkühlen (Grad pro Sekunde)"
|
||||||
},
|
},
|
||||||
"MotionSensitivity": {
|
"MotionSensitivity": {
|
||||||
"displayText": "Bewegungs-\nempfindlichk.",
|
"displayText": "Bewegungs-\nempfindlichk.",
|
||||||
|
|||||||
@@ -154,11 +154,11 @@
|
|||||||
},
|
},
|
||||||
"ProfilePhases": {
|
"ProfilePhases": {
|
||||||
"displayText": "Profile\nPhases",
|
"displayText": "Profile\nPhases",
|
||||||
"description": "Number of phases for the soldering profile"
|
"description": "Number of phases in profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatTemp": {
|
"ProfilePreheatTemp": {
|
||||||
"displayText": "Preheat\nTemp",
|
"displayText": "Preheat\nTemp",
|
||||||
"description": "Preheat to this temperature when starting the profile"
|
"description": "Preheat to this temperature at the start of profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatSpeed": {
|
"ProfilePreheatSpeed": {
|
||||||
"displayText": "Preheat\nSpeed",
|
"displayText": "Preheat\nSpeed",
|
||||||
@@ -206,7 +206,7 @@
|
|||||||
},
|
},
|
||||||
"ProfileCooldownSpeed": {
|
"ProfileCooldownSpeed": {
|
||||||
"displayText": "Cooldown\nSpeed",
|
"displayText": "Cooldown\nSpeed",
|
||||||
"description": "Cooldown at this rate after the last phase (degrees per second)"
|
"description": "Cooldown at this rate at the end of profile mode (degrees per second)"
|
||||||
},
|
},
|
||||||
"MotionSensitivity": {
|
"MotionSensitivity": {
|
||||||
"displayText": "Ευαισθησία\nκίνησης",
|
"displayText": "Ευαισθησία\nκίνησης",
|
||||||
|
|||||||
@@ -154,11 +154,11 @@
|
|||||||
},
|
},
|
||||||
"ProfilePhases": {
|
"ProfilePhases": {
|
||||||
"displayText": "Profile\nPhases",
|
"displayText": "Profile\nPhases",
|
||||||
"description": "Number of phases for the soldering profile"
|
"description": "Number of phases in profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatTemp": {
|
"ProfilePreheatTemp": {
|
||||||
"displayText": "Preheat\nTemp",
|
"displayText": "Preheat\nTemp",
|
||||||
"description": "Preheat to this temperature when starting the profile"
|
"description": "Preheat to this temperature at the start of profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatSpeed": {
|
"ProfilePreheatSpeed": {
|
||||||
"displayText": "Preheat\nSpeed",
|
"displayText": "Preheat\nSpeed",
|
||||||
@@ -206,7 +206,7 @@
|
|||||||
},
|
},
|
||||||
"ProfileCooldownSpeed": {
|
"ProfileCooldownSpeed": {
|
||||||
"displayText": "Cooldown\nSpeed",
|
"displayText": "Cooldown\nSpeed",
|
||||||
"description": "Cooldown at this rate after the last phase (degrees per second)"
|
"description": "Cooldown at this rate at the end of profile mode (degrees per second)"
|
||||||
},
|
},
|
||||||
"MotionSensitivity": {
|
"MotionSensitivity": {
|
||||||
"displayText": "Motion\nsensitivity",
|
"displayText": "Motion\nsensitivity",
|
||||||
|
|||||||
@@ -154,11 +154,11 @@
|
|||||||
},
|
},
|
||||||
"ProfilePhases": {
|
"ProfilePhases": {
|
||||||
"displayText": "Profile\nPhases",
|
"displayText": "Profile\nPhases",
|
||||||
"description": "Number of phases for the soldering profile"
|
"description": "Number of phases in profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatTemp": {
|
"ProfilePreheatTemp": {
|
||||||
"displayText": "Preheat\nTemp",
|
"displayText": "Preheat\nTemp",
|
||||||
"description": "Preheat to this temperature when starting the profile"
|
"description": "Preheat to this temperature at the start of profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatSpeed": {
|
"ProfilePreheatSpeed": {
|
||||||
"displayText": "Preheat\nSpeed",
|
"displayText": "Preheat\nSpeed",
|
||||||
@@ -206,7 +206,7 @@
|
|||||||
},
|
},
|
||||||
"ProfileCooldownSpeed": {
|
"ProfileCooldownSpeed": {
|
||||||
"displayText": "Cooldown\nSpeed",
|
"displayText": "Cooldown\nSpeed",
|
||||||
"description": "Cooldown at this rate after the last phase (degrees per second)"
|
"description": "Cooldown at this rate at the end of profile mode (degrees per second)"
|
||||||
},
|
},
|
||||||
"MotionSensitivity": {
|
"MotionSensitivity": {
|
||||||
"displayText": "Detección de\nmovimiento",
|
"displayText": "Detección de\nmovimiento",
|
||||||
|
|||||||
@@ -154,11 +154,11 @@
|
|||||||
},
|
},
|
||||||
"ProfilePhases": {
|
"ProfilePhases": {
|
||||||
"displayText": "Profile\nPhases",
|
"displayText": "Profile\nPhases",
|
||||||
"description": "Number of phases for the soldering profile"
|
"description": "Number of phases in profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatTemp": {
|
"ProfilePreheatTemp": {
|
||||||
"displayText": "Preheat\nTemp",
|
"displayText": "Preheat\nTemp",
|
||||||
"description": "Preheat to this temperature when starting the profile"
|
"description": "Preheat to this temperature at the start of profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatSpeed": {
|
"ProfilePreheatSpeed": {
|
||||||
"displayText": "Preheat\nSpeed",
|
"displayText": "Preheat\nSpeed",
|
||||||
@@ -206,7 +206,7 @@
|
|||||||
},
|
},
|
||||||
"ProfileCooldownSpeed": {
|
"ProfileCooldownSpeed": {
|
||||||
"displayText": "Cooldown\nSpeed",
|
"displayText": "Cooldown\nSpeed",
|
||||||
"description": "Cooldown at this rate after the last phase (degrees per second)"
|
"description": "Cooldown at this rate at the end of profile mode (degrees per second)"
|
||||||
},
|
},
|
||||||
"MotionSensitivity": {
|
"MotionSensitivity": {
|
||||||
"displayText": "Liikkeen\nherkkyys",
|
"displayText": "Liikkeen\nherkkyys",
|
||||||
|
|||||||
@@ -154,11 +154,11 @@
|
|||||||
},
|
},
|
||||||
"ProfilePhases": {
|
"ProfilePhases": {
|
||||||
"displayText": "Profile\nPhases",
|
"displayText": "Profile\nPhases",
|
||||||
"description": "Number of phases for the soldering profile"
|
"description": "Number of phases in profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatTemp": {
|
"ProfilePreheatTemp": {
|
||||||
"displayText": "Preheat\nTemp",
|
"displayText": "Preheat\nTemp",
|
||||||
"description": "Preheat to this temperature when starting the profile"
|
"description": "Preheat to this temperature at the start of profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatSpeed": {
|
"ProfilePreheatSpeed": {
|
||||||
"displayText": "Preheat\nSpeed",
|
"displayText": "Preheat\nSpeed",
|
||||||
@@ -206,7 +206,7 @@
|
|||||||
},
|
},
|
||||||
"ProfileCooldownSpeed": {
|
"ProfileCooldownSpeed": {
|
||||||
"displayText": "Cooldown\nSpeed",
|
"displayText": "Cooldown\nSpeed",
|
||||||
"description": "Cooldown at this rate after the last phase (degrees per second)"
|
"description": "Cooldown at this rate at the end of profile mode (degrees per second)"
|
||||||
},
|
},
|
||||||
"MotionSensitivity": {
|
"MotionSensitivity": {
|
||||||
"displayText": "Sensibilité\nau mouvement",
|
"displayText": "Sensibilité\nau mouvement",
|
||||||
|
|||||||
@@ -154,11 +154,11 @@
|
|||||||
},
|
},
|
||||||
"ProfilePhases": {
|
"ProfilePhases": {
|
||||||
"displayText": "Profile\nPhases",
|
"displayText": "Profile\nPhases",
|
||||||
"description": "Number of phases for the soldering profile"
|
"description": "Number of phases in profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatTemp": {
|
"ProfilePreheatTemp": {
|
||||||
"displayText": "Preheat\nTemp",
|
"displayText": "Preheat\nTemp",
|
||||||
"description": "Preheat to this temperature when starting the profile"
|
"description": "Preheat to this temperature at the start of profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatSpeed": {
|
"ProfilePreheatSpeed": {
|
||||||
"displayText": "Preheat\nSpeed",
|
"displayText": "Preheat\nSpeed",
|
||||||
@@ -206,7 +206,7 @@
|
|||||||
},
|
},
|
||||||
"ProfileCooldownSpeed": {
|
"ProfileCooldownSpeed": {
|
||||||
"displayText": "Cooldown\nSpeed",
|
"displayText": "Cooldown\nSpeed",
|
||||||
"description": "Cooldown at this rate after the last phase (degrees per second)"
|
"description": "Cooldown at this rate at the end of profile mode (degrees per second)"
|
||||||
},
|
},
|
||||||
"MotionSensitivity": {
|
"MotionSensitivity": {
|
||||||
"displayText": "Osjetljivost\npokreta",
|
"displayText": "Osjetljivost\npokreta",
|
||||||
|
|||||||
@@ -154,11 +154,11 @@
|
|||||||
},
|
},
|
||||||
"ProfilePhases": {
|
"ProfilePhases": {
|
||||||
"displayText": "Profile\nPhases",
|
"displayText": "Profile\nPhases",
|
||||||
"description": "Number of phases for the soldering profile"
|
"description": "Number of phases in profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatTemp": {
|
"ProfilePreheatTemp": {
|
||||||
"displayText": "Preheat\nTemp",
|
"displayText": "Preheat\nTemp",
|
||||||
"description": "Preheat to this temperature when starting the profile"
|
"description": "Preheat to this temperature at the start of profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatSpeed": {
|
"ProfilePreheatSpeed": {
|
||||||
"displayText": "Preheat\nSpeed",
|
"displayText": "Preheat\nSpeed",
|
||||||
@@ -206,7 +206,7 @@
|
|||||||
},
|
},
|
||||||
"ProfileCooldownSpeed": {
|
"ProfileCooldownSpeed": {
|
||||||
"displayText": "Cooldown\nSpeed",
|
"displayText": "Cooldown\nSpeed",
|
||||||
"description": "Cooldown at this rate after the last phase (degrees per second)"
|
"description": "Cooldown at this rate at the end of profile mode (degrees per second)"
|
||||||
},
|
},
|
||||||
"MotionSensitivity": {
|
"MotionSensitivity": {
|
||||||
"displayText": "Mozgás\nérzékenység",
|
"displayText": "Mozgás\nérzékenység",
|
||||||
|
|||||||
@@ -154,11 +154,11 @@
|
|||||||
},
|
},
|
||||||
"ProfilePhases": {
|
"ProfilePhases": {
|
||||||
"displayText": "Profile\nPhases",
|
"displayText": "Profile\nPhases",
|
||||||
"description": "Number of phases for the soldering profile"
|
"description": "Number of phases in profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatTemp": {
|
"ProfilePreheatTemp": {
|
||||||
"displayText": "Preheat\nTemp",
|
"displayText": "Preheat\nTemp",
|
||||||
"description": "Preheat to this temperature when starting the profile"
|
"description": "Preheat to this temperature at the start of profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatSpeed": {
|
"ProfilePreheatSpeed": {
|
||||||
"displayText": "Preheat\nSpeed",
|
"displayText": "Preheat\nSpeed",
|
||||||
@@ -206,7 +206,7 @@
|
|||||||
},
|
},
|
||||||
"ProfileCooldownSpeed": {
|
"ProfileCooldownSpeed": {
|
||||||
"displayText": "Cooldown\nSpeed",
|
"displayText": "Cooldown\nSpeed",
|
||||||
"description": "Cooldown at this rate after the last phase (degrees per second)"
|
"description": "Cooldown at this rate at the end of profile mode (degrees per second)"
|
||||||
},
|
},
|
||||||
"MotionSensitivity": {
|
"MotionSensitivity": {
|
||||||
"displayText": "Sensibilità\nal movimento",
|
"displayText": "Sensibilità\nal movimento",
|
||||||
|
|||||||
@@ -154,11 +154,11 @@
|
|||||||
},
|
},
|
||||||
"ProfilePhases": {
|
"ProfilePhases": {
|
||||||
"displayText": "Profile\nPhases",
|
"displayText": "Profile\nPhases",
|
||||||
"description": "Number of phases for the soldering profile"
|
"description": "Number of phases in profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatTemp": {
|
"ProfilePreheatTemp": {
|
||||||
"displayText": "Preheat\nTemp",
|
"displayText": "Preheat\nTemp",
|
||||||
"description": "Preheat to this temperature when starting the profile"
|
"description": "Preheat to this temperature at the start of profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatSpeed": {
|
"ProfilePreheatSpeed": {
|
||||||
"displayText": "Preheat\nSpeed",
|
"displayText": "Preheat\nSpeed",
|
||||||
@@ -206,7 +206,7 @@
|
|||||||
},
|
},
|
||||||
"ProfileCooldownSpeed": {
|
"ProfileCooldownSpeed": {
|
||||||
"displayText": "Cooldown\nSpeed",
|
"displayText": "Cooldown\nSpeed",
|
||||||
"description": "Cooldown at this rate after the last phase (degrees per second)"
|
"description": "Cooldown at this rate at the end of profile mode (degrees per second)"
|
||||||
},
|
},
|
||||||
"MotionSensitivity": {
|
"MotionSensitivity": {
|
||||||
"displayText": "動きの感度",
|
"displayText": "動きの感度",
|
||||||
|
|||||||
@@ -154,11 +154,11 @@
|
|||||||
},
|
},
|
||||||
"ProfilePhases": {
|
"ProfilePhases": {
|
||||||
"displayText": "Profile\nPhases",
|
"displayText": "Profile\nPhases",
|
||||||
"description": "Number of phases for the soldering profile"
|
"description": "Number of phases in profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatTemp": {
|
"ProfilePreheatTemp": {
|
||||||
"displayText": "Preheat\nTemp",
|
"displayText": "Preheat\nTemp",
|
||||||
"description": "Preheat to this temperature when starting the profile"
|
"description": "Preheat to this temperature at the start of profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatSpeed": {
|
"ProfilePreheatSpeed": {
|
||||||
"displayText": "Preheat\nSpeed",
|
"displayText": "Preheat\nSpeed",
|
||||||
@@ -206,7 +206,7 @@
|
|||||||
},
|
},
|
||||||
"ProfileCooldownSpeed": {
|
"ProfileCooldownSpeed": {
|
||||||
"displayText": "Cooldown\nSpeed",
|
"displayText": "Cooldown\nSpeed",
|
||||||
"description": "Cooldown at this rate after the last phase (degrees per second)"
|
"description": "Cooldown at this rate at the end of profile mode (degrees per second)"
|
||||||
},
|
},
|
||||||
"MotionSensitivity": {
|
"MotionSensitivity": {
|
||||||
"displayText": "Judesio\njautrumas",
|
"displayText": "Judesio\njautrumas",
|
||||||
|
|||||||
@@ -154,11 +154,11 @@
|
|||||||
},
|
},
|
||||||
"ProfilePhases": {
|
"ProfilePhases": {
|
||||||
"displayText": "Profile\nPhases",
|
"displayText": "Profile\nPhases",
|
||||||
"description": "Number of phases for the soldering profile"
|
"description": "Number of phases in profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatTemp": {
|
"ProfilePreheatTemp": {
|
||||||
"displayText": "Preheat\nTemp",
|
"displayText": "Preheat\nTemp",
|
||||||
"description": "Preheat to this temperature when starting the profile"
|
"description": "Preheat to this temperature at the start of profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatSpeed": {
|
"ProfilePreheatSpeed": {
|
||||||
"displayText": "Preheat\nSpeed",
|
"displayText": "Preheat\nSpeed",
|
||||||
@@ -206,7 +206,7 @@
|
|||||||
},
|
},
|
||||||
"ProfileCooldownSpeed": {
|
"ProfileCooldownSpeed": {
|
||||||
"displayText": "Cooldown\nSpeed",
|
"displayText": "Cooldown\nSpeed",
|
||||||
"description": "Cooldown at this rate after the last phase (degrees per second)"
|
"description": "Cooldown at this rate at the end of profile mode (degrees per second)"
|
||||||
},
|
},
|
||||||
"MotionSensitivity": {
|
"MotionSensitivity": {
|
||||||
"displayText": "BSensr\n",
|
"displayText": "BSensr\n",
|
||||||
|
|||||||
@@ -154,11 +154,11 @@
|
|||||||
},
|
},
|
||||||
"ProfilePhases": {
|
"ProfilePhases": {
|
||||||
"displayText": "Profile\nPhases",
|
"displayText": "Profile\nPhases",
|
||||||
"description": "Number of phases for the soldering profile"
|
"description": "Number of phases in profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatTemp": {
|
"ProfilePreheatTemp": {
|
||||||
"displayText": "Preheat\nTemp",
|
"displayText": "Preheat\nTemp",
|
||||||
"description": "Preheat to this temperature when starting the profile"
|
"description": "Preheat to this temperature at the start of profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatSpeed": {
|
"ProfilePreheatSpeed": {
|
||||||
"displayText": "Preheat\nSpeed",
|
"displayText": "Preheat\nSpeed",
|
||||||
@@ -206,7 +206,7 @@
|
|||||||
},
|
},
|
||||||
"ProfileCooldownSpeed": {
|
"ProfileCooldownSpeed": {
|
||||||
"displayText": "Cooldown\nSpeed",
|
"displayText": "Cooldown\nSpeed",
|
||||||
"description": "Cooldown at this rate after the last phase (degrees per second)"
|
"description": "Cooldown at this rate at the end of profile mode (degrees per second)"
|
||||||
},
|
},
|
||||||
"MotionSensitivity": {
|
"MotionSensitivity": {
|
||||||
"displayText": "Bewegings-\ngevoeligheid",
|
"displayText": "Bewegings-\ngevoeligheid",
|
||||||
|
|||||||
@@ -154,11 +154,11 @@
|
|||||||
},
|
},
|
||||||
"ProfilePhases": {
|
"ProfilePhases": {
|
||||||
"displayText": "Profile\nPhases",
|
"displayText": "Profile\nPhases",
|
||||||
"description": "Number of phases for the soldering profile"
|
"description": "Number of phases in profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatTemp": {
|
"ProfilePreheatTemp": {
|
||||||
"displayText": "Preheat\nTemp",
|
"displayText": "Preheat\nTemp",
|
||||||
"description": "Preheat to this temperature when starting the profile"
|
"description": "Preheat to this temperature at the start of profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatSpeed": {
|
"ProfilePreheatSpeed": {
|
||||||
"displayText": "Preheat\nSpeed",
|
"displayText": "Preheat\nSpeed",
|
||||||
@@ -206,7 +206,7 @@
|
|||||||
},
|
},
|
||||||
"ProfileCooldownSpeed": {
|
"ProfileCooldownSpeed": {
|
||||||
"displayText": "Cooldown\nSpeed",
|
"displayText": "Cooldown\nSpeed",
|
||||||
"description": "Cooldown at this rate after the last phase (degrees per second)"
|
"description": "Cooldown at this rate at the end of profile mode (degrees per second)"
|
||||||
},
|
},
|
||||||
"MotionSensitivity": {
|
"MotionSensitivity": {
|
||||||
"displayText": "Bewegings-\ngevoeligheid",
|
"displayText": "Bewegings-\ngevoeligheid",
|
||||||
|
|||||||
@@ -154,11 +154,11 @@
|
|||||||
},
|
},
|
||||||
"ProfilePhases": {
|
"ProfilePhases": {
|
||||||
"displayText": "Profile\nPhases",
|
"displayText": "Profile\nPhases",
|
||||||
"description": "Number of phases for the soldering profile"
|
"description": "Number of phases in profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatTemp": {
|
"ProfilePreheatTemp": {
|
||||||
"displayText": "Preheat\nTemp",
|
"displayText": "Preheat\nTemp",
|
||||||
"description": "Preheat to this temperature when starting the profile"
|
"description": "Preheat to this temperature at the start of profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatSpeed": {
|
"ProfilePreheatSpeed": {
|
||||||
"displayText": "Preheat\nSpeed",
|
"displayText": "Preheat\nSpeed",
|
||||||
@@ -206,7 +206,7 @@
|
|||||||
},
|
},
|
||||||
"ProfileCooldownSpeed": {
|
"ProfileCooldownSpeed": {
|
||||||
"displayText": "Cooldown\nSpeed",
|
"displayText": "Cooldown\nSpeed",
|
||||||
"description": "Cooldown at this rate after the last phase (degrees per second)"
|
"description": "Cooldown at this rate at the end of profile mode (degrees per second)"
|
||||||
},
|
},
|
||||||
"MotionSensitivity": {
|
"MotionSensitivity": {
|
||||||
"displayText": "Czułość\nwykr. ruchu",
|
"displayText": "Czułość\nwykr. ruchu",
|
||||||
|
|||||||
@@ -154,11 +154,11 @@
|
|||||||
},
|
},
|
||||||
"ProfilePhases": {
|
"ProfilePhases": {
|
||||||
"displayText": "Profile\nPhases",
|
"displayText": "Profile\nPhases",
|
||||||
"description": "Number of phases for the soldering profile"
|
"description": "Number of phases in profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatTemp": {
|
"ProfilePreheatTemp": {
|
||||||
"displayText": "Preheat\nTemp",
|
"displayText": "Preheat\nTemp",
|
||||||
"description": "Preheat to this temperature when starting the profile"
|
"description": "Preheat to this temperature at the start of profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatSpeed": {
|
"ProfilePreheatSpeed": {
|
||||||
"displayText": "Preheat\nSpeed",
|
"displayText": "Preheat\nSpeed",
|
||||||
@@ -206,7 +206,7 @@
|
|||||||
},
|
},
|
||||||
"ProfileCooldownSpeed": {
|
"ProfileCooldownSpeed": {
|
||||||
"displayText": "Cooldown\nSpeed",
|
"displayText": "Cooldown\nSpeed",
|
||||||
"description": "Cooldown at this rate after the last phase (degrees per second)"
|
"description": "Cooldown at this rate at the end of profile mode (degrees per second)"
|
||||||
},
|
},
|
||||||
"MotionSensitivity": {
|
"MotionSensitivity": {
|
||||||
"displayText": "Sensibilidade\nmovimento",
|
"displayText": "Sensibilidade\nmovimento",
|
||||||
|
|||||||
@@ -154,11 +154,11 @@
|
|||||||
},
|
},
|
||||||
"ProfilePhases": {
|
"ProfilePhases": {
|
||||||
"displayText": "Profile\nPhases",
|
"displayText": "Profile\nPhases",
|
||||||
"description": "Number of phases for the soldering profile"
|
"description": "Number of phases in profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatTemp": {
|
"ProfilePreheatTemp": {
|
||||||
"displayText": "Preheat\nTemp",
|
"displayText": "Preheat\nTemp",
|
||||||
"description": "Preheat to this temperature when starting the profile"
|
"description": "Preheat to this temperature at the start of profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatSpeed": {
|
"ProfilePreheatSpeed": {
|
||||||
"displayText": "Preheat\nSpeed",
|
"displayText": "Preheat\nSpeed",
|
||||||
@@ -206,7 +206,7 @@
|
|||||||
},
|
},
|
||||||
"ProfileCooldownSpeed": {
|
"ProfileCooldownSpeed": {
|
||||||
"displayText": "Cooldown\nSpeed",
|
"displayText": "Cooldown\nSpeed",
|
||||||
"description": "Cooldown at this rate after the last phase (degrees per second)"
|
"description": "Cooldown at this rate at the end of profile mode (degrees per second)"
|
||||||
},
|
},
|
||||||
"MotionSensitivity": {
|
"MotionSensitivity": {
|
||||||
"displayText": "Sensibilitate\nla miscare",
|
"displayText": "Sensibilitate\nla miscare",
|
||||||
|
|||||||
@@ -154,11 +154,11 @@
|
|||||||
},
|
},
|
||||||
"ProfilePhases": {
|
"ProfilePhases": {
|
||||||
"displayText": "Profile\nPhases",
|
"displayText": "Profile\nPhases",
|
||||||
"description": "Number of phases for the soldering profile"
|
"description": "Number of phases in profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatTemp": {
|
"ProfilePreheatTemp": {
|
||||||
"displayText": "Preheat\nTemp",
|
"displayText": "Preheat\nTemp",
|
||||||
"description": "Preheat to this temperature when starting the profile"
|
"description": "Preheat to this temperature at the start of profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatSpeed": {
|
"ProfilePreheatSpeed": {
|
||||||
"displayText": "Preheat\nSpeed",
|
"displayText": "Preheat\nSpeed",
|
||||||
@@ -206,7 +206,7 @@
|
|||||||
},
|
},
|
||||||
"ProfileCooldownSpeed": {
|
"ProfileCooldownSpeed": {
|
||||||
"displayText": "Cooldown\nSpeed",
|
"displayText": "Cooldown\nSpeed",
|
||||||
"description": "Cooldown at this rate after the last phase (degrees per second)"
|
"description": "Cooldown at this rate at the end of profile mode (degrees per second)"
|
||||||
},
|
},
|
||||||
"MotionSensitivity": {
|
"MotionSensitivity": {
|
||||||
"displayText": "Чувствительн.\nакселерометра",
|
"displayText": "Чувствительн.\nакселерометра",
|
||||||
|
|||||||
@@ -154,11 +154,11 @@
|
|||||||
},
|
},
|
||||||
"ProfilePhases": {
|
"ProfilePhases": {
|
||||||
"displayText": "Profile\nPhases",
|
"displayText": "Profile\nPhases",
|
||||||
"description": "Number of phases for the soldering profile"
|
"description": "Number of phases in profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatTemp": {
|
"ProfilePreheatTemp": {
|
||||||
"displayText": "Preheat\nTemp",
|
"displayText": "Preheat\nTemp",
|
||||||
"description": "Preheat to this temperature when starting the profile"
|
"description": "Preheat to this temperature at the start of profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatSpeed": {
|
"ProfilePreheatSpeed": {
|
||||||
"displayText": "Preheat\nSpeed",
|
"displayText": "Preheat\nSpeed",
|
||||||
@@ -206,7 +206,7 @@
|
|||||||
},
|
},
|
||||||
"ProfileCooldownSpeed": {
|
"ProfileCooldownSpeed": {
|
||||||
"displayText": "Cooldown\nSpeed",
|
"displayText": "Cooldown\nSpeed",
|
||||||
"description": "Cooldown at this rate after the last phase (degrees per second)"
|
"description": "Cooldown at this rate at the end of profile mode (degrees per second)"
|
||||||
},
|
},
|
||||||
"MotionSensitivity": {
|
"MotionSensitivity": {
|
||||||
"displayText": "Citlivosť\npohybu",
|
"displayText": "Citlivosť\npohybu",
|
||||||
|
|||||||
@@ -154,11 +154,11 @@
|
|||||||
},
|
},
|
||||||
"ProfilePhases": {
|
"ProfilePhases": {
|
||||||
"displayText": "Profile\nPhases",
|
"displayText": "Profile\nPhases",
|
||||||
"description": "Number of phases for the soldering profile"
|
"description": "Number of phases in profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatTemp": {
|
"ProfilePreheatTemp": {
|
||||||
"displayText": "Preheat\nTemp",
|
"displayText": "Preheat\nTemp",
|
||||||
"description": "Preheat to this temperature when starting the profile"
|
"description": "Preheat to this temperature at the start of profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatSpeed": {
|
"ProfilePreheatSpeed": {
|
||||||
"displayText": "Preheat\nSpeed",
|
"displayText": "Preheat\nSpeed",
|
||||||
@@ -206,7 +206,7 @@
|
|||||||
},
|
},
|
||||||
"ProfileCooldownSpeed": {
|
"ProfileCooldownSpeed": {
|
||||||
"displayText": "Cooldown\nSpeed",
|
"displayText": "Cooldown\nSpeed",
|
||||||
"description": "Cooldown at this rate after the last phase (degrees per second)"
|
"description": "Cooldown at this rate at the end of profile mode (degrees per second)"
|
||||||
},
|
},
|
||||||
"MotionSensitivity": {
|
"MotionSensitivity": {
|
||||||
"displayText": "Občutljivost\npremikanja",
|
"displayText": "Občutljivost\npremikanja",
|
||||||
|
|||||||
@@ -154,11 +154,11 @@
|
|||||||
},
|
},
|
||||||
"ProfilePhases": {
|
"ProfilePhases": {
|
||||||
"displayText": "Profile\nPhases",
|
"displayText": "Profile\nPhases",
|
||||||
"description": "Number of phases for the soldering profile"
|
"description": "Number of phases in profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatTemp": {
|
"ProfilePreheatTemp": {
|
||||||
"displayText": "Preheat\nTemp",
|
"displayText": "Preheat\nTemp",
|
||||||
"description": "Preheat to this temperature when starting the profile"
|
"description": "Preheat to this temperature at the start of profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatSpeed": {
|
"ProfilePreheatSpeed": {
|
||||||
"displayText": "Preheat\nSpeed",
|
"displayText": "Preheat\nSpeed",
|
||||||
@@ -206,7 +206,7 @@
|
|||||||
},
|
},
|
||||||
"ProfileCooldownSpeed": {
|
"ProfileCooldownSpeed": {
|
||||||
"displayText": "Cooldown\nSpeed",
|
"displayText": "Cooldown\nSpeed",
|
||||||
"description": "Cooldown at this rate after the last phase (degrees per second)"
|
"description": "Cooldown at this rate at the end of profile mode (degrees per second)"
|
||||||
},
|
},
|
||||||
"MotionSensitivity": {
|
"MotionSensitivity": {
|
||||||
"displayText": "Осетљивост\nна покрет",
|
"displayText": "Осетљивост\nна покрет",
|
||||||
|
|||||||
@@ -154,11 +154,11 @@
|
|||||||
},
|
},
|
||||||
"ProfilePhases": {
|
"ProfilePhases": {
|
||||||
"displayText": "Profile\nPhases",
|
"displayText": "Profile\nPhases",
|
||||||
"description": "Number of phases for the soldering profile"
|
"description": "Number of phases in profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatTemp": {
|
"ProfilePreheatTemp": {
|
||||||
"displayText": "Preheat\nTemp",
|
"displayText": "Preheat\nTemp",
|
||||||
"description": "Preheat to this temperature when starting the profile"
|
"description": "Preheat to this temperature at the start of profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatSpeed": {
|
"ProfilePreheatSpeed": {
|
||||||
"displayText": "Preheat\nSpeed",
|
"displayText": "Preheat\nSpeed",
|
||||||
@@ -206,7 +206,7 @@
|
|||||||
},
|
},
|
||||||
"ProfileCooldownSpeed": {
|
"ProfileCooldownSpeed": {
|
||||||
"displayText": "Cooldown\nSpeed",
|
"displayText": "Cooldown\nSpeed",
|
||||||
"description": "Cooldown at this rate after the last phase (degrees per second)"
|
"description": "Cooldown at this rate at the end of profile mode (degrees per second)"
|
||||||
},
|
},
|
||||||
"MotionSensitivity": {
|
"MotionSensitivity": {
|
||||||
"displayText": "Osetljivost\nna pokret",
|
"displayText": "Osetljivost\nna pokret",
|
||||||
|
|||||||
@@ -154,11 +154,11 @@
|
|||||||
},
|
},
|
||||||
"ProfilePhases": {
|
"ProfilePhases": {
|
||||||
"displayText": "Profile\nPhases",
|
"displayText": "Profile\nPhases",
|
||||||
"description": "Number of phases for the soldering profile"
|
"description": "Number of phases in profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatTemp": {
|
"ProfilePreheatTemp": {
|
||||||
"displayText": "Preheat\nTemp",
|
"displayText": "Preheat\nTemp",
|
||||||
"description": "Preheat to this temperature when starting the profile"
|
"description": "Preheat to this temperature at the start of profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatSpeed": {
|
"ProfilePreheatSpeed": {
|
||||||
"displayText": "Preheat\nSpeed",
|
"displayText": "Preheat\nSpeed",
|
||||||
@@ -206,7 +206,7 @@
|
|||||||
},
|
},
|
||||||
"ProfileCooldownSpeed": {
|
"ProfileCooldownSpeed": {
|
||||||
"displayText": "Cooldown\nSpeed",
|
"displayText": "Cooldown\nSpeed",
|
||||||
"description": "Cooldown at this rate after the last phase (degrees per second)"
|
"description": "Cooldown at this rate at the end of profile mode (degrees per second)"
|
||||||
},
|
},
|
||||||
"MotionSensitivity": {
|
"MotionSensitivity": {
|
||||||
"displayText": "Rörelse-\nkänslighet",
|
"displayText": "Rörelse-\nkänslighet",
|
||||||
|
|||||||
@@ -154,11 +154,11 @@
|
|||||||
},
|
},
|
||||||
"ProfilePhases": {
|
"ProfilePhases": {
|
||||||
"displayText": "Profile\nPhases",
|
"displayText": "Profile\nPhases",
|
||||||
"description": "Number of phases for the soldering profile"
|
"description": "Number of phases in profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatTemp": {
|
"ProfilePreheatTemp": {
|
||||||
"displayText": "Preheat\nTemp",
|
"displayText": "Preheat\nTemp",
|
||||||
"description": "Preheat to this temperature when starting the profile"
|
"description": "Preheat to this temperature at the start of profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatSpeed": {
|
"ProfilePreheatSpeed": {
|
||||||
"displayText": "Preheat\nSpeed",
|
"displayText": "Preheat\nSpeed",
|
||||||
@@ -206,7 +206,7 @@
|
|||||||
},
|
},
|
||||||
"ProfileCooldownSpeed": {
|
"ProfileCooldownSpeed": {
|
||||||
"displayText": "Cooldown\nSpeed",
|
"displayText": "Cooldown\nSpeed",
|
||||||
"description": "Cooldown at this rate after the last phase (degrees per second)"
|
"description": "Cooldown at this rate at the end of profile mode (degrees per second)"
|
||||||
},
|
},
|
||||||
"MotionSensitivity": {
|
"MotionSensitivity": {
|
||||||
"displayText": "HARHAS\n",
|
"displayText": "HARHAS\n",
|
||||||
|
|||||||
@@ -154,11 +154,11 @@
|
|||||||
},
|
},
|
||||||
"ProfilePhases": {
|
"ProfilePhases": {
|
||||||
"displayText": "Profile\nPhases",
|
"displayText": "Profile\nPhases",
|
||||||
"description": "Number of phases for the soldering profile"
|
"description": "Number of phases in profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatTemp": {
|
"ProfilePreheatTemp": {
|
||||||
"displayText": "Preheat\nTemp",
|
"displayText": "Preheat\nTemp",
|
||||||
"description": "Preheat to this temperature when starting the profile"
|
"description": "Preheat to this temperature at the start of profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatSpeed": {
|
"ProfilePreheatSpeed": {
|
||||||
"displayText": "Preheat\nSpeed",
|
"displayText": "Preheat\nSpeed",
|
||||||
@@ -206,7 +206,7 @@
|
|||||||
},
|
},
|
||||||
"ProfileCooldownSpeed": {
|
"ProfileCooldownSpeed": {
|
||||||
"displayText": "Cooldown\nSpeed",
|
"displayText": "Cooldown\nSpeed",
|
||||||
"description": "Cooldown at this rate after the last phase (degrees per second)"
|
"description": "Cooldown at this rate at the end of profile mode (degrees per second)"
|
||||||
},
|
},
|
||||||
"MotionSensitivity": {
|
"MotionSensitivity": {
|
||||||
"displayText": "Чутливість\nсенсору руху",
|
"displayText": "Чутливість\nсенсору руху",
|
||||||
|
|||||||
@@ -154,11 +154,11 @@
|
|||||||
},
|
},
|
||||||
"ProfilePhases": {
|
"ProfilePhases": {
|
||||||
"displayText": "Profile\nPhases",
|
"displayText": "Profile\nPhases",
|
||||||
"description": "Number of phases for the soldering profile"
|
"description": "Number of phases in profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatTemp": {
|
"ProfilePreheatTemp": {
|
||||||
"displayText": "Preheat\nTemp",
|
"displayText": "Preheat\nTemp",
|
||||||
"description": "Preheat to this temperature when starting the profile"
|
"description": "Preheat to this temperature at the start of profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatSpeed": {
|
"ProfilePreheatSpeed": {
|
||||||
"displayText": "Preheat\nSpeed",
|
"displayText": "Preheat\nSpeed",
|
||||||
@@ -206,7 +206,7 @@
|
|||||||
},
|
},
|
||||||
"ProfileCooldownSpeed": {
|
"ProfileCooldownSpeed": {
|
||||||
"displayText": "Cooldown\nSpeed",
|
"displayText": "Cooldown\nSpeed",
|
||||||
"description": "Cooldown at this rate after the last phase (degrees per second)"
|
"description": "Cooldown at this rate at the end of profile mode (degrees per second)"
|
||||||
},
|
},
|
||||||
"MotionSensitivity": {
|
"MotionSensitivity": {
|
||||||
"displayText": "Cam bien\ncu đong",
|
"displayText": "Cam bien\ncu đong",
|
||||||
|
|||||||
@@ -154,11 +154,11 @@
|
|||||||
},
|
},
|
||||||
"ProfilePhases": {
|
"ProfilePhases": {
|
||||||
"displayText": "Profile\nPhases",
|
"displayText": "Profile\nPhases",
|
||||||
"description": "Number of phases for the soldering profile"
|
"description": "Number of phases in profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatTemp": {
|
"ProfilePreheatTemp": {
|
||||||
"displayText": "Preheat\nTemp",
|
"displayText": "Preheat\nTemp",
|
||||||
"description": "Preheat to this temperature when starting the profile"
|
"description": "Preheat to this temperature at the start of profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatSpeed": {
|
"ProfilePreheatSpeed": {
|
||||||
"displayText": "Preheat\nSpeed",
|
"displayText": "Preheat\nSpeed",
|
||||||
@@ -206,7 +206,7 @@
|
|||||||
},
|
},
|
||||||
"ProfileCooldownSpeed": {
|
"ProfileCooldownSpeed": {
|
||||||
"displayText": "Cooldown\nSpeed",
|
"displayText": "Cooldown\nSpeed",
|
||||||
"description": "Cooldown at this rate after the last phase (degrees per second)"
|
"description": "Cooldown at this rate at the end of profile mode (degrees per second)"
|
||||||
},
|
},
|
||||||
"MotionSensitivity": {
|
"MotionSensitivity": {
|
||||||
"displayText": "動作敏感度",
|
"displayText": "動作敏感度",
|
||||||
|
|||||||
@@ -154,11 +154,11 @@
|
|||||||
},
|
},
|
||||||
"ProfilePhases": {
|
"ProfilePhases": {
|
||||||
"displayText": "Profile\nPhases",
|
"displayText": "Profile\nPhases",
|
||||||
"description": "Number of phases for the soldering profile"
|
"description": "Number of phases in profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatTemp": {
|
"ProfilePreheatTemp": {
|
||||||
"displayText": "Preheat\nTemp",
|
"displayText": "Preheat\nTemp",
|
||||||
"description": "Preheat to this temperature when starting the profile"
|
"description": "Preheat to this temperature at the start of profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatSpeed": {
|
"ProfilePreheatSpeed": {
|
||||||
"displayText": "Preheat\nSpeed",
|
"displayText": "Preheat\nSpeed",
|
||||||
@@ -206,7 +206,7 @@
|
|||||||
},
|
},
|
||||||
"ProfileCooldownSpeed": {
|
"ProfileCooldownSpeed": {
|
||||||
"displayText": "Cooldown\nSpeed",
|
"displayText": "Cooldown\nSpeed",
|
||||||
"description": "Cooldown at this rate after the last phase (degrees per second)"
|
"description": "Cooldown at this rate at the end of profile mode (degrees per second)"
|
||||||
},
|
},
|
||||||
"MotionSensitivity": {
|
"MotionSensitivity": {
|
||||||
"displayText": "动作灵敏度",
|
"displayText": "动作灵敏度",
|
||||||
|
|||||||
@@ -154,11 +154,11 @@
|
|||||||
},
|
},
|
||||||
"ProfilePhases": {
|
"ProfilePhases": {
|
||||||
"displayText": "Profile\nPhases",
|
"displayText": "Profile\nPhases",
|
||||||
"description": "Number of phases for the soldering profile"
|
"description": "Number of phases in profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatTemp": {
|
"ProfilePreheatTemp": {
|
||||||
"displayText": "Preheat\nTemp",
|
"displayText": "Preheat\nTemp",
|
||||||
"description": "Preheat to this temperature when starting the profile"
|
"description": "Preheat to this temperature at the start of profile mode"
|
||||||
},
|
},
|
||||||
"ProfilePreheatSpeed": {
|
"ProfilePreheatSpeed": {
|
||||||
"displayText": "Preheat\nSpeed",
|
"displayText": "Preheat\nSpeed",
|
||||||
@@ -206,7 +206,7 @@
|
|||||||
},
|
},
|
||||||
"ProfileCooldownSpeed": {
|
"ProfileCooldownSpeed": {
|
||||||
"displayText": "Cooldown\nSpeed",
|
"displayText": "Cooldown\nSpeed",
|
||||||
"description": "Cooldown at this rate after the last phase (degrees per second)"
|
"description": "Cooldown at this rate at the end of profile mode (degrees per second)"
|
||||||
},
|
},
|
||||||
"MotionSensitivity": {
|
"MotionSensitivity": {
|
||||||
"displayText": "動作敏感度",
|
"displayText": "動作敏感度",
|
||||||
|
|||||||
@@ -70,13 +70,13 @@
|
|||||||
"id": "ProfilePreheatString",
|
"id": "ProfilePreheatString",
|
||||||
"maxLen": 9,
|
"maxLen": 9,
|
||||||
"include": ["PROFILE_SUPPORT"],
|
"include": ["PROFILE_SUPPORT"],
|
||||||
"description": "Shown when the soldering profile is preheating"
|
"description": "Shown in profile mode while preheating"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "ProfileCooldownString",
|
"id": "ProfileCooldownString",
|
||||||
"maxLen": 9,
|
"maxLen": 9,
|
||||||
"include": ["PROFILE_SUPPORT"],
|
"include": ["PROFILE_SUPPORT"],
|
||||||
"description": "Shown when the soldering profile is done and cooling down"
|
"description": "Shown in profile mode while cooling down"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "SleepingSimpleString",
|
"id": "SleepingSimpleString",
|
||||||
@@ -289,98 +289,98 @@
|
|||||||
"maxLen": 6,
|
"maxLen": 6,
|
||||||
"maxLen2": 13,
|
"maxLen2": 13,
|
||||||
"include": ["PROFILE_SUPPORT"],
|
"include": ["PROFILE_SUPPORT"],
|
||||||
"description": "set the number of phases for the soldering profile."
|
"description": "set the number of phases for profile mode."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "ProfilePreheatTemp",
|
"id": "ProfilePreheatTemp",
|
||||||
"maxLen": 4,
|
"maxLen": 4,
|
||||||
"maxLen2": 9,
|
"maxLen2": 9,
|
||||||
"include": ["PROFILE_SUPPORT"],
|
"include": ["PROFILE_SUPPORT"],
|
||||||
"description": "For the soldering profile, preheat to this temperature before proceeding with phase 1."
|
"description": "Preheat to this temperature at the start of profile mode."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "ProfilePreheatSpeed",
|
"id": "ProfilePreheatSpeed",
|
||||||
"maxLen": 5,
|
"maxLen": 5,
|
||||||
"maxLen2": 11,
|
"maxLen2": 11,
|
||||||
"include": ["PROFILE_SUPPORT"],
|
"include": ["PROFILE_SUPPORT"],
|
||||||
"description": "How fast the temperature is allowed to rise during the heatup phase of the soldering profile."
|
"description": "How fast the temperature is allowed to rise during the preheat phase at the start of profile mode."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "ProfilePhase1Temp",
|
"id": "ProfilePhase1Temp",
|
||||||
"maxLen": 4,
|
"maxLen": 4,
|
||||||
"maxLen2": 9,
|
"maxLen2": 9,
|
||||||
"include": ["PROFILE_SUPPORT"],
|
"include": ["PROFILE_SUPPORT"],
|
||||||
"description": "Target temperature for the end of phase 1 of the soldering profile."
|
"description": "Target temperature for the end of phase 1 of profile mode."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "ProfilePhase1Duration",
|
"id": "ProfilePhase1Duration",
|
||||||
"maxLen": 4,
|
"maxLen": 4,
|
||||||
"maxLen2": 9,
|
"maxLen2": 9,
|
||||||
"include": ["PROFILE_SUPPORT"],
|
"include": ["PROFILE_SUPPORT"],
|
||||||
"description": "Duration of phase 1 of the soldering profile. The phase might actually take longer if it takes longer to reach the target temperature."
|
"description": "Duration of phase 1 of profile mode. The phase might actually take longer if it takes longer to reach the target temperature."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "ProfilePhase2Temp",
|
"id": "ProfilePhase2Temp",
|
||||||
"maxLen": 4,
|
"maxLen": 4,
|
||||||
"maxLen2": 9,
|
"maxLen2": 9,
|
||||||
"include": ["PROFILE_SUPPORT"],
|
"include": ["PROFILE_SUPPORT"],
|
||||||
"description": "Target temperature for the end of phase 2 of the soldering profile."
|
"description": "Target temperature for the end of phase 2 of profile mode."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "ProfilePhase2Duration",
|
"id": "ProfilePhase2Duration",
|
||||||
"maxLen": 4,
|
"maxLen": 4,
|
||||||
"maxLen2": 9,
|
"maxLen2": 9,
|
||||||
"include": ["PROFILE_SUPPORT"],
|
"include": ["PROFILE_SUPPORT"],
|
||||||
"description": "Duration of phase 2 of the soldering profile. The phase might actually take longer if it takes longer to reach the target temperature."
|
"description": "Duration of phase 2 of profile mode. The phase might actually take longer if it takes longer to reach the target temperature."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "ProfilePhase3Temp",
|
"id": "ProfilePhase3Temp",
|
||||||
"maxLen": 4,
|
"maxLen": 4,
|
||||||
"maxLen2": 9,
|
"maxLen2": 9,
|
||||||
"include": ["PROFILE_SUPPORT"],
|
"include": ["PROFILE_SUPPORT"],
|
||||||
"description": "Target temperature for the end of phase 3 of the soldering profile."
|
"description": "Target temperature for the end of phase 3 of profile mode."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "ProfilePhase3Duration",
|
"id": "ProfilePhase3Duration",
|
||||||
"maxLen": 4,
|
"maxLen": 4,
|
||||||
"maxLen2": 9,
|
"maxLen2": 9,
|
||||||
"include": ["PROFILE_SUPPORT"],
|
"include": ["PROFILE_SUPPORT"],
|
||||||
"description": "Duration of phase 3 of the soldering profile. The phase might actually take longer if it takes longer to reach the target temperature."
|
"description": "Duration of phase 3 of profile mode. The phase might actually take longer if it takes longer to reach the target temperature."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "ProfilePhase4Temp",
|
"id": "ProfilePhase4Temp",
|
||||||
"maxLen": 4,
|
"maxLen": 4,
|
||||||
"maxLen2": 9,
|
"maxLen2": 9,
|
||||||
"include": ["PROFILE_SUPPORT"],
|
"include": ["PROFILE_SUPPORT"],
|
||||||
"description": "Target temperature for the end of phase 5 of the soldering profile."
|
"description": "Target temperature for the end of phase 5 of profile mode."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "ProfilePhase4Duration",
|
"id": "ProfilePhase4Duration",
|
||||||
"maxLen": 4,
|
"maxLen": 4,
|
||||||
"maxLen2": 9,
|
"maxLen2": 9,
|
||||||
"include": ["PROFILE_SUPPORT"],
|
"include": ["PROFILE_SUPPORT"],
|
||||||
"description": "Duration of phase 5 of the soldering profile. The phase might actually take longer if it takes longer to reach the target temperature."
|
"description": "Duration of phase 5 of profile mode. The phase might actually take longer if it takes longer to reach the target temperature."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "ProfilePhase5Temp",
|
"id": "ProfilePhase5Temp",
|
||||||
"maxLen": 4,
|
"maxLen": 4,
|
||||||
"maxLen2": 9,
|
"maxLen2": 9,
|
||||||
"include": ["PROFILE_SUPPORT"],
|
"include": ["PROFILE_SUPPORT"],
|
||||||
"description": "Target temperature for the end of phase 5 of the soldering profile."
|
"description": "Target temperature for the end of phase 5 of profile mode."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "ProfilePhase5Duration",
|
"id": "ProfilePhase5Duration",
|
||||||
"maxLen": 4,
|
"maxLen": 4,
|
||||||
"maxLen2": 9,
|
"maxLen2": 9,
|
||||||
"include": ["PROFILE_SUPPORT"],
|
"include": ["PROFILE_SUPPORT"],
|
||||||
"description": "Duration of phase 5 of the soldering profile. The phase might actually take longer if it takes longer to reach the target temperature."
|
"description": "Duration of phase 5 of profile mode. The phase might actually take longer if it takes longer to reach the target temperature."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "ProfileCooldownSpeed",
|
"id": "ProfileCooldownSpeed",
|
||||||
"maxLen": 5,
|
"maxLen": 5,
|
||||||
"maxLen2": 11,
|
"maxLen2": 11,
|
||||||
"include": ["PROFILE_SUPPORT"],
|
"include": ["PROFILE_SUPPORT"],
|
||||||
"description": "How fast the temperature is allowed to drop after the last phase of the soldering profile."
|
"description": "How fast the temperature is allowed to drop during the cooldown phase at the end of profile mode."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "MotionSensitivity",
|
"id": "MotionSensitivity",
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ enum SettingsOptions {
|
|||||||
CalibrateCJC = 36, // Toggle calibrate CJC at next boot
|
CalibrateCJC = 36, // Toggle calibrate CJC at next boot
|
||||||
BluetoothLE = 37, // Toggle BLE if present
|
BluetoothLE = 37, // Toggle BLE if present
|
||||||
PDVpdo = 38, // Toggle PPS & EPR
|
PDVpdo = 38, // Toggle PPS & EPR
|
||||||
ProfilePhases = 39, // Number of Soldering Profile Phases
|
ProfilePhases = 39, // Number of profile mode phases
|
||||||
ProfilePreheatTemp = 40, // Temperature to preheat to before the first phase
|
ProfilePreheatTemp = 40, // Temperature to preheat to before the first phase
|
||||||
ProfilePreheatSpeed = 41, // Maximum allowed preheat speed in degrees per second
|
ProfilePreheatSpeed = 41, // Maximum allowed preheat speed in degrees per second
|
||||||
ProfilePhase1Temp = 42, // Temperature to target for the end of phase 1
|
ProfilePhase1Temp = 42, // Temperature to target for the end of phase 1
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ void drawHomeScreen(bool buttonLockout) {
|
|||||||
case BUTTON_F_LONG:
|
case BUTTON_F_LONG:
|
||||||
#ifdef PROFILE_SUPPORT
|
#ifdef PROFILE_SUPPORT
|
||||||
if (!isTipDisconnected()) {
|
if (!isTipDisconnected()) {
|
||||||
gui_solderingProfileMode(); // enter soldering profile mode
|
gui_solderingProfileMode(); // enter profile mode
|
||||||
buttonLockout = true;
|
buttonLockout = true;
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user