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

[LINE 1451 CONFIGURATION.h] (Error for #define homing feedrate) #369

Closed
Spelth opened this issue Dec 17, 2020 · 1 comment
Closed

[LINE 1451 CONFIGURATION.h] (Error for #define homing feedrate) #369

Spelth opened this issue Dec 17, 2020 · 1 comment

Comments

@Spelth
Copy link

Spelth commented Dec 17, 2020

// Homing speeds (mm/min)

LINE 1451
#define HOMING_FEEDRATE_MM_M { (7060), (7060), (460) } // This commande define can t be build. For build i replaced it by normal commmande :
#define HOMING_FEEDRATE_XY (70
60) // And with this normal define for XY define it can be build.
#define HOMING_FEEDRATE_Z (4*60) //And with this normal define for Z define it can be build.

// Validate that endstops are triggered on homing moves
#define VALIDATE_HOMING_ENDSTOPS

// @section calibrate

/**

@thisiskeithb
Copy link
Member

Be sure to match configs with the version of Marlin you are compiling for. In this case, you should use import-2.0.x or bugfix-2.0.x configs with Marlin bugfix-2.0.x.

MarlinFirmware/Marlin#20426 was merged into bugfix-2.0.x 11 hours ago and configs using XYZ homing feedrates as an array can compile correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants