Skip to content

Commit

Permalink
Update Configuration.h
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMichalcinOfficial committed Dec 30, 2020
1 parent 3784602 commit 4914ac9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@
#define PREVENT_LENGTHY_EXTRUDE
#define EXTRUDE_MAXLENGTH 200


//===========================================================================
//======================== Thermal Runaway Protection =======================
//===========================================================================
Expand Down Expand Up @@ -608,6 +609,7 @@
//============================== Endstop Settings ===========================
//===========================================================================

//
// @section homing

// Specify here all the endstop connectors that are connected to any endstop or probe.
Expand Down Expand Up @@ -839,7 +841,7 @@
#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN

// Force the use of the probe for Z-axis homing
//#define USE_PROBE_FOR_Z_HOMING
#define USE_PROBE_FOR_Z_HOMING

/**
* Z_MIN_PROBE_PIN
Expand Down Expand Up @@ -1308,8 +1310,8 @@
*/
//#define AUTO_BED_LEVELING_3POINT
//#define AUTO_BED_LEVELING_LINEAR
//#define AUTO_BED_LEVELING_BILINEAR
#define AUTO_BED_LEVELING_UBL
#define AUTO_BED_LEVELING_BILINEAR
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING

/**
Expand Down Expand Up @@ -1385,7 +1387,7 @@
// Experimental Subdivision of the grid by Catmull-Rom method.
// Synthesizes intermediate points to produce a more detailed mesh.
//
//#define ABL_BILINEAR_SUBDIVISION
#define ABL_BILINEAR_SUBDIVISION
#if ENABLED(ABL_BILINEAR_SUBDIVISION)
// Number of subdivisions between probe points
#define BILINEAR_SUBDIVISIONS 3
Expand Down

0 comments on commit 4914ac9

Please sign in to comment.