From a44013d384dd95fdcd9f92c85ec00f530eb32e4d Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Wed, 25 Jan 2017 16:30:14 +0100 Subject: [PATCH 1/2] Add new fixes for UM2 firmware in 2.4 This text is at my judgement. No marketing speak. Contributes to issue CURA-3048. --- plugins/ChangeLogPlugin/ChangeLog.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/ChangeLogPlugin/ChangeLog.txt b/plugins/ChangeLogPlugin/ChangeLog.txt index c98f0a7c6b..8ed82a3940 100644 --- a/plugins/ChangeLogPlugin/ChangeLog.txt +++ b/plugins/ChangeLogPlugin/ChangeLog.txt @@ -122,6 +122,8 @@ There are no more unnecessary retractions in support. Each layer now has less extruder switches than the machine has extruders. Concentric infill doesn’t generate the first infill perimeter next to the walls. Extruder priming now always happens on the first layer. +Raising the build plate of the Ultimaker 2 now has the proper speed again. +Changing material while the Ultimaker 2 is paused works again. [2.3.1] *Layer Height in Profile Selection From 6f3acaf8b54687431ee2b7cb34d0a1e6b8b1593b Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Wed, 25 Jan 2017 16:36:01 +0100 Subject: [PATCH 2/2] Hide ooze shield in single extrusion The setting has no effect then, because the ooze shield gets limited to the height of the highest extruder switch and there are no extruder switches in single extrusion prints. --- resources/definitions/fdmprinter.def.json | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 4b53c02872..0ee44ec7c3 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -3836,6 +3836,7 @@ "description": "Enable exterior ooze shield. This will create a shell around the model which is likely to wipe a second nozzle if it's at the same height as the first nozzle.", "type": "bool", "resolve": "any(extruderValues('ooze_shield_enabled'))", + "enabled": "machine_extruder_count > 1", "default_value": false, "settable_per_mesh": false, "settable_per_extruder": false