|
@ -499,9 +499,10 @@ |
|
|
#define DEFAULT_Ki_LIST { 1.08, 1.0 } |
|
|
#define DEFAULT_Ki_LIST { 1.08, 1.0 } |
|
|
#define DEFAULT_Kd_LIST { 114.00, 112.0 } |
|
|
#define DEFAULT_Kd_LIST { 114.00, 112.0 } |
|
|
#else |
|
|
#else |
|
|
#define DEFAULT_Kp 17.04 |
|
|
// 50Вт
|
|
|
#define DEFAULT_Ki 1.31 |
|
|
#define DEFAULT_Kp 11.1 |
|
|
#define DEFAULT_Kd 55.34 |
|
|
#define DEFAULT_Ki 0.55 |
|
|
|
|
|
#define DEFAULT_Kd 56.1 |
|
|
#endif |
|
|
#endif |
|
|
#endif // PIDTEMP
|
|
|
#endif // PIDTEMP
|
|
|
|
|
|
|
|
@ -686,8 +687,8 @@ |
|
|
* :['A4988', 'A5984', 'DRV8825', 'LV8729', 'L6470', 'L6474', 'POWERSTEP01', 'TB6560', 'TB6600', 'TMC2100', 'TMC2130', 'TMC2130_STANDALONE', 'TMC2160', 'TMC2160_STANDALONE', 'TMC2208', 'TMC2208_STANDALONE', 'TMC2209', 'TMC2209_STANDALONE', 'TMC26X', 'TMC26X_STANDALONE', 'TMC2660', 'TMC2660_STANDALONE', 'TMC5130', 'TMC5130_STANDALONE', 'TMC5160', 'TMC5160_STANDALONE'] |
|
|
* :['A4988', 'A5984', 'DRV8825', 'LV8729', 'L6470', 'L6474', 'POWERSTEP01', 'TB6560', 'TB6600', 'TMC2100', 'TMC2130', 'TMC2130_STANDALONE', 'TMC2160', 'TMC2160_STANDALONE', 'TMC2208', 'TMC2208_STANDALONE', 'TMC2209', 'TMC2209_STANDALONE', 'TMC26X', 'TMC26X_STANDALONE', 'TMC2660', 'TMC2660_STANDALONE', 'TMC5130', 'TMC5130_STANDALONE', 'TMC5160', 'TMC5160_STANDALONE'] |
|
|
*/ |
|
|
*/ |
|
|
#define X_DRIVER_TYPE TMC2209 |
|
|
#define X_DRIVER_TYPE TMC2209 |
|
|
#define Y_DRIVER_TYPE TMC2208 |
|
|
#define Y_DRIVER_TYPE TMC2209 |
|
|
#define Z_DRIVER_TYPE TMC2208 |
|
|
#define Z_DRIVER_TYPE TMC2209 |
|
|
//#define X2_DRIVER_TYPE A4988
|
|
|
//#define X2_DRIVER_TYPE A4988
|
|
|
//#define Y2_DRIVER_TYPE A4988
|
|
|
//#define Y2_DRIVER_TYPE A4988
|
|
|
//#define Z2_DRIVER_TYPE A4988
|
|
|
//#define Z2_DRIVER_TYPE A4988
|
|
@ -748,7 +749,7 @@ |
|
|
* Override with M92 |
|
|
* Override with M92 |
|
|
* X, Y, Z, E0 [, E1[, E2...]] |
|
|
* X, Y, Z, E0 [, E1[, E2...]] |
|
|
*/ |
|
|
*/ |
|
|
#define DEFAULT_AXIS_STEPS_PER_UNIT { 161.0, 161.0, 800, 820 } |
|
|
#define DEFAULT_AXIS_STEPS_PER_UNIT { 160.0, 160.0, 400, 205.0 } |
|
|
|
|
|
|
|
|
/**
|
|
|
/**
|
|
|
* Default Max Feed Rate (mm/s) |
|
|
* Default Max Feed Rate (mm/s) |
|
@ -784,7 +785,7 @@ |
|
|
* M204 T Travel Acceleration |
|
|
* M204 T Travel Acceleration |
|
|
*/ |
|
|
*/ |
|
|
// @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 1100 // X, Y, Z and E acceleration for printing moves
|
|
|
#define DEFAULT_ACCELERATION 1200 // 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 1200 // X, Y, Z acceleration for travel (non printing) moves
|
|
|
#define DEFAULT_TRAVEL_ACCELERATION 1200 // X, Y, Z acceleration for travel (non printing) moves
|
|
|
|
|
|
|
|
@ -1018,8 +1019,8 @@ |
|
|
* A total of 2 does fast/slow probes with a weighted average. |
|
|
* A total of 2 does fast/slow probes with a weighted average. |
|
|
* A total of 3 or more adds more slow probes, taking the average. |
|
|
* A total of 3 or more adds more slow probes, taking the average. |
|
|
*/ |
|
|
*/ |
|
|
#define MULTIPLE_PROBING 2 |
|
|
#define MULTIPLE_PROBING 3 |
|
|
//#define EXTRA_PROBING 1
|
|
|
#define EXTRA_PROBING 1 |
|
|
|
|
|
|
|
|
/**
|
|
|
/**
|
|
|
* Z probes require clearance when deploying, stowing, and moving between |
|
|
* Z probes require clearance when deploying, stowing, and moving between |
|
@ -1043,8 +1044,8 @@ |
|
|
#define Z_PROBE_LOW_POINT -2 // Farthest distance below the trigger-point to go before stopping
|
|
|
#define Z_PROBE_LOW_POINT -2 // Farthest distance below the trigger-point to go before stopping
|
|
|
|
|
|
|
|
|
// For M851 give a range for adjusting the Z probe offset
|
|
|
// For M851 give a range for adjusting the Z probe offset
|
|
|
#define Z_PROBE_OFFSET_RANGE_MIN -20 |
|
|
#define Z_PROBE_OFFSET_RANGE_MIN -5 |
|
|
#define Z_PROBE_OFFSET_RANGE_MAX 20 |
|
|
#define Z_PROBE_OFFSET_RANGE_MAX 5 |
|
|
|
|
|
|
|
|
// Enable the M48 repeatability test to test probe accuracy
|
|
|
// Enable the M48 repeatability test to test probe accuracy
|
|
|
#define Z_MIN_PROBE_REPEATABILITY_TEST |
|
|
#define Z_MIN_PROBE_REPEATABILITY_TEST |
|
@ -1268,8 +1269,8 @@ |
|
|
*/ |
|
|
*/ |
|
|
//#define AUTO_BED_LEVELING_3POINT
|
|
|
//#define AUTO_BED_LEVELING_3POINT
|
|
|
//#define AUTO_BED_LEVELING_LINEAR
|
|
|
//#define AUTO_BED_LEVELING_LINEAR
|
|
|
#define AUTO_BED_LEVELING_BILINEAR |
|
|
//#define AUTO_BED_LEVELING_BILINEAR
|
|
|
//#define AUTO_BED_LEVELING_UBL
|
|
|
#define AUTO_BED_LEVELING_UBL |
|
|
//#define MESH_BED_LEVELING
|
|
|
//#define MESH_BED_LEVELING
|
|
|
|
|
|
|
|
|
/**
|
|
|
/**
|
|
@ -1347,7 +1348,7 @@ |
|
|
|
|
|
|
|
|
//#define MESH_EDIT_GFX_OVERLAY // Display a graphics overlay while editing the mesh
|
|
|
//#define MESH_EDIT_GFX_OVERLAY // Display a graphics overlay while editing the mesh
|
|
|
|
|
|
|
|
|
#define MESH_INSET 20 // Set Mesh bounds as an inset region of the bed
|
|
|
#define MESH_INSET 5 // Set Mesh bounds as an inset region of the bed
|
|
|
#define GRID_MAX_POINTS_X 10 // Don't use more than 15 points per axis, implementation limited.
|
|
|
#define GRID_MAX_POINTS_X 10 // Don't use more than 15 points per axis, implementation limited.
|
|
|
#define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X |
|
|
#define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X |
|
|
|
|
|
|
|
@ -1427,8 +1428,8 @@ |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
// Homing speeds (mm/m)
|
|
|
// Homing speeds (mm/m)
|
|
|
#define HOMING_FEEDRATE_XY (50*50) |
|
|
#define HOMING_FEEDRATE_XY (60*60) |
|
|
#define HOMING_FEEDRATE_Z (50*50) |
|
|
#define HOMING_FEEDRATE_Z (4*60) |
|
|
|
|
|
|
|
|
// Validate that endstops are triggered on homing moves
|
|
|
// Validate that endstops are triggered on homing moves
|
|
|
#define VALIDATE_HOMING_ENDSTOPS |
|
|
#define VALIDATE_HOMING_ENDSTOPS |
|
@ -1775,7 +1776,7 @@ EEPROM_W25Q |
|
|
* |
|
|
* |
|
|
* :['JAPANESE', 'WESTERN', 'CYRILLIC'] |
|
|
* :['JAPANESE', 'WESTERN', 'CYRILLIC'] |
|
|
*/ |
|
|
*/ |
|
|
#define DISPLAY_CHARSET_HD44780 JAPANESE |
|
|
#define DISPLAY_CHARSET_HD44780 CYRILLIC |
|
|
|
|
|
|
|
|
/**
|
|
|
/**
|
|
|
* Info Screen Style (0:Classic, 1:Průša) |
|
|
* Info Screen Style (0:Classic, 1:Průša) |
|
@ -1824,7 +1825,7 @@ EEPROM_W25Q |
|
|
// This option overrides the default number of encoder pulses needed to
|
|
|
// This option overrides the default number of encoder pulses needed to
|
|
|
// produce one step. Should be increased for high-resolution encoders.
|
|
|
// produce one step. Should be increased for high-resolution encoders.
|
|
|
//
|
|
|
//
|
|
|
//#define ENCODER_PULSES_PER_STEP 4
|
|
|
#define ENCODER_PULSES_PER_STEP 4 |
|
|
|
|
|
|
|
|
//
|
|
|
//
|
|
|
// Use this option to override the number of step signals required to
|
|
|
// Use this option to override the number of step signals required to
|
|
|