mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-19 20:57:48 -06:00
G34 configurable angle limit (#14321)
This commit is contained in:
parent
a31cb910f5
commit
a9acd2f497
83 changed files with 330 additions and 5 deletions
|
@ -604,6 +604,10 @@
|
|||
#define Z_STEPPER_ALIGN_ITERATIONS 3
|
||||
// Enable to restore leveling setup after operation
|
||||
#define RESTORE_LEVELING_AFTER_G34
|
||||
|
||||
// On a 300mm bed a 5% grade would give a misalignment of ~1.5cm
|
||||
#define G34_MAX_GRADE 5 // (%) Maximum incline G34 will handle
|
||||
|
||||
// Use the amplification factor to de-/increase correction step.
|
||||
// In case the stepper (spindle) position is further out than the test point
|
||||
// Use a value > 1. NOTE: This may cause instability
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue