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:
committed by
KevinOConnor
parent
33887b8c39
commit
348a41c325
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user