-
-
Notifications
You must be signed in to change notification settings - Fork 38
/
dlgHelpProbe.ui
122 lines (116 loc) · 4.64 KB
/
dlgHelpProbe.ui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<comment>
Copyright 2018-2024 Gauthier Brière (gauthier.briere "at" gmail.com)
This file is part of cn5X
cn5X is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
cn5X is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/.
</comment>
<class>dlgHelpProbe</class>
<widget class="QDialog" name="dlgHelpProbe">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>648</width>
<height>576</height>
</rect>
</property>
<property name="windowTitle">
<string>cn5X++ - Probing help</string>
</property>
<property name="windowIcon">
<iconset resource="cn5X.qrc">
<normaloff>images/XYZAB.svg</normaloff>images/XYZAB.svg</iconset>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
<number>6</number>
</property>
<property name="leftMargin">
<number>4</number>
</property>
<property name="topMargin">
<number>4</number>
</property>
<property name="rightMargin">
<number>4</number>
</property>
<property name="bottomMargin">
<number>4</number>
</property>
<item>
<widget class="QLabel" name="lblContent">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string><html><head/><body><h1 align="center">Probe detection of single axis.</h1><p style="color: #8b0000; font-weight: bold;">Attention! Measuring operations are very intolerant of incorrect settings. It is strongly recommended to do preliminary tests on loose object that will not damage the probe when unexpected movements. It is recommended to carefully check each setting before measuring the workpiece.</p><p><i>The trajectory of the probe by the example of measurement of axis X+:</i></p><p>If the "Seek rate" option is checked, the probing will be made in 2 times:<br />- A first probing with "Length" probing distance at "Seek rate" speed, the retract of "Pull-off dist." distance,<br />- A second probing with "Pull-off dist." probing distance at "Feed rate" speed.</p><p align="center"><img src=":/doc/doc/probeSingleAxis.svg"/></p><p>If the "Seek rate" option is unchecked, there will be only one probing with "Length" probe distance at "Feed rate" speed</p><p>Due to the Grbl's acceleration/deceleration planning, when probing, the tool is stopped a small amount after the point. When checking the "Move after probe" option, the tool will be moved either exactly on the probed point, or retracted by a "Retract" length from the result of the check.</p></body></html></string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Close</set>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>dlgHelpProbe</receiver>
<slot>close()</slot>
<hints>
<hint type="sourcelabel">
<x>268</x>
<y>330</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>dlgHelpProbe</receiver>
<slot>close()</slot>
<hints>
<hint type="sourcelabel">
<x>336</x>
<y>330</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
</connections>
</ui>