From 0c846d76a1806009b16fca9b09489e509d9b3976 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Sun, 3 Nov 2019 01:41:51 +0100 Subject: [PATCH] Correct setting name and description of wipe Z hop This hop is executed regardless of whether or not the wipe is retracted. --- resources/definitions/fdmprinter.def.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 3380758519..2861e2ec74 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -7476,8 +7476,8 @@ }, "wipe_hop_enable": { - "label": "Wipe Z Hop When Retracted", - "description": "Whenever a retraction is done, the build plate is lowered to create clearance between the nozzle and the print. It prevents the nozzle from hitting the print during travel moves, reducing the chance to knock the print from the build plate.", + "label": "Wipe Z Hop", + "description": "When wiping, the build plate is lowered to create clearance between the nozzle and the print. It prevents the nozzle from hitting the print during travel moves, reducing the chance to knock the print from the build plate.", "type": "bool", "default_value": true, "value": "retraction_hop_enabled",