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

[BUG] (VSCode Build Failed Multiple Configs) #17878

Closed
otisczech opened this issue May 4, 2020 · 3 comments
Closed

[BUG] (VSCode Build Failed Multiple Configs) #17878

otisczech opened this issue May 4, 2020 · 3 comments

Comments

@otisczech
Copy link

96291017_540300766880313_1954393274265370624_n
95810730_235846964399213_8077596198187302912_n

Bug Description

The VSCode fails to build with default Ender 3 config. I've even tried Ender 2 and 3 V2. Same result.

My Configurations

MyConfig.zip

Required: Please include a ZIP file containing your Configuration.h and Configuration_adv.h files.

Steps to Reproduce

  1. Use Ender 3 config files
  2. Click build in VSCode using mega 2560
  3. Build fails

Expected behavior: [What you expect to happen]

Actual behavior: [What actually happens]

Additional Information

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

  • Provide pictures or links to videos that clearly demonstrate the issue.
  • See How Can I Contribute for additional guidelines.
@otisczech
Copy link
Author

Sorry, my first post. Obv Expected: Build successful, Actual: Build failed

@ellensp
Copy link
Contributor

ellensp commented May 5, 2020

Duplicate of #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

@github-actions
Copy link

github-actions bot commented Jul 4, 2020

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.

@github-actions github-actions bot locked and limited conversation to collaborators Jul 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants