New height limits for sidekicks due to new BLTouch mount
This commit is contained in:
parent
47617cc597
commit
04c29eacae
@ -1842,7 +1842,7 @@
|
|||||||
#define LULZBOT_Y_MAX_POS 173
|
#define LULZBOT_Y_MAX_POS 173
|
||||||
#define LULZBOT_Y_MIN_POS -29
|
#define LULZBOT_Y_MIN_POS -29
|
||||||
#define LULZBOT_Z_MIN_POS 0
|
#define LULZBOT_Z_MIN_POS 0
|
||||||
#define LULZBOT_Z_MAX_POS 184.5
|
#define LULZBOT_Z_MAX_POS 181.5
|
||||||
|
|
||||||
#elif defined(Sidekick_747)
|
#elif defined(Sidekick_747)
|
||||||
#define X_BED_SIZE 231
|
#define X_BED_SIZE 231
|
||||||
@ -1853,7 +1853,7 @@
|
|||||||
#define LULZBOT_Y_MAX_POS 240
|
#define LULZBOT_Y_MAX_POS 240
|
||||||
#define LULZBOT_Y_MIN_POS -16
|
#define LULZBOT_Y_MIN_POS -16
|
||||||
#define LULZBOT_Z_MIN_POS 0
|
#define LULZBOT_Z_MIN_POS 0
|
||||||
#define LULZBOT_Z_MAX_POS 246.5
|
#define LULZBOT_Z_MAX_POS 244.5
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Travel limits (mm) after homing, corresponding to endstop positions.
|
// Travel limits (mm) after homing, corresponding to endstop positions.
|
||||||
|
@ -2880,11 +2880,11 @@
|
|||||||
* When disabled, Marlin will use spreadCycle stepping mode.
|
* When disabled, Marlin will use spreadCycle stepping mode.
|
||||||
*/
|
*/
|
||||||
//#define STEALTHCHOP_XY
|
//#define STEALTHCHOP_XY
|
||||||
//#define STEALTHCHOP_Z
|
#define STEALTHCHOP_Z
|
||||||
//#define STEALTHCHOP_I
|
//#define STEALTHCHOP_I
|
||||||
//#define STEALTHCHOP_J
|
//#define STEALTHCHOP_J
|
||||||
//#define STEALTHCHOP_K
|
//#define STEALTHCHOP_K
|
||||||
//#define STEALTHCHOP_E
|
#define STEALTHCHOP_E
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
* Optimize spreadCycle chopper parameters by using predefined parameter sets
|
||||||
|
Loading…
Reference in New Issue
Block a user