mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 17:27:51 -06:00
CURA-4557 added material_shrinkage_ratio_percentage setting
This commit is contained in:
parent
8dd065e3f5
commit
d0609e97e4
2 changed files with 15 additions and 1 deletions
|
@ -988,7 +988,8 @@ class XmlMaterialProfile(InstanceContainer):
|
|||
"retraction amount": "retraction_amount",
|
||||
"retraction speed": "retraction_speed",
|
||||
"adhesion tendency": "material_adhesion_tendency",
|
||||
"surface energy": "material_surface_energy"
|
||||
"surface energy": "material_surface_energy",
|
||||
"shrinkage ratio percentage": "material_shrinkage_ratio_percentage",
|
||||
}
|
||||
__unmapped_settings = [
|
||||
"hardware compatible",
|
||||
|
|
|
@ -2097,6 +2097,19 @@
|
|||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
},
|
||||
"material_shrinkage_ratio_percentage":
|
||||
{
|
||||
"label": "Shrinkage Ratio",
|
||||
"description": "Shrinkage ratio in percentage.",
|
||||
"unit": "%",
|
||||
"type": "float",
|
||||
"default_value": 0,
|
||||
"minimum_value": "0",
|
||||
"maximum_value": "100",
|
||||
"enabled": false,
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
},
|
||||
"material_flow":
|
||||
{
|
||||
"label": "Flow",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue