From cf6cbafb256bca75ebc8ac563649fd82a6c21ebd Mon Sep 17 00:00:00 2001 From: Remco Burema Date: Thu, 13 Apr 2023 22:03:25 +0200 Subject: [PATCH] Fit 'Tree Support Rest Preference' description to behaviour. CURA-10463 --- 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 a7769bbee2..8d71d093fb 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -4779,12 +4779,12 @@ "support_tree_rest_preference": { "label": "Tree Support Rest Preference", - "description": "The preferred placement of the support structures. If structures cant be placed at the prefered location, they will be place elsewhere", + "description": "The preferred placement of the support structures. If structures can't be placed at the preferred location, they will be place elsewhere, even if that means placing them on the model.", "type": "enum", "options": { - "buildplate": "Buildplate", - "graceful": "On any flat surface" + "buildplate": "Force Only Buildplate", + "graceful": "On Model If Necessary" }, "default_value": "buildplate", "value": "'buildplate' if support_type == 'buildplate' else 'graceful'",