From 1e343c26ebb6f0c07b7f0b5b8a48f12000f8dcd8 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Wed, 2 Nov 2016 10:23:42 +0100 Subject: [PATCH] JSON fix: better description dual_pre_wipe (CURA-2325) --- resources/definitions/fdmprinter.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index c5174cbccc..8547aa4df6 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -3735,7 +3735,7 @@ "dual_pre_wipe": { "label": "Wipe Nozzle After Switch", - "description": "After switching nozzle, wipe the oozed material off of the nozzle on the first thing printed. This performs a safe slow wipe move at a place where the oozed material causes least harm to the surface quality of your print.", + "description": "After switching extruder, wipe the oozed material off of the nozzle on the first thing printed. This performs a safe slow wipe move at a place where the oozed material causes least harm to the surface quality of your print.", "type": "bool", "enabled": "resolveOrValue('prime_tower_enable')", "default_value": true,