Update Configuration.h
This commit is contained in:
@@ -798,7 +798,7 @@
|
|||||||
// @efim-a-efim - decreased E0 acceleration to make it less noisy (yes, even with TMC2208 drivers)
|
// @efim-a-efim - decreased E0 acceleration to make it less noisy (yes, even with TMC2208 drivers)
|
||||||
#define DEFAULT_ACCELERATION 1150 // X, Y, Z and E acceleration for printing moves
|
#define DEFAULT_ACCELERATION 1150 // X, Y, Z and E acceleration for printing moves
|
||||||
#define DEFAULT_RETRACT_ACCELERATION 800 // E acceleration for retracts
|
#define DEFAULT_RETRACT_ACCELERATION 800 // E acceleration for retracts
|
||||||
#define DEFAULT_TRAVEL_ACCELERATION 1000 // X, Y, Z acceleration for travel (non printing) moves
|
#define DEFAULT_TRAVEL_ACCELERATION 1200 // X, Y, Z acceleration for travel (non printing) moves
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Default Jerk limits (mm/s)
|
* Default Jerk limits (mm/s)
|
||||||
@@ -810,8 +810,8 @@
|
|||||||
*/
|
*/
|
||||||
#define CLASSIC_JERK
|
#define CLASSIC_JERK
|
||||||
#if ENABLED(CLASSIC_JERK)
|
#if ENABLED(CLASSIC_JERK)
|
||||||
#define DEFAULT_XJERK 20.0
|
#define DEFAULT_XJERK 17.0
|
||||||
#define DEFAULT_YJERK 20.0
|
#define DEFAULT_YJERK 17.0
|
||||||
#define DEFAULT_ZJERK 0.5
|
#define DEFAULT_ZJERK 0.5
|
||||||
|
|
||||||
//#define TRAVEL_EXTRA_XYJERK 0.0 // Additional jerk allowance for all travel moves
|
//#define TRAVEL_EXTRA_XYJERK 0.0 // Additional jerk allowance for all travel moves
|
||||||
@@ -1170,7 +1170,7 @@
|
|||||||
|
|
||||||
// The size of the print bed
|
// The size of the print bed
|
||||||
#define X_BED_SIZE 250
|
#define X_BED_SIZE 250
|
||||||
#define Y_BED_SIZE 210
|
#define Y_BED_SIZE 207
|
||||||
|
|
||||||
// Travel limits (mm) after homing, corresponding to endstop positions.
|
// Travel limits (mm) after homing, corresponding to endstop positions.
|
||||||
#define X_MIN_POS 0
|
#define X_MIN_POS 0
|
||||||
|
|||||||
Reference in New Issue
Block a user