From e6cf4a4538bbb6b4d6c4d430d602709937e8d11f Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Mon, 8 May 2017 16:46:09 +0200 Subject: [PATCH] JSON Prime Blob description wording (CURA-3634) --- 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 87d1e09d15..3b25f44c10 100755 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -3589,7 +3589,7 @@ "prime_blob_enable": { "label": "Enable Prime Blob", - "description": "Whether to prime the filament with a blob before printing. Turning this setting on will ensure that the extruder will have material ready at the nozzle before printing. Printing Brim or Skirt can act like priming too, in those cases, you can also turn this setting off to let Brim/Skirt do the priming to save some time.", + "description": "Whether to prime the filament with a blob before printing. Turning this setting on will ensure that the extruder will have material ready at the nozzle before printing. Printing Brim or Skirt can act like priming too, in which case turning this setting off saves some time.", "type": "bool", "resolve": "any(extruderValues('prime_blob_enable'))", "default_value": true,