From 9c6cfae622bef19e8ec00f7f400a5e5150d2beb4 Mon Sep 17 00:00:00 2001 From: John Lewin Date: Thu, 20 Dec 2018 17:18:27 -0800 Subject: [PATCH] Update PauseOnLayer HelpText to indicate pause is before layer - Issue MatterHackers/MCCentral#4721 --- 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 c7b18e1cb..c74ed4065 100644 --- a/StaticData/SliceSettings/Properties.json +++ b/StaticData/SliceSettings/Properties.json @@ -104,7 +104,7 @@ { "SlicerConfigName": "layer_to_pause", "PresentationName": "Layer(s) To Pause", - "HelpText": "The layer(s) at which the print will pause, allowing for a change in filament. Leave blank to disable. To pause on multiple layers, separate the layer numbers with semicolons. For example: \"16; 37\".", + "HelpText": "The layer(s) at which the print will pause, allowing for a change in filament. Printer is paused before starting the given layer. Leave blank to disable. To pause on multiple layers, separate the layer numbers with semicolons. For example: \"16; 37\".", "DataEditType": "STRING", "ShowIfSet": "!sla_printer", "ResetAtEndOfPrint": true,