From 055dcddd1eb93a21d6754cec3d52d06af8759efb Mon Sep 17 00:00:00 2001 From: Vlad Gribinchuk Date: Mon, 20 May 2019 14:35:27 +0300 Subject: [PATCH] Change switch_extruder_extra_prime_amount setting to be more consistent with other --- resources/definitions/fdmprinter.def.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index af38e7e85c..7939ecd3b8 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -2467,12 +2467,12 @@ } } }, - "switch_extruder_extra_prime_distance": + "switch_extruder_extra_prime_amount": { - "label": "Nozzle Switch Extra Prime Distance", + "label": "Nozzle Switch Extra Prime Amount", "description": "Extra material to prime after nozzle switching.", "type": "float", - "unit": "mm", + "unit": "mm³", "default_value": 0, "minimum_value_warning": "0", "maximum_value_warning": "100",