Marlin: [BUG] (VSCode Build Failed Multiple Configs)

Created on 4 May 2020  路  3Comments  路  Source: MarlinFirmware/Marlin

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.

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

All 3 comments

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

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

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Ciev picture Ciev  路  3Comments

StefanBruens picture StefanBruens  路  4Comments

Tamonir picture Tamonir  路  3Comments

ceturan picture ceturan  路  4Comments

manianac picture manianac  路  4Comments