Last modified by writer on 2023/09/08 19:05

From version 4.1
edited by writer
on 2023/06/07 16:37
Change comment: There is no comment for this version
To version 5.1
edited by writer
on 2023/09/08 19:05
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,4 +1,4 @@
1 -===== **bool Is_Oxy_Mode ()** =====
1 +===== bool Is_Oxy_Mode () =====
2 2  
3 3  Checks if PUMOTIX is in gas cutting mode.
4 4  
... ... @@ -7,7 +7,7 @@
7 7  * true - if PUMOTIX is in gas cutting mode;
8 8  * false - if another mode is active.
9 9  
10 -===== **bool GetOxyCuttingOn ()** =====
10 +===== bool GetOxyCuttingOn () =====
11 11  
12 12  Allows you to check if the oxy cutter is on in oxyfuel mode.
13 13  
... ... @@ -15,7 +15,7 @@
15 15  
16 16  * true – if the oxy cutter is on in oxyfuel mode.
17 17  
18 -===== **bool GetOxyPreheatOn ()** =====
18 +===== bool GetOxyPreheatOn () =====
19 19  
20 20  Allows you to check if preheat is enabled in oxyfuel mode.
21 21