mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-07 06:57:39 -06:00
Add HOME_AFTER_G34
This commit is contained in:
parent
a41552e254
commit
73508b84f4
138 changed files with 962 additions and 1507 deletions
|
@ -718,6 +718,9 @@
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 5 // Number of iterations to apply during alignment
|
#define Z_STEPPER_ALIGN_ITERATIONS 5 // Number of iterations to apply during alignment
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
|
#define HOME_AFTER_G34
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -715,17 +715,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -718,17 +718,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -718,17 +718,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -718,17 +718,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -706,17 +706,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -719,17 +719,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -719,17 +719,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -716,17 +716,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -711,17 +711,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -711,17 +711,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
|
@ -714,17 +714,13 @@
|
||||||
#define Z_STEPPER_ALIGN_AMP 1.0
|
#define Z_STEPPER_ALIGN_AMP 1.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set number of iterations to align
|
#define G34_MAX_GRADE 5 // (%) Maximum incline that G34 will handle
|
||||||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
#define Z_STEPPER_ALIGN_ITERATIONS 3 // Number of iterations to apply during alignment
|
||||||
|
#define Z_STEPPER_ALIGN_ACC 0.02 // Stop iterating early if the accuracy is better than this
|
||||||
// Enable to restore leveling setup after operation
|
#define RESTORE_LEVELING_AFTER_G34 // Restore leveling after G34 is done?
|
||||||
#define RESTORE_LEVELING_AFTER_G34
|
// After G34, re-home Z (G28 Z) or just calculate it from the last probe heights?
|
||||||
|
// Re-homing might be more precise in reproducing the actual 'G28 Z' homing height, especially on an uneven bed.
|
||||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
#define HOME_AFTER_G34
|
||||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
|
||||||
|
|
||||||
// Stop criterion. If the accuracy is better than this stop iterating early
|
|
||||||
#define Z_STEPPER_ALIGN_ACC 0.02
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue