Slower homing feedrate. It war too high for the Mega S

This commit is contained in:
Knutwurst
2020-08-13 12:41:12 +02:00
parent 81ed8a1d9f
commit 083894f518

View File

@@ -108,7 +108,7 @@
* PLEASE READ THE WARNING ABOVE! * PLEASE READ THE WARNING ABOVE!
* *
*/ */
//#define KNUTWURST_BLTOUCH // see <https://github.com/knutwurst/Marlin-2-0-x-Anycubic-i3-MEGA-S/wiki/BLTouch-Installation-(english)> //#define KNUTWURST_BLTOUCH // see <https://github.com/DerDominik/Marlin-AnycubicI3Mega-BLTouch/wiki/Aufbauplan_BLTouch>
/* /*
* This feature is for debugging purpose only. * This feature is for debugging purpose only.
@@ -1634,7 +1634,7 @@
// Homing speeds (mm/m) // Homing speeds (mm/m)
#define HOMING_FEEDRATE_XY (50*60) #define HOMING_FEEDRATE_XY (50*60)
#define HOMING_FEEDRATE_Z (10*60) #define HOMING_FEEDRATE_Z (6*60)
// Validate that endstops are triggered on homing moves // Validate that endstops are triggered on homing moves
#define VALIDATE_HOMING_ENDSTOPS #define VALIDATE_HOMING_ENDSTOPS