|
|
|
@ -450,10 +450,10 @@
|
|
|
|
|
/*********************** AUTOLEVELING / BED PROBE *******************************/
|
|
|
|
|
|
|
|
|
|
#if defined(LULZBOT_USE_AUTOLEVELING) && defined(LULZBOT_MINI_BED) && defined(LULZBOT_USE_Z_BELT)
|
|
|
|
|
#define LULZBOT_LEFT_PROBE_BED_POSITION -6
|
|
|
|
|
#define LULZBOT_RIGHT_PROBE_BED_POSITION 162
|
|
|
|
|
#define LULZBOT_BACK_PROBE_BED_POSITION 166
|
|
|
|
|
#define LULZBOT_FRONT_PROBE_BED_POSITION -6
|
|
|
|
|
#define LULZBOT_LEFT_PROBE_BED_POSITION -5
|
|
|
|
|
#define LULZBOT_RIGHT_PROBE_BED_POSITION 163
|
|
|
|
|
#define LULZBOT_BACK_PROBE_BED_POSITION 167
|
|
|
|
|
#define LULZBOT_FRONT_PROBE_BED_POSITION -5
|
|
|
|
|
|
|
|
|
|
#elif defined(LULZBOT_USE_AUTOLEVELING) && defined(LULZBOT_MINI_BED)
|
|
|
|
|
// In order to work with the Gladiola printers, we need to
|
|
|
|
@ -1050,10 +1050,10 @@
|
|
|
|
|
#define LULZBOT_Y_BED_SIZE 155
|
|
|
|
|
|
|
|
|
|
#elif defined(LULZBOT_IS_MINI) && defined(LULZBOT_USE_Z_BELT)
|
|
|
|
|
#define LULZBOT_STANDARD_X_MAX_POS 162
|
|
|
|
|
#define LULZBOT_STANDARD_X_MIN_POS -6
|
|
|
|
|
#define LULZBOT_STANDARD_Y_MAX_POS 190
|
|
|
|
|
#define LULZBOT_STANDARD_Y_MIN_POS -7
|
|
|
|
|
#define LULZBOT_STANDARD_X_MAX_POS 163
|
|
|
|
|
#define LULZBOT_STANDARD_X_MIN_POS -5
|
|
|
|
|
#define LULZBOT_STANDARD_Y_MAX_POS 191
|
|
|
|
|
#define LULZBOT_STANDARD_Y_MIN_POS -6
|
|
|
|
|
|
|
|
|
|
#define LULZBOT_X_BED_SIZE 157
|
|
|
|
|
#define LULZBOT_Y_BED_SIZE 157
|
|
|
|
@ -1476,10 +1476,10 @@
|
|
|
|
|
// Nozzle wiping points (varies by toolhead, as the nozzle position varies)
|
|
|
|
|
#if defined(LULZBOT_USE_AUTOLEVELING) && defined(LULZBOT_MINI_BED) && defined(LULZBOT_USE_Z_BELT)
|
|
|
|
|
// Mini has a horizontal wiping pad on the back of the bed
|
|
|
|
|
#define LULZBOT_STANDARD_WIPE_X1 42
|
|
|
|
|
#define LULZBOT_STANDARD_WIPE_X2 112
|
|
|
|
|
#define LULZBOT_STANDARD_WIPE_Y1 172
|
|
|
|
|
#define LULZBOT_STANDARD_WIPE_Y2 172
|
|
|
|
|
#define LULZBOT_STANDARD_WIPE_X1 43
|
|
|
|
|
#define LULZBOT_STANDARD_WIPE_X2 113
|
|
|
|
|
#define LULZBOT_STANDARD_WIPE_Y1 173
|
|
|
|
|
#define LULZBOT_STANDARD_WIPE_Y2 173
|
|
|
|
|
#define LULZBOT_STANDARD_WIPE_Z 1
|
|
|
|
|
|
|
|
|
|
#elif defined(LULZBOT_USE_AUTOLEVELING) && defined(LULZBOT_MINI_BED) && defined(LULZBOT_USE_Z_SCREW)
|
|
|
|
|