Do not transform negative printhead min max values to positive while

displaying

CURA-6690
This commit is contained in:
Nino van Hooff 2019-09-19 13:56:37 +02:00
parent 5a95788493
commit 17a832f52f
3 changed files with 13 additions and 10 deletions

View file

@ -245,7 +245,7 @@ Item
axisName: "x"
axisMinOrMax: "max"
allowNegativeValue: true
allowNegativeValue: false
forceUpdateOnChangeFunction: forceUpdateFunction
}
@ -266,7 +266,7 @@ Item
axisName: "y"
axisMinOrMax: "max"
allowNegativeValue: true
allowNegativeValue: false
forceUpdateOnChangeFunction: forceUpdateFunction
}