mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-20 19:59:06 +08:00
Added small_feature_speed_factor_0 to specify small feature print speed on layer 0.
This commit is contained in:
parent
5bc8a632af
commit
fe9bd02940
@ -6703,6 +6703,19 @@
|
|||||||
"minimum_value_warning": "25",
|
"minimum_value_warning": "25",
|
||||||
"maximum_value": "100",
|
"maximum_value": "100",
|
||||||
"settable_per_mesh": false
|
"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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user