mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 15:25:09 -06:00
Fix material diameter change
CURA-6868
This commit is contained in:
parent
d105150f53
commit
59fa73448a
2 changed files with 7 additions and 5 deletions
|
@ -111,6 +111,8 @@ TabView
|
|||
{
|
||||
base.setMetaDataEntry("approximate_diameter", old_approximate_diameter_value, getApproximateDiameter(new_diameter_value).toString());
|
||||
base.setMetaDataEntry("properties/diameter", properties.diameter, new_diameter_value);
|
||||
// CURA-6868 Make sure to update the extruder to user a diameter-compatible material.
|
||||
Cura.MachineManager.updateMaterialWithVariant()
|
||||
base.resetSelectedMaterial()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue