mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-10 16:27:51 -06:00
Split 'shrinkage compensation' in XY versus Z axis.
CURA-8083
This commit is contained in:
parent
9140b71b19
commit
ef1a94c6e4
1 changed files with 36 additions and 1 deletions
|
@ -2512,7 +2512,42 @@
|
|||
"maximum_value_warning": "120",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": false,
|
||||
"resolve": "sum(extruderValues(\"material_shrinkage_percentage\")) / len(extruderValues(\"material_shrinkage_percentage\"))"
|
||||
"resolve": "sum(extruderValues(\"material_shrinkage_percentage\")) / len(extruderValues(\"material_shrinkage_percentage\"))",
|
||||
"children":
|
||||
{
|
||||
"material_shrinkage_percentage_xy":
|
||||
{
|
||||
"label": "Horizontal Scaling Factor Shrinkage Compensation",
|
||||
"description": "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally).",
|
||||
"unit": "%",
|
||||
"type": "float",
|
||||
"default_value": 100.0,
|
||||
"enabled": false,
|
||||
"minimum_value": "0.001",
|
||||
"minimum_value_warning": "100",
|
||||
"maximum_value_warning": "120",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": false,
|
||||
"resolve": "sum(extruderValues(\"material_shrinkage_percentage_xy\")) / len(extruderValues(\"material_shrinkage_percentage_xy\"))",
|
||||
"value": "material_shrinkage_percentage"
|
||||
},
|
||||
"material_shrinkage_percentage_z":
|
||||
{
|
||||
"label": "Vertical Scaling Factor Shrinkage Compensation",
|
||||
"description": "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the Z-direction (vertically).",
|
||||
"unit": "%",
|
||||
"type": "float",
|
||||
"default_value": 100.0,
|
||||
"enabled": false,
|
||||
"minimum_value": "0.001",
|
||||
"minimum_value_warning": "100",
|
||||
"maximum_value_warning": "120",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": false,
|
||||
"resolve": "sum(extruderValues(\"material_shrinkage_percentage_z\")) / len(extruderValues(\"material_shrinkage_percentage_z\"))",
|
||||
"value": "material_shrinkage_percentage"
|
||||
}
|
||||
}
|
||||
},
|
||||
"material_crystallinity":
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue