mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-15 02:37:52 -06:00
bed_tilt: Remove special probe:z_virtual_endstop handling
Remove the code to calculate and track the z_offset via position_endstop updates. It's simpler to always save and restore the calculated z_adjust. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
33887b8c39
commit
348a41c325
2 changed files with 12 additions and 29 deletions
|
@ -48,6 +48,9 @@
|
|||
#y_adjust: 0
|
||||
# The amount to add to each move's Z height for each mm on the Y
|
||||
# axis. The default is 0.
|
||||
#z_adjust: 0
|
||||
# The amount to add to the Z height when the nozzle is nominally at
|
||||
# 0,0. The default is 0.
|
||||
# The remaining parameters control a BED_TILT_CALIBRATE extended
|
||||
# g-code command that may be used to calibrate appropriate x and y
|
||||
# adjustment parameters.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue