mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 15:44:04 -06:00
Merge branch '2.4' of github.com:Ultimaker/Cura into 2.4
This commit is contained in:
commit
b8967edd82
2 changed files with 3 additions and 0 deletions
|
@ -122,6 +122,8 @@ There are no more unnecessary retractions in support.
|
||||||
Each layer now has less extruder switches than the machine has extruders.
|
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.
|
Concentric infill doesn’t generate the first infill perimeter next to the walls.
|
||||||
Extruder priming now always happens on the first layer.
|
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]
|
[2.3.1]
|
||||||
*Layer Height in Profile Selection
|
*Layer Height in Profile Selection
|
||||||
|
|
|
@ -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.",
|
"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",
|
"type": "bool",
|
||||||
"resolve": "any(extruderValues('ooze_shield_enabled'))",
|
"resolve": "any(extruderValues('ooze_shield_enabled'))",
|
||||||
|
"enabled": "machine_extruder_count > 1",
|
||||||
"default_value": false,
|
"default_value": false,
|
||||||
"settable_per_mesh": false,
|
"settable_per_mesh": false,
|
||||||
"settable_per_extruder": false
|
"settable_per_extruder": false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue