diff --git a/Play/SKR Mini e3 v1.2/Latest Testing-TR8 Leadscrew+EDM-Extruder/Configuration.h b/Play/SKR Mini e3 v1.2/Latest Testing-TR8 Leadscrew+EDM-Extruder/Configuration.h index c7ecda5..318a733 100644 --- a/Play/SKR Mini e3 v1.2/Latest Testing-TR8 Leadscrew+EDM-Extruder/Configuration.h +++ b/Play/SKR Mini e3 v1.2/Latest Testing-TR8 Leadscrew+EDM-Extruder/Configuration.h @@ -414,7 +414,7 @@ #define TEMP_SENSOR_5 0 #define TEMP_SENSOR_6 0 #define TEMP_SENSOR_7 0 -#define TEMP_SENSOR_BED 7 +#define TEMP_SENSOR_BED 0 #define TEMP_SENSOR_PROBE 0 #define TEMP_SENSOR_CHAMBER 0 @@ -730,14 +730,14 @@ * Override with M92 * X, Y, Z, E0 [, E1[, E2...]] */ -#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 102 } +#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 2020, 94.5 } /** * Default Max Feed Rate (mm/s) * Override with M203 * X, Y, Z, E0 [, E1[, E2...]] */ -#define DEFAULT_MAX_FEEDRATE { 350, 350, 15, 60 } +#define DEFAULT_MAX_FEEDRATE { 500, 500, 7, 60 } //#define LIMITED_MAX_FR_EDITING // Limit edit via M203 or LCD to DEFAULT_MAX_FEEDRATE * 2 #if ENABLED(LIMITED_MAX_FR_EDITING) @@ -752,7 +752,7 @@ */ #define DEFAULT_MAX_ACCELERATION { 2500, 2500, 150, 10000 } -//#define LIMITED_MAX_ACCEL_EDITING // Limit edit via M201 or LCD to DEFAULT_MAX_ACCELERATION * 2 +#define LIMITED_MAX_ACCEL_EDITING // Limit edit via M201 or LCD to DEFAULT_MAX_ACCELERATION * 2 #if ENABLED(LIMITED_MAX_ACCEL_EDITING) #define MAX_ACCEL_EDIT_VALUES { 6000, 6000, 200, 20000 } // ...or, set your own edit limits #endif @@ -1092,8 +1092,8 @@ // @section machine // The size of the print bed -#define X_BED_SIZE 100 -#define Y_BED_SIZE 205 +#define X_BED_SIZE 152 +#define Y_BED_SIZE 152 // Travel limits (mm) after homing, corresponding to endstop positions. #define X_MIN_POS 0 @@ -1101,7 +1101,7 @@ #define Z_MIN_POS 0 #define X_MAX_POS X_BED_SIZE #define Y_MAX_POS Y_BED_SIZE -#define Z_MAX_POS 131 +#define Z_MAX_POS 152 /** * Software Endstops diff --git a/Play/SKR Mini e3 v1.2/Latest Testing-TR8 Leadscrew+EDM-Extruder/Configuration_adv.h b/Play/SKR Mini e3 v1.2/Latest Testing-TR8 Leadscrew+EDM-Extruder/Configuration_adv.h index a9a284c..b71cba1 100644 --- a/Play/SKR Mini e3 v1.2/Latest Testing-TR8 Leadscrew+EDM-Extruder/Configuration_adv.h +++ b/Play/SKR Mini e3 v1.2/Latest Testing-TR8 Leadscrew+EDM-Extruder/Configuration_adv.h @@ -781,7 +781,7 @@ // Backlash Compensation // Adds extra movement to axes on direction-changes to account for backlash. // -#define BACKLASH_COMPENSATION +//#define BACKLASH_COMPENSATION #if ENABLED(BACKLASH_COMPENSATION) // Define values for backlash distance and correction. // If BACKLASH_GCODE is enabled these values are the defaults. diff --git a/Play/SKR Mini e3 v1.2/Latest Testing-TR8 Leadscrew+EDM-Extruder/firmware.bin b/Play/SKR Mini e3 v1.2/Latest Testing-TR8 Leadscrew+EDM-Extruder/firmware.bin index dd59f02..697e226 100644 Binary files a/Play/SKR Mini e3 v1.2/Latest Testing-TR8 Leadscrew+EDM-Extruder/firmware.bin and b/Play/SKR Mini e3 v1.2/Latest Testing-TR8 Leadscrew+EDM-Extruder/firmware.bin differ