Added small_feature_speed_factor_0 to specify small feature print speed on layer 0.

This commit is contained in:
Mark Burton 2018-05-20 11:32:54 +01:00
parent 5bc8a632af
commit fe9bd02940

View file

@ -6703,6 +6703,19 @@
"minimum_value_warning": "25",
"maximum_value": "100",
"settable_per_mesh": false
},
"small_feature_speed_factor_0":
{
"label": "First Layer Speed",
"description": "Small features on the first layer will be printed at this percentage of their normal print speed. Slower printing can help with adhestion and accuracy.",
"unit": "%",
"type": "float",
"default_value": 50,
"value": "small_feature_speed_factor",
"minimum_value": "10",
"minimum_value_warning": "25",
"maximum_value": "100",
"settable_per_mesh": false
}
}
},