You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 (7060) // 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
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.
// 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 (7060) // 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
/**
The text was updated successfully, but these errors were encountered: