From fa15a5b5cebe2ae72dae3a4b9eabfcba01465cd0 Mon Sep 17 00:00:00 2001 From: Mark Burton Date: Tue, 20 Jun 2017 10:29:43 +0100 Subject: [PATCH 1/3] Added z_seam_relative setting to determine whether z seam is relative to part or not. --- resources/definitions/fdmprinter.def.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 46505b8152..c68381af5a 100755 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -1166,6 +1166,17 @@ "limit_to_extruder": "wall_0_extruder_nr", "settable_per_mesh": true }, + "z_seam_relative": + { + "label": "Z Seam Relative", + "description": "Whether the coordinates of the position near where to start printing each part in a layer are relative to the part's centre. By default, the coordinates define an absolute position on the platform.", + "unit": "mm", + "type": "bool", + "default_value": false, + "enabled": "z_seam_type == 'back'", + "limit_to_extruder": "wall_0_extruder_nr", + "settable_per_mesh": true + }, "skin_no_small_gaps_heuristic": { "label": "Ignore Small Z Gaps", From 6dc55a035e6f179c6c31913343e791e0ff2bd799 Mon Sep 17 00:00:00 2001 From: Mark Burton Date: Wed, 21 Jun 2017 08:08:46 +0100 Subject: [PATCH 2/3] Tweak description of z_seam_relative. --- 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 c68381af5a..b7bc38764f 100755 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -1169,7 +1169,7 @@ "z_seam_relative": { "label": "Z Seam Relative", - "description": "Whether the coordinates of the position near where to start printing each part in a layer are relative to the part's centre. By default, the coordinates define an absolute position on the platform.", + "description": "When enabled, the z seam coordinates are relative to each part's centre. By default, the coordinates define an absolute position on the platform.", "unit": "mm", "type": "bool", "default_value": false, From ff4935011d5cc129ada83efe5312e5d2b04ab243 Mon Sep 17 00:00:00 2001 From: Mark Burton Date: Tue, 4 Jul 2017 10:36:45 +0100 Subject: [PATCH 3/3] Tweak description. --- 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 b7bc38764f..0155810acf 100755 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -1169,7 +1169,7 @@ "z_seam_relative": { "label": "Z Seam Relative", - "description": "When enabled, the z seam coordinates are relative to each part's centre. By default, the coordinates define an absolute position on the platform.", + "description": "When enabled, the z seam coordinates are relative to each part's centre. When disabled, the coordinates define an absolute position on the build plate.", "unit": "mm", "type": "bool", "default_value": false,