Update PauseOnLayer HelpText to indicate pause is before layer

- Issue MatterHackers/MCCentral#4721
This commit is contained in:
John Lewin 2018-12-20 17:18:27 -08:00
parent c4df1954ac
commit 9c6cfae622

View file

@ -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,