|
567 | 567 | #define PREVENT_LENGTHY_EXTRUDE |
568 | 568 | #define EXTRUDE_MAXLENGTH 200 |
569 | 569 |
|
| 570 | + |
570 | 571 | //=========================================================================== |
571 | 572 | //======================== Thermal Runaway Protection ======================= |
572 | 573 | //=========================================================================== |
|
608 | 609 | //============================== Endstop Settings =========================== |
609 | 610 | //=========================================================================== |
610 | 611 |
|
| 612 | +// |
611 | 613 | // @section homing |
612 | 614 |
|
613 | 615 | // Specify here all the endstop connectors that are connected to any endstop or probe. |
|
839 | 841 | #define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN |
840 | 842 |
|
841 | 843 | // Force the use of the probe for Z-axis homing |
842 | | -//#define USE_PROBE_FOR_Z_HOMING |
| 844 | +#define USE_PROBE_FOR_Z_HOMING |
843 | 845 |
|
844 | 846 | /** |
845 | 847 | * Z_MIN_PROBE_PIN |
|
1308 | 1310 | */ |
1309 | 1311 | //#define AUTO_BED_LEVELING_3POINT |
1310 | 1312 | //#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 |
1313 | 1315 | //#define MESH_BED_LEVELING |
1314 | 1316 |
|
1315 | 1317 | /** |
|
1385 | 1387 | // Experimental Subdivision of the grid by Catmull-Rom method. |
1386 | 1388 | // Synthesizes intermediate points to produce a more detailed mesh. |
1387 | 1389 | // |
1388 | | - //#define ABL_BILINEAR_SUBDIVISION |
| 1390 | + #define ABL_BILINEAR_SUBDIVISION |
1389 | 1391 | #if ENABLED(ABL_BILINEAR_SUBDIVISION) |
1390 | 1392 | // Number of subdivisions between probe points |
1391 | 1393 | #define BILINEAR_SUBDIVISIONS 3 |
|
0 commit comments