Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

probe on double tap not functioning in inch mode #1178

Closed
jwhelget opened this issue Jan 21, 2019 · 7 comments
Closed

probe on double tap not functioning in inch mode #1178

jwhelget opened this issue Jan 21, 2019 · 7 comments

Comments

@jwhelget
Copy link

UGCS 2.00 platform nightly build Dec 18 2018
windows 10
GRBL 1.1
probe thickness .12"
probe distance 1.00"
slow probe 5
fast 10
retract .59"

After the first contact it retracts what would need to be something close to 1.00" since the probe distance needs to be 1.00" or it will alarm out. Not sure what the retract amount should be but what I have seen on a demo is likely .10" or less. After the slow probe it retracts to .59. Even if the retract is .1" it retracts enough to need the 1.00" probe distance or will alarm out. Works in metric .....sorry I need to work in inch.

Feature request

Problem description

Expected Behavior

Actual Behavior

Steps to Reproduce the Problem

Specifications

Version

Operating system

Platform

Other

@AbySet
Copy link

AbySet commented Jan 21, 2019

Using inchs:
probe thickness .12"
probe distance -1.00"
slow probe 5
fast 10
retract .59"
After testing with same settings, here is what i've got:

  • After [Fast find] motion it retracts to 1 inch.
  • After [Slow measure] motion it retracts to 0.59 inch.

Using mm:
probe thickness 3 mm
probe distance -25.4 mm
slow probe 100
fast 200
retract 14.986
After testing with same measurments converted to mm, here is what i've got:

  • After [Fast find] motion it retracts to about 1 or 2 mm.
  • After [Slow measure] motion it retracts to 10 mm.

That's all i can say, i have to say i'm confused with this because there is one retract parameter where there is two retract motions when probing, so is the parameter for the first one or the second one?
But i think i may be for the second one cz it's the one that matters.

So two questions remains:

  • Why the first retract is 1 inch (using inch) and is about 2 mm (using mm)?
  • Why the second retract is correct 0.59 inch (using inch) and is 10mm when it's set to 14.986 (using mm)?

@jwhelget
Copy link
Author

You are now at least the third person now to confirm odd behavior for this function.

@jonadams1010
Copy link

I submitted a change yesterday which will use the "Retract Amount" setting for mm and inches. It will use this only for the first retract (between the fast and slow probes). After the slow probe it will return to the start position, which is consistent with the XY and XYZ probes.

I don't know if the nightly build has picked it up yet, but if it has, you could give it a try.

@AbySet
Copy link

AbySet commented Jan 29, 2019

Thank you
I'll try that as soon as possible after next build.

@winder
Copy link
Owner

winder commented Jan 29, 2019

I still haven't setup a new nightly build process, the only way to get this change right now is to download the source

@AbySet
Copy link

AbySet commented Jan 29, 2019

I prefer to wait cz i'm newbe at java, thank you Winder.

@breiler breiler added this to To do in Probing and auto levelling via automation Jan 7, 2020
@breiler
Copy link
Collaborator

breiler commented Feb 7, 2024

Closing as this is no longer a problem in later versions of UGS. Tested on version 2.1.4.

@breiler breiler closed this as completed Feb 7, 2024
Probing and auto levelling automation moved this from To do to Done Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

5 participants