Closed reallymello closed 3 years ago
This is a mismatch between Marlin and example versions.
Your Marlin source is not the latest bugfix-2.0.x
source. The HOMING_FEEDRATE_XY
and HOMING_FEEDRATE_Z
constants no longer exist anywhere in the Marlin codebase.
This Issue Queue is for Marlin bug reports and development-related issues, and we prefer not to handle user-support questions here. (As noted on this page.) For best results getting help with configuration and troubleshooting, please use the following resources:
After seeking help from the community, if the consensus points to a bug in Marlin, then you should post a bug report.
To correct my earlier statement: They do still exist, but only in SanityChecks.h to tell you that they should no longer be used.
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.
Bug Description
When compiling with platformio I get errors
Configuration Files
myConfigurations.zip
I'm using the configuration files from https://github.com/MarlinFirmware/Configurations/tree/bugfix-2.0.x/config/examples/Creality/Ender-3%20V2
Steps to Reproduce
Expected behavior: Successful compilation message
Actual behavior:
Additional Information
I'm using Windows 10 to compile this on if it matters.