From b52b6251b94734553b08c8ce6f2614973b7dfa69 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 20 May 2019 15:35:53 +0200 Subject: [PATCH] Clarify description of build volume temperature a bit Contributes to #5756. --- 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 5357a5a3bc..23ddc23207 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -2060,7 +2060,7 @@ "build_volume_temperature": { "label": "Build Volume Temperature", - "description": "The temperature used for build volume. If this is 0, the build volume temperature will not be adjusted.", + "description": "The temperature of the environment to print in. If this is 0, the build volume temperature will not be adjusted.", "unit": "°C", "type": "float", "default_value": 35,