From 178e7c8a82973bd34f6cb37471df35c12c9a8f54 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Wed, 7 Dec 2016 12:03:35 +0100 Subject: [PATCH] Adjust cool down speed modifier default This is part of the weekly profile update from the materials team. --- resources/definitions/fdmprinter.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 5c55b1da72..d0154940a4 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -1335,7 +1335,7 @@ "description": "The extra speed by which the nozzle cools while extruding. The same value is used to signify the heat up speed lost when heating up while extruding.", "unit": "°C/s", "type": "float", - "default_value": 0.5, + "default_value": 0.7, "minimum_value": "0", "maximum_value_warning": "10.0", "maximum_value": "machine_nozzle_heat_up_speed",