mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Do not transform negative printhead min max values to positive while
displaying CURA-6690
This commit is contained in:
parent
5a95788493
commit
17a832f52f
3 changed files with 13 additions and 10 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue