From 7ace87527907a3da1102b39d8794105da6780fda Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Mon, 19 Jul 2021 15:47:38 +0200 Subject: [PATCH 1/2] Also search on description when using search in visibility page --- resources/qml/Preferences/SettingVisibilityPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/Preferences/SettingVisibilityPage.qml b/resources/qml/Preferences/SettingVisibilityPage.qml index 37149c0009..d2fd5c7e94 100644 --- a/resources/qml/Preferences/SettingVisibilityPage.qml +++ b/resources/qml/Preferences/SettingVisibilityPage.qml @@ -95,7 +95,7 @@ UM.PreferencesPage placeholderText: catalog.i18nc("@label:textbox", "Filter...") - onTextChanged: definitionsModel.filter = {"i18n_label": "*" + text} + onTextChanged: definitionsModel.filter = {"i18n_label|i18n_description": "*" + text} } NewControls.ComboBox From d536dd12a08a9fdffc78fe9c1530dfaa5e7f9d9d Mon Sep 17 00:00:00 2001 From: NilsRo <51311453+NilsRo@users.noreply.github.com> Date: Tue, 20 Jul 2021 09:11:32 +0200 Subject: [PATCH 2/2] Changed "Deviation" for Anycubic Mega S and X to better support hardware (#10093) * Update anycubic_i3_mega_s.def.json Adapted Deviation to ATMega2560 of Anycubic Mega S * Update resources/definitions/anycubic_i3_mega_s.def.json Good points. Thanks! Co-authored-by: Konstantinos Karmas Co-authored-by: Konstantinos Karmas --- resources/definitions/anycubic_i3_mega_s.def.json | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/definitions/anycubic_i3_mega_s.def.json b/resources/definitions/anycubic_i3_mega_s.def.json index f0c786a393..a0e83627c4 100644 --- a/resources/definitions/anycubic_i3_mega_s.def.json +++ b/resources/definitions/anycubic_i3_mega_s.def.json @@ -115,6 +115,7 @@ "skirt_gap": { "value": 5.0 }, "skirt_line_count": { "value": 4 }, + "meshfix_maximum_deviation": { "value": 0.05 }, "support_angle": { "value": "math.floor(math.degrees(math.atan(line_width / 2.0 / layer_height)))" }, "support_pattern": { "value": "'zigzag'" },