From 592d98d4fdb2b5595e9a30f6c5271f3497bb4b3f Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Mon, 22 Feb 2016 13:56:47 +0100 Subject: [PATCH] JSON: refactor: combing bool ==> enum; introduction of noskin combing (CURA-694) --- resources/machines/fdmprinter.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/machines/fdmprinter.json b/resources/machines/fdmprinter.json index fb59fb0aad..15084c01a7 100644 --- a/resources/machines/fdmprinter.json +++ b/resources/machines/fdmprinter.json @@ -1001,8 +1001,8 @@ "icon": "category_travel", "settings": { "retraction_combing": { - "label": "Combing", - "description": "Combing keeps the nozzle within already printed areas when traveling. This results in slightly longer travel moves but reduces the need for retractions. If combing is off, the material will retract and the nozzle moves in a straight line to the next point. It is also possible to avoid combing over top/bottom skin areas by combing within the infill only.", + "label": "Enable Combing", + "description": "Combing keeps the nozzle within already printed areas when traveling. This results in slightly longer travel moves but reduces the need for retractions. If combing is off, the material will retract and the nozzle moves in a straight line to the next point. It is also possible to avoid combing over top/bottom skin areas by combing within the infill only. It is also possible to avoid combing over top/bottom skin areas by combing within the infill only.", "type": "enum", "options": { "off": "Off",