From b9fe8485f93430ddbbb1425a5275b7650c4fe856 Mon Sep 17 00:00:00 2001 From: Tyler Anderson Date: Mon, 1 Aug 2016 16:27:49 -0700 Subject: [PATCH 1/2] Help text improvement --- 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 777a6f0f9..f060c955c 100644 --- a/StaticData/SliceSettings/Properties.json +++ b/StaticData/SliceSettings/Properties.json @@ -1445,7 +1445,7 @@ "SetSettingsOnChange": [ ], "SlicerConfigName": "print_center", "PresentationName": "Print Center", - "HelpText": "The position (X and Y coordinates) of the center of the print bed, in millimeters.", + "HelpText": "The position (X and Y coordinates) of the center of the print bed, in millimeters. Should be 1/2 bed size for Cartesian printers and 0, 0 for Delta printers.", "DataEditType": "VECTOR2", "ExtraSettings": "mm", "ShowAsOverride": true, From cdb930b92257de90c671b030dbfe6d812464e875 Mon Sep 17 00:00:00 2001 From: Tyler Anderson Date: Mon, 1 Aug 2016 18:38:44 -0700 Subject: [PATCH 2/2] Revised improvement --- 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 f060c955c..3514bc726 100644 --- a/StaticData/SliceSettings/Properties.json +++ b/StaticData/SliceSettings/Properties.json @@ -1445,7 +1445,7 @@ "SetSettingsOnChange": [ ], "SlicerConfigName": "print_center", "PresentationName": "Print Center", - "HelpText": "The position (X and Y coordinates) of the center of the print bed, in millimeters. Should be 1/2 bed size for Cartesian printers and 0, 0 for Delta printers.", + "HelpText": "The position (X and Y coordinates) of the center of the print bed, in millimeters. Normally this is 1/2 the bed size for Cartesian printers and 0, 0 for Delta printers.", "DataEditType": "VECTOR2", "ExtraSettings": "mm", "ShowAsOverride": true,