From 8016cb648bc7c98d9097df018f2a9819cb352236 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Thu, 13 Oct 2016 20:09:28 +0200 Subject: [PATCH] JSOn fix: better language hollow wipe tower settings (CURA-2325) --- resources/definitions/fdmprinter.def.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 8ba538b2ea..4d6e78d03e 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -3649,7 +3649,7 @@ "prime_tower_min_volume": { "label": "Prime Tower Minimum Volume", - "description": "The minimum volume each layer of the prime tower in order to purge enough material.", + "description": "The minimum volume for each layer of the prime tower in order to purge enough material.", "unit": "mm³", "type": "float", "default_value": 4.544, @@ -3663,8 +3663,8 @@ { "prime_tower_wall_thickness": { - "label": "Prime Tower Wall Thickness", - "description": "The thickness of the outside walls in the horizontal direction. This value divided by the wall line width defines the number of walls.", + "label": "Prime Tower Thickness", + "description": "The thickness of the hollow prime tower. A thickness larger than half the Prime Tower Minimum Volume will result in a dense prime tower.", "unit": "mm", "type": "float", "default_value": 0.8,