mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-08-10 07:15:11 -06:00
parent
c3cd345a6d
commit
9e9a3e38be
265 changed files with 1325 additions and 265 deletions
|
@ -1053,7 +1053,6 @@
|
|||
*/
|
||||
#if ANYCUBIC_PROBE_VERSION == 0
|
||||
#define PROBE_MANUALLY
|
||||
#define MANUAL_PROBE_START_Z 1.5
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
@ -1565,6 +1564,11 @@
|
|||
*/
|
||||
//#define DEBUG_LEVELING_FEATURE
|
||||
|
||||
#if ANY(MESH_BED_LEVELING, AUTO_BED_LEVELING_UBL, PROBE_MANUALLY)
|
||||
// Set a height for the start of manual adjustment
|
||||
#define MANUAL_PROBE_START_Z 1.5 // (mm) Comment out to use the last-measured height
|
||||
#endif
|
||||
|
||||
#if ANY(MESH_BED_LEVELING, AUTO_BED_LEVELING_BILINEAR, AUTO_BED_LEVELING_UBL)
|
||||
// Gradually reduce leveling correction until a set height is reached,
|
||||
// at which point movement will be level to the machine's XY plane.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue