From 61cc331ed515b760f76e6982a632eb472aefe9cd Mon Sep 17 00:00:00 2001 From: larsbrubaker Date: Sun, 11 Jan 2015 09:42:47 -0800 Subject: [PATCH] Better description for support angle. --- StaticData/SliceSettings/Properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StaticData/SliceSettings/Properties.json b/StaticData/SliceSettings/Properties.json index 43d1f28cb..c0382db6e 100644 --- a/StaticData/SliceSettings/Properties.json +++ b/StaticData/SliceSettings/Properties.json @@ -915,7 +915,7 @@ { "SlicerConfigName": "support_material_threshold", "PresentationName": "Amount", - "HelpText": "The last angle at which support material will be generated. Larger numbers will result in more support.", + "HelpText": "Smaller number create less support. Larger numbers will result in more support. The first angle from the bed that requires support. ", "DataEditType": "POSITIVE_DOUBLE", "ExtraSettings": "degrees", "QuickMenuSettings": [{"MenuName" : "Minimum", "Value": "20"},{"MenuName" : "Standard", "Value": "45"},{"MenuName" : "All", "Value": "90"}]