Update copy in pause at height to reflect that the first layer is 0

CURA-10391
This commit is contained in:
c.lamboo 2023-03-15 10:42:07 +01:00
parent e099304fce
commit 84bb820e33

View file

@ -46,7 +46,7 @@ class PauseAtHeight(Script):
"pause_layer":
{
"label": "Pause Layer",
"description": "Enter the Number of the LAST layer you want to finish prior to the pause (from the Cura preview).",
"description": "Enter the Number of the LAST layer you want to finish prior to the pause. Note that 0 is the first layer printed.",
"type": "int",
"value": "math.floor((pause_height - 0.27) / 0.1) + 1",
"minimum_value": "0",