Commit 50c869a
committed
Qtvcp -improve basic/versa probe based on testing/feedback
Squashed a bunch of commits:
qtvcp -probe routines: don't add extra depth to down probing
extra depth should be only for side probing
qtvcp -probe routines: add better error messaging, common timeout variable
can set MDI timeout in one place - im future maybe from screen code.
can mow send error messages with more context - probe_down is an example
can pass linuxcnc error to screen ie command timeout/probe finished without contact
Neesa lots of error message context added for other probe functions but this is a start
qtvcp -versa probe help: larger images, more use details
qtvcp -probe routines: fix reporting of outside diameter of probed boss
couldn't calculate diameter because outsie boss probing used
other probe function which did not report lengths back in a way we could have used.
or at least I think so - some data uses global reference so maybe it woulda worked.
this is just easier on my brain.
really just copied probe_outside_length_x and probe_outside_lenmgth_y code
into a new function that adds the diameter calculation
qtvcp -probe routines: adjust numeric format on inch/metric machines
inch needs 4 places, metric need 3
qtvcp -versa/basic probe: report details in statusbat if available
qtvcp -probe routines: improve hole probe error messages and small hole probing.
in small holes it will skip the rapid positioning if required.
Does some basic error calculation checks, such as probe diameter vrs hole diameter and
max probe travel vrs hole diameter.
qtvcp -probe routines: add checks for missing required hints1 parent c04df77 commit 50c869a
18 files changed
Lines changed: 905 additions & 337 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
179 | 182 | | |
| 183 | + | |
180 | 184 | | |
181 | 185 | | |
182 | 186 | | |
| |||
203 | 207 | | |
204 | 208 | | |
205 | 209 | | |
206 | | - | |
207 | | - | |
| 210 | + | |
| 211 | + | |
208 | 212 | | |
209 | 213 | | |
210 | 214 | | |
211 | 215 | | |
212 | | - | |
213 | | - | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
214 | 221 | | |
215 | 222 | | |
216 | 223 | | |
217 | 224 | | |
218 | 225 | | |
219 | 226 | | |
220 | 227 | | |
221 | | - | |
222 | | - | |
223 | | - | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
224 | 232 | | |
225 | 233 | | |
226 | 234 | | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
227 | 244 | | |
228 | 245 | | |
229 | 246 | | |
| |||
0 commit comments