From 97ad526ea4b299301775b0f5a2d414662f39641a Mon Sep 17 00:00:00 2001 From: Erwan MATHIEU Date: Fri, 3 Nov 2023 10:56:59 +0100 Subject: [PATCH] Refine prime tower new settings descriptions CURA-11259 --- resources/definitions/fdmprinter.def.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index c20010090f..4527339494 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -6675,7 +6675,7 @@ { "value": "resolveOrValue('adhesion_type') in ['raft', 'brim']", "label": "Prime Tower Base", - "description": "Prime-towers might need the extra adhesion afforded by a brim or raft, even if the model doesn't.", + "description": "By enabling this setting, your prime-tower will get a brim, even if the model doesn't. If you want a sturdier base for a high tower, you can increase the base height.", "type": "bool", "enabled": "resolveOrValue('prime_tower_enable') and resolveOrValue('adhesion_type') != 'raft'", "default_value": false, @@ -6686,7 +6686,7 @@ { "value": "resolveOrValue('raft_margin') if resolveOrValue('adhesion_type') == 'raft' else resolveOrValue('brim_width')", "label": "Prime Tower Base Size", - "description": "The width of the prime tower base.", + "description": "The width of the prime tower brim/base. A larger base enhances adhesion to the build plate, but also reduces the effective print area.", "type": "float", "unit": "mm", "enabled": "resolveOrValue('prime_tower_enable') and (resolveOrValue('prime_tower_brim_enable') or resolveOrValue('adhesion_type') == 'raft')", @@ -6700,7 +6700,7 @@ { "value": "resolveOrValue('layer_height')", "label": "Prime Tower Base Height", - "description": "The height of the prime tower base.", + "description": "The height of the prime tower base. Increasing this value will result in a more sturdy prime tower because the base will be wider. If this setting is too low, the prime tower will not have a sturdy base.", "type": "float", "unit": "mm", "enabled": "resolveOrValue('prime_tower_enable') and (resolveOrValue('prime_tower_brim_enable') or resolveOrValue('adhesion_type') == 'raft')", @@ -6712,8 +6712,8 @@ }, "prime_tower_base_curve_magnitude": { - "label": "Prime Tower Base Curve Magnitude", - "description": "The magnitude factor used for the curve of the prime tower foot.", + "label": "Prime Tower Base Slope", + "description": "The magnitude factor used for the slope of the prime tower base. If you increase this value, the base will become slimmer. If you decrease it, the base will become thicker.", "type": "float", "enabled": "resolveOrValue('prime_tower_enable') and (resolveOrValue('prime_tower_brim_enable') or resolveOrValue('adhesion_type') == 'raft')", "default_value": 4,