From a41aee98f8fbcdc54fbe5db807b662110166e841 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 13 May 2019 16:31:33 +0200 Subject: [PATCH] Set the value for PLA as the default for build volume temperature This way, most prints with 3rd party materials and 3rd party printers will be fine. Also, it requires me to change the fewest amount of profiles. Contributes to issue CURA-6514. --- 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 b1ee2abd99..213e214854 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -2063,7 +2063,7 @@ "description": "The temperature used for build volume. If this is 0, the build volume temperature will not be adjusted.", "unit": "°C", "type": "float", - "default_value": 0, + "default_value": 35, "resolve": "max(extruderValues('build_volume_temperature'))", "minimum_value": "-273.15", "minimum_value_warning": "0",