Skip to content

Commit

Permalink
updates to latest config
Browse files Browse the repository at this point in the history
  • Loading branch information
drphil3d committed Apr 28, 2020
1 parent 5980fa0 commit 965683e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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)
Expand All @@ -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
Expand Down Expand Up @@ -1092,16 +1092,16 @@
// @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
#define Y_MIN_POS 0
#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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Binary file not shown.

0 comments on commit 965683e

Please sign in to comment.