mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 03:29:00 +08:00
Update copy in pause at height to reflect that the first layer is 0
CURA-10391
This commit is contained in:
parent
e099304fce
commit
84bb820e33
@ -46,7 +46,7 @@ class PauseAtHeight(Script):
|
|||||||
"pause_layer":
|
"pause_layer":
|
||||||
{
|
{
|
||||||
"label": "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",
|
"type": "int",
|
||||||
"value": "math.floor((pause_height - 0.27) / 0.1) + 1",
|
"value": "math.floor((pause_height - 0.27) / 0.1) + 1",
|
||||||
"minimum_value": "0",
|
"minimum_value": "0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user