Просмотр исходного кода

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

CURA-10391
c.lamboo 2 лет назад
Родитель
Сommit
84bb820e33
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      plugins/PostProcessingPlugin/scripts/PauseAtHeight.py

+ 1 - 1
plugins/PostProcessingPlugin/scripts/PauseAtHeight.py

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