Tweaks for MiniV2 broken endstop and gantry calibration position

This commit is contained in:
InsanityAutomation
2020-09-02 19:35:26 -04:00
parent 1ba231df64
commit fc1ffc0993
2 changed files with 10 additions and 3 deletions
+3 -1
View File
@@ -815,7 +815,9 @@
#endif
// Check for stuck or disconnected endstops during homing moves.
#define DETECT_BROKEN_ENDSTOP
#if DISABLED(TazPro, MiniV2)
#define DETECT_BROKEN_ENDSTOP
#endif
//=============================================================================
//============================== Movement Settings ============================
+7 -2
View File
@@ -798,10 +798,15 @@
#define GANTRY_CALIBRATION_CURRENT 600 // Default calibration current in ma - TMC
#endif
#define GANTRY_CALIBRATION_EXTRA_HEIGHT 15 // Extra distance in mm past Z_###_POS to move
#define GANTRY_CALIBRATION_DIRECTION 1 // Set to 1 for Max or 0 for min
#if ENABLED(MiniV2)
#define GANTRY_CALIBRATION_DIRECTION 0 // Set to 1 for Max or 0 for min
#else
#define GANTRY_CALIBRATION_DIRECTION 1 // Set to 1 for Max or 0 for min
#endif
#define GANTRY_CALIBRATION_FEEDRATE 500 // Feedrate for correction move
#define GANTRY_CALIBRATION_SAFE_POSITION {X_CENTER, Y_CENTER} // Safe position for nozzle
#define GANTRY_CALIBRATION_SAFE_POSITION {X_CENTER, Y_MIN} // Safe position for nozzle
#define GANTRY_CALIBRATION_XY_PARK_FEEDRATE 3000 // XY Park Feedrate - MMM
//#define GANTRY_CALIBRATION_COMMANDS_PRE ""
//#define GANTRY_CALIBRATION_COMMANDS_POST "G28"