Edit default values

Getting closer to the stock settings, I edited the hotend PID and extruder step values.
This commit is contained in:
David Ramiro
2018-12-13 10:03:25 +01:00
parent fb9afb0589
commit 7f311c086e
3 changed files with 6 additions and 7 deletions

View File

@@ -380,8 +380,8 @@
// If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
// i3 Mega
#define DEFAULT_Kp 13.76
#define DEFAULT_Ki 0.85
#define DEFAULT_Kp 16.43
#define DEFAULT_Ki 1.03
#define DEFAULT_Kd 55.79
// Ultimaker
@@ -612,7 +612,7 @@
* Override with M92
* X, Y, Z, E0 [, E1[, E2[, E3[, E4]]]]
*/
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 98.26 }
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 92.6 }
/**
* Default Max Feed Rate (mm/s)
@@ -1015,7 +1015,7 @@
#if ENABLED(G26_MESH_VALIDATION)
#define MESH_TEST_NOZZLE_SIZE 0.4 // (mm) Diameter of primary nozzle.
#define MESH_TEST_LAYER_HEIGHT 0.2 // (mm) Default layer height for the G26 Mesh Validation Tool.
#define MESH_TEST_HOTEND_TEMP 205.0 // (°C) Default nozzle temperature for the G26 Mesh Validation Tool.
#define MESH_TEST_HOTEND_TEMP 200.0 // (°C) Default nozzle temperature for the G26 Mesh Validation Tool.
#define MESH_TEST_BED_TEMP 60.0 // (°C) Default bed temperature for the G26 Mesh Validation Tool.
#endif

View File

@@ -48,7 +48,7 @@
* here we define this default string as the date where the latest release
* version was tagged.
*/
#define STRING_DISTRIBUTION_DATE "2019-12-02"
#define STRING_DISTRIBUTION_DATE "2018-12-13"
/**
* Required minimum Configuration.h and Configuration_adv.h file versions.