Skip to content

Commit 4914ac9

Browse files
committed
Update Configuration.h
1 parent 3784602 commit 4914ac9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Marlin/Configuration.h

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,7 @@
567567
#define PREVENT_LENGTHY_EXTRUDE
568568
#define EXTRUDE_MAXLENGTH 200
569569

570+
570571
//===========================================================================
571572
//======================== Thermal Runaway Protection =======================
572573
//===========================================================================
@@ -608,6 +609,7 @@
608609
//============================== Endstop Settings ===========================
609610
//===========================================================================
610611

612+
//
611613
// @section homing
612614

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

841843
// Force the use of the probe for Z-axis homing
842-
//#define USE_PROBE_FOR_Z_HOMING
844+
#define USE_PROBE_FOR_Z_HOMING
843845

844846
/**
845847
* Z_MIN_PROBE_PIN
@@ -1308,8 +1310,8 @@
13081310
*/
13091311
//#define AUTO_BED_LEVELING_3POINT
13101312
//#define AUTO_BED_LEVELING_LINEAR
1311-
//#define AUTO_BED_LEVELING_BILINEAR
1312-
#define AUTO_BED_LEVELING_UBL
1313+
#define AUTO_BED_LEVELING_BILINEAR
1314+
//#define AUTO_BED_LEVELING_UBL
13131315
//#define MESH_BED_LEVELING
13141316

13151317
/**
@@ -1385,7 +1387,7 @@
13851387
// Experimental Subdivision of the grid by Catmull-Rom method.
13861388
// Synthesizes intermediate points to produce a more detailed mesh.
13871389
//
1388-
//#define ABL_BILINEAR_SUBDIVISION
1390+
#define ABL_BILINEAR_SUBDIVISION
13891391
#if ENABLED(ABL_BILINEAR_SUBDIVISION)
13901392
// Number of subdivisions between probe points
13911393
#define BILINEAR_SUBDIVISIONS 3

0 commit comments

Comments
 (0)