diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index d7fa82a2c2..6b7a29af7a 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -7146,6 +7146,7 @@ "description": "Detect bridges and modify print speed, flow and fan settings while bridges are printed.", "type": "bool", "default_value": false, + "resolve": "any(extruderValues('bridge_settings_enabled'))", "settable_per_mesh": true, "settable_per_extruder": false, "settable_per_meshgroup": false diff --git a/resources/texts/change_log.txt b/resources/texts/change_log.txt index 8ce125d932..71eb566329 100644 --- a/resources/texts/change_log.txt +++ b/resources/texts/change_log.txt @@ -1,6 +1,15 @@ [4.6.2] -TODO +Patch release to fix some bugs that emerged with 4.6.1. + +* Persistent notifications in the Marketplace. +We fixed a frustrating bug where a package would keep issuing a badge notification to update, even after the package had been updated. + +* Removed Ultibot from Marketplace login screen. +For professionalism, Ultibot has been asked to leave the Marketplace login screen. He's now gone from everything. + +* Ultimaker 2+ Z-hop. +The Ultimaker 2+ included an unwanted travel move that could drag purged material into the start of a print. This is now fixed. [4.6.1]