mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 00:15:56 +08:00
included retraction_extra_prime_amount
This commit is contained in:
parent
1c72041df0
commit
43d1aead76
@ -673,6 +673,19 @@
|
||||
"value": true
|
||||
}
|
||||
},
|
||||
"retraction_extra_prime_amount": {
|
||||
"label": "Retraction Extra Prime Amount",
|
||||
"description": "The amount of material extruded after unretracting. During a retracted travel material might get lost and so we need to compensate for this.",
|
||||
"unit": "mm",
|
||||
"type": "float",
|
||||
"default": 0.0,
|
||||
"visible": false,
|
||||
"inherit": false,
|
||||
"active_if": {
|
||||
"setting": "retraction_enable",
|
||||
"value": true
|
||||
}
|
||||
},
|
||||
"retraction_min_travel": {
|
||||
"label": "Retraction Minimum Travel",
|
||||
"description": "The minimum distance of travel needed for a retraction to happen at all. This helps ensure you do not get a lot of retractions in a small area.",
|
||||
|
Loading…
x
Reference in New Issue
Block a user