-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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
[Bug] Ender 3V2 z-offset tuning not working #18787
Comments
Cannot assist if you cannot attach config files. |
I mean it was the ender 3 v2 using DWIN. setting z-offset works and you can save it but the live tuning adjustments dont. Dunno if thinkyhead still has this printer and might be able to say its just me alone having this issue anyway. |
Configurations, please The issue template ask for those (if you even read the template) and they are easy to attach wo why not do it so that others have an chance of helping you |
Not sure if this is a bug in Conditionals_LCD.H
BLTOUCH is not specified. |
@fleek - I think you're on the right path here - the DWIN menu structure has:
Therefore, if Pointing to your suggestion here seems sane: |
Here is where the actual Offset gets applied: Specifically, this part:
I'm a bit confused by this logic... I can only assume that the HAS_BED_PROBE case is used for setting an offset with a probe attached, but it will fall back to using BABYSTEPPING if we don't have a probe configured in... |
as requested |
@cosmoderp can you pull from my repo fleek/Marlin:bugfix-2.0.x and test if the fix works for you. If it works I will push the fix to the main repo. |
Nothing in the title or description indicated this was an Ender 3 V2 or that it was DWIN. Videos are useful, but it's not reasonable to expect people to go watch videos when quickly screening issues to see if they can help. It looks like there are configs attached now and someone is already trying to help, so hopefully something can be figured out. |
@fleek just tested it ... sorry had gone to work. Does not seem to have fixed it for me. I cranked it down all the way to -10 while printing a test print. and it should be around 4ish mm when bed crash. if there are changes to the main config file though and I was meant to simply make all the needed changes myself be advise. I am still pretty new to this and still used my original config files. thanks for your help. |
@cosmoderp I am not sure about the units, but I think when you dial in 10, it will only move like 10/100 or 0.1mm, so you might want to dial in more to test. |
well what I did was max is out....the limit is z-offset -10mm. Baby stepping via commands works so I know it does that. I also just found that there was an option that lets you change the z-offset with the babysteps that I might turn on. Also to verify movement I both watched the motor and light laid my finger on the spindle to detect even the slightest movement. |
Yeah - the units here are in mm - the marlin limitation is +/- 10mm by default, and adjustable in 0.01mm increments. |
@cosmoderp Can you please add to the title '[Bug] Ender 3V2' so that it can be identified specifically, because I think this problem is specific to Ender 3V2 because of the DWIN DGUS controller. I am trying to resolve this together with #18800, so it will take some time. The DWIN DGUS controller is still an unknown to me as well, as to the tools required and how the marlin firmware interacts with it. |
I think I am seeing a similar issue. My printer uses the SKR 1.4 and I use a BLTouch for the Z endstop (I am not using bed leveling at this point, it is turned off in the printer settings.) I suspect this is a configuration issue. I was using 2.0.5.3 as a base. My code is now based on 2.0.6 (84b96d3) and the Z probe offset no longer appears to work. My probe offset is about -2.22. Now matter what I see the offset to in the menu the distance between the nozzle and the bed are about -2.23 after auto home and moving Z to 0. Here are my observations:
I have (I hope) attached my Configation.h and Configuration_Adv.h. |
I figured out why this was not working on my ender 3 v2 todays perhaps you have a new bug. It turned out that creality made a mistake when designing the menu. It was a simple mistake in programming the menu. I have mine working now the way its supposed to be. lwaynej perhaps you should start a new bug report by the looks of your issue. Make sure you that you reset the eeprom, save it, then powercycle first. Just in case. |
This turned out to be a simple menu programming error of the menu. I have been working on a menu and hope to push out a fix soon. |
@cosmoderp would love the menu fix info |
@cosmoderp |
I did a pull request today.....sorry it took so long I had to learn how to use git |
Many thanks for all your work on this. Hopefully it will be added to the next nightly build. |
Question. To have this fix, i just need to download and compile bugfix branch and flash the printer? Do i need to flash the LCD as well? i think with DWIN_SET? |
Having looked at #19384 I believe the fix is actually in the Marlin Dwin file which at the moment is just a work in progress. Looks like we have to wait a while longer for this to be released. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Bug Description
z-offset does not change live when using the tuning menu. I even cranked it all the way down to -6.72 without a bed crash.
My Configurations
@CRCinAU for configurations since its he keeps it private
Steps to Reproduce
Expected behavior: when you adjust the z-offset while printing the z-offset should change.
Actual behavior: it does not respond to any changes.
https://www.youtube.com/watch?v=6C7-YI-uQ9s
The text was updated successfully, but these errors were encountered: