|
@ -687,7 +687,7 @@ Black rubber belt(MXL), 18 - tooth aluminium pulley : 87.489 step per mm (Huxley |
|
|
* Override with M203 |
|
|
* Override with M203 |
|
|
* X, Y, Z, E0 [, E1[, E2[, E3[, E4[, E5]]]]] |
|
|
* X, Y, Z, E0 [, E1[, E2[, E3[, E4[, E5]]]]] |
|
|
*/ |
|
|
*/ |
|
|
#define DEFAULT_MAX_Z_FEEDRATE 3.3 // older Huxley has problem with speeds > 3.3 mm/s on z axis
|
|
|
#define DEFAULT_MAX_Z_FEEDRATE 3.3 // older Huxley has problem with speeds > 3.3 mm/s on Z axis
|
|
|
#define DEFAULT_MAX_FEEDRATE { 200, 200, DEFAULT_MAX_Z_FEEDRATE, 25 } |
|
|
#define DEFAULT_MAX_FEEDRATE { 200, 200, DEFAULT_MAX_Z_FEEDRATE, 25 } |
|
|
|
|
|
|
|
|
/**
|
|
|
/**
|
|
@ -946,7 +946,7 @@ Black rubber belt(MXL), 18 - tooth aluminium pulley : 87.489 step per mm (Huxley |
|
|
|
|
|
|
|
|
//#define UNKNOWN_Z_NO_RAISE // Don't raise Z (lower the bed) if Z is "unknown." For beds that fall when Z is powered off.
|
|
|
//#define UNKNOWN_Z_NO_RAISE // Don't raise Z (lower the bed) if Z is "unknown." For beds that fall when Z is powered off.
|
|
|
|
|
|
|
|
|
#define Z_HOMING_HEIGHT 4 // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
|
|
|
#define Z_HOMING_HEIGHT 4 // (mm) Minimal Z height before homing (G28) for Z clearance above the bed, clamps, ...
|
|
|
// Be sure you have this distance over your Z_MAX_POS in case.
|
|
|
// Be sure you have this distance over your Z_MAX_POS in case.
|
|
|
|
|
|
|
|
|
// Direction of endstops when homing; 1=MAX, -1=MIN
|
|
|
// Direction of endstops when homing; 1=MAX, -1=MIN
|
|
|