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

Sensorless probing #697

Closed
Avalonnw opened this issue Sep 25, 2018 · 10 comments
Closed

Sensorless probing #697

Avalonnw opened this issue Sep 25, 2018 · 10 comments

Comments

@Avalonnw
Copy link

Sorta question/suggestion:
For those who use TMC2130 with sensorless homing, is it possible to use that feature for probing also?
Like, emulate SmartEffector really? Possibly setup sensitivity super high temporarily for probing and move Z axis down till nozzle hits the bed (in case of deltas maybe monitor all 3 drivers for that?). Then clear the error state and move up, and to the next point...

@CHILLYSMOKES
Copy link

+1 *1,000,000
Although, there is usually some smudgy residue left on the nozzle tip if you don't have an auto-nozzle-cleaner/wiper thingy. I would love this, then I could get rid of this BLTouch my extruder is lugging around for hours after using it for the first 30 seconds. Good idea!!

@jakep82
Copy link
Collaborator

jakep82 commented Sep 25, 2018

The short answer is no.

@Avalonnw
Copy link
Author

The short answer is no.

And the long answer?

@jakep82
Copy link
Collaborator

jakep82 commented Sep 25, 2018

The drivers require a minimum SGT value for the motor to move without instantly triggering. Even at that minimum value, a lead screw driven Z axis will flex the bed before it triggers, potentially causing damage. It's also not repeatable. My understanding is the sensorless homing is only accurate within a couple steps.

@Avalonnw
Copy link
Author

Go slow and it will be alright. Plus, how much travel to you get with 2 steps, 5mm?

@dragonnn
Copy link

It is possible but you need a super stiff z axis with runs perfectly smooth and you hotend mount need to be super stiff too.
That guy did it https://forum.duet3d.com/topic/4772/motor-stall-detection-as-z-probe/5

@theopensourcerer
Copy link
Contributor

Personally I think this is a very risky approach - especially if you print directly onto glass which is HARD.

If you don't like the BLTouch approach, take a look at Precision Piezo [1]. I'm using a piezo disc on my tool head and it is so sensitive that when probing I can't walk around in the room as it triggers! Accuracy is to about 10microns. They are very lightweight and can be mounted in a number of different ways.

[1] https://www.precisionpiezo.co.uk/

@FHeilmann
Copy link
Contributor

Sensorless homing only works at certain minimum speeds and requires a well tuned SGT value, which drifts with temperature changes in the driver. Further, sensorless homing is only accurate within 1 full step, which, depending on your steps/mm can be somewhat significant. It's certainly possible, but the repeatability issues and mechanical wear make it not worthwhile compared to existing homing solutions, at least in my book.

@CHILLYSMOKES
Copy link

@theopensourcerer BLTouch works flawlessly. But if there is a feature that I can use that reduces wiring, volume, inertia then I want it.

@Dragonn YES! That guy did it with gcodes. So we only need a set of gcodes or macros that change the SG values and Z-stepper current values directly before and after each probing.

@jakep82
Copy link
Collaborator

jakep82 commented Sep 25, 2018

If you read that entire thread you'll note that a few people got it working, but not very reliably. It requires a lot of fine tuning, it will trigger at different heights if the motor is warm vs cold, and I also personally notice a difference in the sensitivity of my TMC2130s due to noise and/or voltage drop depending on what temperature I'm running my bed. It also doesn't work as a probe, only as an endstop because the bed will deflect more in some places than others. I'll personally stick to my $0.50 mechanical endstop switch because it's accurate enough, and I'm less likely to destroy my bed and/or hotend.

@github-actions github-actions bot locked and limited conversation to collaborators Dec 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants