From d267b60534446f551d48e7c715cd709903af1eff Mon Sep 17 00:00:00 2001 From: Mark Burton Date: Wed, 31 May 2017 15:07:42 +0100 Subject: [PATCH] Add warning that enabling optimization can produce slower prints in some cases. --- 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 900f7be743..04562b5992 100755 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -992,7 +992,7 @@ "optimize_wall_printing_order": { "label": "Optimize Wall Printing Order", - "description": "Optimize the order in which walls are printed so as to reduce the number of retractions and the distance travelled.", + "description": "Optimize the order in which walls are printed so as to reduce the number of retractions and the distance travelled. Most parts will benefit from this being enabled but some may actually take longer so please compare the print time estimates with and without optimization.", "type": "bool", "default_value": true, "settable_per_mesh": true