-
-
Notifications
You must be signed in to change notification settings - Fork 220
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
Compiling and Leveling problems with DW7.4.7 an Ender3 V2-BLT-V422 -- SOLVED :) -- #304
Comments
Hi there. I hope you don't mind if I ask an unrelated questions. I have an Ender 3 V2 with 4.2.2 motherboard, CR Touch, BTT smart runout sensor, and a touch screen upgrade kit I bought from Amazon. It looks like the touch screen only works with the Creality firmware because Marlin doesn't have support for those screens. I'm not sure what DW7.4.7 is for, but there is this video of a guy that was able to install InsanityAutomation's firmware and make it work on an Ender 3 Max with the same motherboard and screen I have, which give some hopes. Does anyone know whether there is a firmware from InsanityAutomation that supports all those features above? |
In response to your question, I looked at the current version 7.4.8 (Bleeding). |
@rstalde thanks a lot. |
I have compiled the DW7.4.7 version for an Ender 3 V2 BLT with a V4.2.2. Board
Thereby 2 problems occurred:
compiler error in line 691, port assigned twice.
I could solve the problem myself: the port LCD_SERIAL_PORT must be 3 (by the way, the same error is also present in DW7.4.6 ;))
after homing, the hotend is > 10 mm above the print bed, but 5 mm are displayed.
It is not possible to set the hotend to the required height for printing (setting range not sufficient / assumed height wrong).
10.07.23 The problems are solved!
Attached is the configuration.h file with all changes.
The configuration was tested with an Ender 3 V2 as well as with an Ender 5 Pro. Both with Ender 4.2.2 and BLToch with holding brackets from Creality.
The changes are marked with //RST. For type dependent parameters the type is additionally indicated. For changed values, the original value is usually given.
Have fun at testing ;)
Configuration.zip
The text was updated successfully, but these errors were encountered: