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

Issue switching build plates #110

Open
ksummers92 opened this issue Jul 15, 2023 · 11 comments
Open

Issue switching build plates #110

ksummers92 opened this issue Jul 15, 2023 · 11 comments

Comments

@ksummers92
Copy link

I have set up autoZ against a smooth Wham Bam PEX sheet on my Enderwire and it works perfectly. However, when I switch to a textured sheet, the offset is always around -0.38 which results in a first layer as shown in the image below.

IMG_1006

My understanding is that the autoZ should accommodate for build sheet changes and there is even mention of potentially manually adjusting closer for textured sheets. However, my experience thus far has been that I need to adjust the offset up by as much as 0.4.

Am I missing something?

@TitusLabs
Copy link
Member

This may depend on your switch and the structure of your textured plate. This may depend on whether the switch is only triggered by the mountains, or can also get into the valleys before it triggers. If you need to correct it upwards, then do it with the: SET_GCODE_OFFSET Z_ADJUST=[some value] MOVE=1

@ksummers92
Copy link
Author

Yeah I understand the workaround. I’m just trying to understand how it can be so far off. If I’m having to manually adjust the offset for everything then this auto Z calibration is not providing much benefit…

@TitusLabs
Copy link
Member

No, if the calibration is not consistent, then there is another problem. Check your mechanics, test your klicky and check for a wrong or wrong configured mesh...

@Gray-Stone
Copy link

I actually have similar issue. but worse. For my textured bed, 1 out of say 20 prints will have this super over squash issue. The other times the print needs a tiny extra squash.

@TitusLabs
Copy link
Member

@Gray-Stone is this only an issue with a textured plate or also with a smooth PEI?

@Gray-Stone
Copy link

@TitusLabs This is only an issue with textured plate. smooth PEI works beautifully.

However, I noticed it might be a problem with my texture plate being wear out near the probing spot. If I intentionally put the plate on with 5mm+ offset, it will now only show as over squashed (needing + z offset), and I could get some good amount of prints without the offset value changing.

I'm not fully warpping around in my head which direction the probing has shifted, be generally, I think the source of the problem is the wear of the plate. When probing at a fresh spot, it's a lot better.

I'm wondering if its possible to add a little fuzzyness to the probing sequence. Specially move x and y (few mm) for tiny bit between each sample, this way, the average/medium will be for this small area. Also slow down the plate wear.

@TitusLabs
Copy link
Member

Good observation! That's an interesting feature 🤔 But I don't think there would be that much demand for it! The configuration is already relatively complex. But, you could even solve it yourself using a macro. The CALIBRATE_Z command has a BED_POSITION parameter...

@Gray-Stone
Copy link

The problem is bed-position is a one time thing per-print. What I am hopping for is change the position on every single sample. Which mean within one execution of calibrate_z, have a fuzzy amount.
Actually KAMP have some thing similar but not the same, KAMP is still change per-print, and done it by changing the overall bed-mesh area, but fuzzing each sample.
If we can find a way to do fuzz between x number of sample for each location, then it could be applied for QGL, mesh, calibrate_z, or any probing move that touch the bed to prevent wearing out the bed.

@TitusLabs
Copy link
Member

Hm, you would lose accuracy by fuzzing the probing position. And you would need more samples. It's an interesting feature. But would that really be useful?

@Gray-Stone
Copy link

Hmmm, I'm already doing 7 points to reduce error. I guess it would just be reducing the plate wear? I can't tell how bad it would be to keep probing at the same point as I haven't run enough print to see the effect yet.

@TitusLabs
Copy link
Member

Probing will not wear out your plate - but always printing in the center will. And waiting to let the print pop off will extend its life.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants