From 6b30273686be307d1f494215a40bde20a0ebade1 Mon Sep 17 00:00:00 2001
From: "p.kuiper"
Date: Wed, 8 Jun 2022 16:08:46 +0200
Subject: [PATCH] Made xy support distance to the wall 1mm iso support_offset
(support_offset was 0mm when no support interface was used). Restored the
default 0.1mm z distance for the UM2 familie.
Relates to PP-108
---
resources/definitions/ultimaker.def.json | 2 +-
resources/definitions/ultimaker2.def.json | 3 +++
.../ultimaker_s5/um_s5_bb0.8_PVA_Verydraft_Print.inst.cfg | 2 +-
3 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/resources/definitions/ultimaker.def.json b/resources/definitions/ultimaker.def.json
index 0a5ca81d65..1895bb90ab 100644
--- a/resources/definitions/ultimaker.def.json
+++ b/resources/definitions/ultimaker.def.json
@@ -233,7 +233,7 @@
"value": "2*line_width if support_interface_enable else 0"
},
"support_xy_distance": {
- "value": "support_offset"
+ "value": "1"
},
"support_xy_distance_overhang": {
"value": "wall_line_width_0"
diff --git a/resources/definitions/ultimaker2.def.json b/resources/definitions/ultimaker2.def.json
index c028363239..5399abc02b 100644
--- a/resources/definitions/ultimaker2.def.json
+++ b/resources/definitions/ultimaker2.def.json
@@ -86,6 +86,9 @@
},
"machine_acceleration": {
"default_value": 3000
+ },
+ "support_z_distance": {
+ "value": "0.1"
}
}
}
diff --git a/resources/quality/ultimaker_s5/um_s5_bb0.8_PVA_Verydraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_bb0.8_PVA_Verydraft_Print.inst.cfg
index 77ef99418b..3892c954c2 100644
--- a/resources/quality/ultimaker_s5/um_s5_bb0.8_PVA_Verydraft_Print.inst.cfg
+++ b/resources/quality/ultimaker_s5/um_s5_bb0.8_PVA_Verydraft_Print.inst.cfg
@@ -19,4 +19,4 @@ support_brim_enable = True
support_infill_sparse_thickness = 0.3
support_interface_enable = True
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
-cool_fan_enabled = =not (support_enable and (extruder_nr == extruderValue(support_extruder_nr, 'support_infill_extruder_nr')))
\ No newline at end of file
+cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
\ No newline at end of file