initial layer flow

This commit is contained in:
Tim Kuipers 2017-10-18 11:21:39 +02:00
parent 276232dae5
commit 75203e96de

View File

@ -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",