... |
... |
@@ -1,4 +1,4 @@ |
1 |
|
-===== **number GetGeneralProbeFeed()** ===== |
|
1 |
+===== number GetGeneralProbeFeed() ===== |
2 |
2 |
|
3 |
3 |
Getting the material search speed specified in the parameters of the milling mode. |
4 |
4 |
|
... |
... |
@@ -6,7 +6,7 @@ |
6 |
6 |
|
7 |
7 |
* material search speed, mm/min. |
8 |
8 |
|
9 |
|
-===== **number GetGeneralTipHeight()** ===== |
|
9 |
+===== number GetGeneralTipHeight() ===== |
10 |
10 |
|
11 |
11 |
Obtaining a correction for the height of the probing sensor specified in the parameters of the milling mode. |
12 |
12 |
|
... |
... |
@@ -14,7 +14,7 @@ |
14 |
14 |
|
15 |
15 |
* correction for the height of the probe probe, mm (default value: 0). |
16 |
16 |
|
17 |
|
-===== **number GetGeneralTipDiam()** ===== |
|
17 |
+===== number GetGeneralTipDiam() ===== |
18 |
18 |
|
19 |
19 |
Obtaining a diameter of the stylus tip during horizontal probing specified in the parameters of the milling mode. |
20 |
20 |
|
... |
... |
@@ -22,7 +22,7 @@ |
22 |
22 |
|
23 |
23 |
* stylus tip diameter, mm (default value: 0). |
24 |
24 |
|
25 |
|
-===== **bool UseProbingPosition()** ===== |
|
25 |
+===== bool UseProbingPosition() ===== |
26 |
26 |
|
27 |
27 |
Allows you to check if the XY probe position is enabled in the settings. |
28 |
28 |
|
... |
... |
@@ -30,7 +30,7 @@ |
30 |
30 |
|
31 |
31 |
* true – if probe position coords specified. |
32 |
32 |
|
33 |
|
-===== **number GetProbingPosition(number axisId)** ===== |
|
33 |
+===== number GetProbingPosition(number axisId) ===== |
34 |
34 |
|
35 |
35 |
Getting the machine coordinate of the probing sensor along the specified axis. |
36 |
36 |
|
... |
... |
@@ -42,7 +42,7 @@ |
42 |
42 |
|
43 |
43 |
* the machine coord of probing sensor along the specified axis. |
44 |
44 |
|
45 |
|
-===== **number GetSensorType()** ===== |
|
45 |
+===== number GetSensorType() ===== |
46 |
46 |
|
47 |
47 |
Getting the type of probing sensor specified in the probing settings. |
48 |
48 |
|