diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-09-26 13:38:35 -0400 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2018-10-01 11:12:30 -0400 |
commit | 348a41c325f6580d57e982bcc197978c1c977bbc (patch) | |
tree | cf02a4d5440b7ddb466f8e5c2de1fe4c39f1e054 /config/example-extras.cfg | |
parent | 33887b8c396c5933cf6bd3ad653eec32834f2c9f (diff) | |
download | kutter-348a41c325f6580d57e982bcc197978c1c977bbc.tar.gz kutter-348a41c325f6580d57e982bcc197978c1c977bbc.tar.xz kutter-348a41c325f6580d57e982bcc197978c1c977bbc.zip |
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>
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 7257961e..ab8d8e3f 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -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. |