mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
initial layer flow
This commit is contained in:
parent
276232dae5
commit
75203e96de
1 changed files with 14 additions and 0 deletions
|
|
@ -1863,6 +1863,20 @@
|
|||
"enabled": "machine_gcode_flavor != \"UltiGCode\"",
|
||||
"settable_per_mesh": true
|
||||
},
|
||||
"material_flow_layer_0":
|
||||
{
|
||||
"label": "Initial Layer Flow",
|
||||
"description": "Flow compensation for the first layer: the amount of material extruded on the initial layer is multiplied by this value.",
|
||||
"unit": "%",
|
||||
"default_value": 100,
|
||||
"value": "material_flow",
|
||||
"type": "float",
|
||||
"minimum_value": "5",
|
||||
"minimum_value_warning": "50",
|
||||
"maximum_value_warning": "150",
|
||||
"enabled": "machine_gcode_flavor != \"UltiGCode\"",
|
||||
"settable_per_mesh": true
|
||||
},
|
||||
"retraction_enable":
|
||||
{
|
||||
"label": "Enable Retraction",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue