mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Rename to comptabileMaterialDiameter
CURA-5834 This property returns the material diameter an extruder is compatible with, so this makes it more clear.
This commit is contained in:
parent
afa3e62dc1
commit
ea10d5e608
2 changed files with 3 additions and 3 deletions
|
@ -926,7 +926,7 @@ class ThreeMFWorkspaceReader(WorkspaceReader):
|
|||
build_plate_id = global_stack.variant.getId()
|
||||
|
||||
# get material diameter of this extruder
|
||||
machine_material_diameter = extruder_stack.materialDiameter
|
||||
machine_material_diameter = extruder_stack.comptabileMaterialDiameter
|
||||
material_node = material_manager.getMaterialNode(global_stack.definition.getId(),
|
||||
extruder_stack.variant.getName(),
|
||||
build_plate_id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue