-
Notifications
You must be signed in to change notification settings - Fork 104
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
Update to QGL locations, no probe offset #37
base: main
Are you sure you want to change the base?
Conversation
Update QGL locations as nozzle is probe location.
Update to formatting
Shouldn't we also have Trident's positions for z_tilt in here as well? Also, might be a good idea to clarify the values being edited. Currently it looks like you're just uncommenting something in the [probe] section when they should be in a different section related to leveling/tramming. |
Sure I'll take a look at the Trident's config. and post a reply here so I
can get comments on it. I don't own a Trident, but should be easy enough to
sort out since the mechanics are known.
…On Tue, Dec 27, 2022 at 1:39 PM kyleisah ***@***.***> wrote:
Shouldn't we also have Trident's positions for z_tilt in here as well?
Also, might be a good idea to clarify the values being edited. Currently it
looks like you're just uncommenting something in the [probe] section when
they should be in a different section related to leveling/trimming.
—
Reply to this email directly, view it on GitHub
<#37 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASRYWIINOFZJXNUSZQ5O3SDWPNOYXANCNFSM6AAAAAATC336X4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
What's the issue with leaving the probe points as is? |
the standard QGL has an offset built in because our probe was behind the nozzle when using an inductive setup. tap is using the actual nozzle so that offset should be 0 |
The first issue is consistency of a square object being probed squarely to
get an accurate horizontal plane.
TLDR- Garbage in Garbage out:
The second issue is for the kinematic mounts, it seems with limited data on
my end that moving the probing points back and out farther and keeping them
consistent is providing more accurate reads when it comes to build plate
deflection even if it's ever so slight. I measured my MRW kinematic bed
holding force @ 996 grams at 25 mm from a true 350mm build plate's edge. I
only used a laser across the build surface to look for deflection while
probing ( rudimentarily ) visually surveying for movement. That being said
I am certain there is movement long before I could see it. Not the most
accurate way to test for deflection but the best way that met both my time
table and parts on hand.
Spent a lot of time building a very accurate probe, should probably use it
accordingly.
…On Mon, Jan 2, 2023 at 7:44 AM RaymondH ***@***.***> wrote:
What's the issue with leaving the probe points as is?
—
Reply to this email directly, view it on GitHub
<#37 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASRYWIK4KVZKFETVV3SDM7TWQLZUBANCNFSM6AAAAAATC336X4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Shouldn't we also have Trident's positions for z_tilt in here as well? |
Probably a wise idea, I haven't built a Trident yet, so I don't know much about it's configs. Happy to work with you to write it up if you willing to provide examples of your config so I can calculate the different size tridents. |
[z_tilt] Use Z_TILT_ADJUST to level the bed .z_positions: Location of toolhead##-------------------------------------------------------------------- Uncomment below for 250mm build#z_positions: -50, 18125, 298300, 18#points: 30, 5125, 195220, 5Uncomment below for 300mm build#z_positions: -50, 18150, 348350, 18#points: 30, 5150, 245270, 5Uncomment below for 350mm build#z_positions: -50, 18175, 398400, 18#points: 30, 5175, 295320, 5 |
Update to QGL locations, no probe offset