Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNino van Hooff <ninovanhooff@gmail.com>2019-09-19 14:56:37 +0300
committerNino van Hooff <ninovanhooff@gmail.com>2019-09-19 14:56:37 +0300
commit17a832f52f14f2b7fae89e9a811cddb48725759a (patch)
tree803e34573e9880cdcafed2259e6d36dc62f7d758 /plugins/MachineSettingsAction
parent5a95788493622e205dc0b8244856e9630e7dc95c (diff)
Do not transform negative printhead min max values to positive while
displaying CURA-6690
Diffstat (limited to 'plugins/MachineSettingsAction')
-rw-r--r--plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml b/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml
index d817450f41..63c32d36cc 100644
--- a/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml
+++ b/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml
@@ -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
}