This commit is contained in:
InsanityAutomation
2019-06-20 13:20:35 -04:00
parent 2fd98ab17c
commit 3721b58a78
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -671,7 +671,7 @@
*
* :[2,3,4,5,6,7]
*/
//#define ENDSTOP_NOISE_THRESHOLD 2
#define ENDSTOP_NOISE_THRESHOLD 2
//=============================================================================
//============================== Movement Settings ============================
@@ -1305,7 +1305,7 @@
#endif
// Homing speeds (mm/m)
#define HOMING_FEEDRATE_XY 6000
#define HOMING_FEEDRATE_XY 4500
#define HOMING_FEEDRATE_Z 360
// Validate that endstops are triggered on homing moves
+2 -2
View File
@@ -83,8 +83,8 @@
#ifndef X_MAX_PIN
#define X_MAX_PIN 2
#endif
#define Y_MIN_PIN 14
#define Y_MAX_PIN 15
#define Y_MIN_PIN 15
#define Y_MAX_PIN 14
#define Z_MIN_PIN 18
#define Z_MAX_PIN 19