From 63bb93ca6736bcfa2db1aeb87b2d34d4a20fbb98 Mon Sep 17 00:00:00 2001 From: John Lewin Date: Tue, 31 Oct 2017 18:35:49 -0700 Subject: [PATCH] Fix validate_layer_height help text - Issue MatterHackers/MatterControl#2445 Validate Layer Height Description --- 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 6c4849928..a3cb0cbb3 100644 --- a/StaticData/SliceSettings/Properties.json +++ b/StaticData/SliceSettings/Properties.json @@ -441,7 +441,7 @@ { "SlicerConfigName": "validate_layer_height", "PresentationName": "Validate Layer Height", - "HelpText": "Checks before each print that the layer height is greater than the nozzle diameter (important for filament adhesion)", + "HelpText": "Checks before each print that the layer height is less than the nozzle diameter (important for filament adhesion)", "DataEditType": "CHECK_BOX", "ExtraSettings": "", "ShowAsOverride": true,