The VSCode fails to build with default Ender 3 config. I've even tried Ender 2 and 3 V2. Same result.
Required: Please include a ZIP file containing your Configuration.h
and Configuration_adv.h
files.
Expected behavior: [What you expect to happen]
Actual behavior: [What actually happens]
I'm no programmer myself, I've discussed this with my friend, we think there may be an error in file updated 2 days ago - regarding XYZ, which the error states is wrong. I've attached screenshot of possible error in declaration... If it's something I do wrong, please let me know, i went by the manual: https://www.youtube.com/watch?v=RbbzsJBpEhc
And then even by: https://marlinfw.org/docs/basics/install_platformio_vscode.html
Sorry, my first post. Obv Expected: Build successful, Actual: Build failed
Duplicate of https://github.com/MarlinFirmware/Marlin/issues/17594
Config files are out of sync with code
All you do is take the following line in your Configuration_adv.h
and change it to these 3 lines.
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.
Most helpful comment
Duplicate of https://github.com/MarlinFirmware/Marlin/issues/17594
Config files are out of sync with code
All you do is take the following line in your Configuration_adv.h
define HOMING_BUMP_MM { 5, 5, 2 } // (mm) Backoff from endstops after first bump
and change it to these 3 lines.
define X_HOME_BUMP_MM 5
define Y_HOME_BUMP_MM 5
define Z_HOME_BUMP_MM 2