Merge remote-tracking branch 'origin/master'

This commit is contained in:
Nino van Hooff 2020-07-13 16:42:11 +02:00
commit 3ceb9da27c
2 changed files with 11 additions and 1 deletions

View File

@ -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

View File

@ -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]