From 4163bc240001c6ad1be74afe583b899babff7d4b Mon Sep 17 00:00:00 2001
From: "p.kuiper"
Date: Thu, 4 Nov 2021 15:41:06 +0100
Subject: [PATCH] Undo PP-29: apply zigzag pattern to top/bottom layers. These
layer lead to more sagging of bridging patterns. We will undo the chance (for
the 4.12 release).
---
resources/definitions/ultimaker2.def.json | 3 ---
resources/definitions/ultimaker3.def.json | 1 -
resources/definitions/ultimaker_s3.def.json | 1 -
resources/definitions/ultimaker_s5.def.json | 1 -
4 files changed, 6 deletions(-)
diff --git a/resources/definitions/ultimaker2.def.json b/resources/definitions/ultimaker2.def.json
index ca44f154e2..22054b3fe7 100644
--- a/resources/definitions/ultimaker2.def.json
+++ b/resources/definitions/ultimaker2.def.json
@@ -95,9 +95,6 @@
},
"skin_monotonic" : {
"value": true
- },
- "top_bottom_pattern" : {
- "value": "'zigzag'"
}
}
}
diff --git a/resources/definitions/ultimaker3.def.json b/resources/definitions/ultimaker3.def.json
index 5d974cb4e3..310ffba992 100644
--- a/resources/definitions/ultimaker3.def.json
+++ b/resources/definitions/ultimaker3.def.json
@@ -168,7 +168,6 @@
"support_z_distance": { "value": "0" },
"switch_extruder_prime_speed": { "value": "15" },
"switch_extruder_retraction_amount": { "value": "8" },
- "top_bottom_pattern" : {"value": "'zigzag'"},
"top_bottom_thickness": { "value": "1" },
"travel_avoid_distance": { "value": "3 if extruders_enabled_count > 1 else machine_nozzle_tip_outer_diameter / 2 * 1.5" },
"wall_0_inset": { "value": "0" },
diff --git a/resources/definitions/ultimaker_s3.def.json b/resources/definitions/ultimaker_s3.def.json
index da11ddf0d5..f27240d00a 100644
--- a/resources/definitions/ultimaker_s3.def.json
+++ b/resources/definitions/ultimaker_s3.def.json
@@ -160,7 +160,6 @@
"support_z_distance": { "value": "0" },
"switch_extruder_prime_speed": { "value": "15" },
"switch_extruder_retraction_amount": { "value": "8" },
- "top_bottom_pattern" : {"value": "'zigzag'"},
"top_bottom_thickness": { "value": "1" },
"travel_avoid_supports": { "value": "True" },
"travel_avoid_distance": { "value": "3 if extruders_enabled_count > 1 else machine_nozzle_tip_outer_diameter / 2 * 1.5" },
diff --git a/resources/definitions/ultimaker_s5.def.json b/resources/definitions/ultimaker_s5.def.json
index 9493a25add..b36e9726b7 100644
--- a/resources/definitions/ultimaker_s5.def.json
+++ b/resources/definitions/ultimaker_s5.def.json
@@ -161,7 +161,6 @@
"support_z_distance": { "value": "0" },
"switch_extruder_prime_speed": { "value": "15" },
"switch_extruder_retraction_amount": { "value": "8" },
- "top_bottom_pattern" : {"value": "'zigzag'"},
"top_bottom_thickness": { "value": "1" },
"travel_avoid_supports": { "value": "True" },
"travel_avoid_distance": { "value": "3 if extruders_enabled_count > 1 else machine_nozzle_tip_outer_diameter / 2 * 1.5" },