From 1ae8011cf7df0caedde2a6a7b10b407e2fb30b2f Mon Sep 17 00:00:00 2001 From: Remco Burema Date: Wed, 12 Jun 2019 14:02:37 +0200 Subject: [PATCH] Clarify crystalline description (crystal clear?). [CURA-6329] --- 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 bba2caedbb..4f99a5be5d 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -2237,7 +2237,7 @@ "material_crystallinity": { "label": "Crystalline Material", - "description": "Is this material the type that breaks off cleanly when heated, or is it the type that produces long intertwined polymer chains?", + "description": "Is this material the type that breaks off cleanly when heated (crystalline), or is it the type that produces long intertwined polymer chains (non-crystalline)?", "type": "bool", "default_value": false, "enabled": false,