diff --git a/resources/settings/fdmprinter.json b/resources/settings/fdmprinter.json index bada17d09f..95ef82bd72 100644 --- a/resources/settings/fdmprinter.json +++ b/resources/settings/fdmprinter.json @@ -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.",