From d71252dee8a0eeac821b8f4e700704bf077e5f74 Mon Sep 17 00:00:00 2001 From: Remco Burema Date: Wed, 18 Oct 2023 14:26:43 +0200 Subject: [PATCH 1/2] Fix description now that we have fractional layer-heights (for top). part of CURA-10407 --- resources/definitions/fdmprinter.def.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 863cd07183f..35f75c3786b 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -5130,7 +5130,7 @@ "support_z_distance": { "label": "Support Z Distance", - "description": "Distance from the top/bottom of the support structure to the print. This gap provides clearance to remove the supports after the model is printed. This value is rounded up to a multiple of the layer height.", + "description": "Distance from the top/bottom of the support structure to the print. This gap provides clearance to remove the supports after the model is printed. Apart from the top-layer, this value is rounded up to a multiple of the layer height.", "unit": "mm", "type": "float", "minimum_value": "0", @@ -5144,7 +5144,7 @@ "support_top_distance": { "label": "Support Top Distance", - "description": "Distance from the top of the support to the print.", + "description": "Distance from the top of the support to the print. Note that this is not rounded.", "unit": "mm", "minimum_value": "0", "maximum_value_warning": "machine_nozzle_size", @@ -5158,7 +5158,7 @@ "support_bottom_distance": { "label": "Support Bottom Distance", - "description": "Distance from the print to the bottom of the support.", + "description": "Distance from the print to the bottom of the support. Not that this is rounded up to the next layer height.", "unit": "mm", "minimum_value": "0", "maximum_value_warning": "machine_nozzle_size", From 51ace512185656effecf76a1e1ed6b29e41b2008 Mon Sep 17 00:00:00 2001 From: Erwan MATHIEU Date: Thu, 26 Oct 2023 15:57:05 +0200 Subject: [PATCH 2/2] Fractional layer-heights description refinement CURA-10407 --- resources/definitions/fdmprinter.def.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 308587ad704..3b7dc014f2e 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -5130,7 +5130,7 @@ "support_z_distance": { "label": "Support Z Distance", - "description": "Distance from the top/bottom of the support structure to the print. This gap provides clearance to remove the supports after the model is printed. Apart from the top-layer, this value is rounded up to a multiple of the layer height.", + "description": "Distance from the top/bottom of the support structure to the print. This gap provides clearance to remove the supports after the model is printed. The topmost support layer below the model might be a fraction of regular layers.", "unit": "mm", "type": "float", "minimum_value": "0", @@ -5144,7 +5144,7 @@ "support_top_distance": { "label": "Support Top Distance", - "description": "Distance from the top of the support to the print. Note that this is not rounded.", + "description": "Distance from the top of the support to the print.", "unit": "mm", "minimum_value": "0", "maximum_value_warning": "machine_nozzle_size", @@ -5158,7 +5158,7 @@ "support_bottom_distance": { "label": "Support Bottom Distance", - "description": "Distance from the print to the bottom of the support. Not that this is rounded up to the next layer height.", + "description": "Distance from the print to the bottom of the support. Note that this is rounded up to the next layer height.", "unit": "mm", "minimum_value": "0", "maximum_value_warning": "machine_nozzle_size",