Allow negative values for nozzle offsets and print head shape

That's half of the point of these settings, anyway.

Fixes #5784.
This commit is contained in:
Cherubim 2019-05-28 17:10:32 +02:00
parent 310a48a2c9
commit f6627daa49
No known key found for this signature in database
GPG key ID: 6E03595319423F70
2 changed files with 6 additions and 0 deletions

View file

@ -107,6 +107,7 @@ Item
labelWidth: base.labelWidth
controlWidth: base.controlWidth
unitText: catalog.i18nc("@label", "mm")
allowNegativeValue: true
forceUpdateOnChangeFunction: forceUpdateFunction
}
@ -121,6 +122,7 @@ Item
labelWidth: base.labelWidth
controlWidth: base.controlWidth
unitText: catalog.i18nc("@label", "mm")
allowNegativeValue: true
forceUpdateOnChangeFunction: forceUpdateFunction
}