diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-07-10 19:25:56 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-07-10 19:25:56 -0400 |
commit | 0343d0c73aed236232592e9c46874de7ab761139 (patch) | |
tree | 38dfbb05d1c79b490a8537c58a46274820b4b9c9 /config/example-extras.cfg | |
parent | 364c22fe8472cac712b6ada06a0a967df98e636a (diff) | |
download | kutter-0343d0c73aed236232592e9c46874de7ab761139.tar.gz kutter-0343d0c73aed236232592e9c46874de7ab761139.tar.xz kutter-0343d0c73aed236232592e9c46874de7ab761139.zip |
firmware_retract: Remove z_hop support
The current z_hop support did not work correctly with common slicers
that change Z height between retract and unretract, and it did not
work correctly with slicers that issue a retract at the end of a print
and then at the beginning of the next print.
The z_hop support is therefore being removed until these issues can be
fixed.
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, 0 insertions, 3 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index e29df5b2..46c0d6ca 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -1664,9 +1664,6 @@ # The length (in mm) of *additional* filament to add when unretracting. #unretract_speed: 10 # The speed of unretraction, in mm/s. The default is 10 mm/s. -#z_hop: 0 -# The amount of lift applied to the Z axis (in mm) on retract and -# restored on unretract. The default is 0 mm. # Include file support. One may include additional config file from |