From a13de5a489d1047b67f0ba6c0ecada8034e99d8a Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Wed, 11 Nov 2015 16:38:02 +0100 Subject: [PATCH] JSON: made retraction prime amount have mm3 unit (CURA-415) --- resources/machines/fdmprinter.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/machines/fdmprinter.json b/resources/machines/fdmprinter.json index 80f458a4b2..0161a8860d 100644 --- a/resources/machines/fdmprinter.json +++ b/resources/machines/fdmprinter.json @@ -664,7 +664,7 @@ "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", + "unit": "mm³", "type": "float", "default": 0, "visible": false,