Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRijk van Manen <r.vanmanen@ultimaker.com>2021-11-15 17:29:40 +0300
committerRijk van Manen <r.vanmanen@ultimaker.com>2021-11-15 17:29:40 +0300
commitd3951a1a5932071e1f8f63970ccafaf6ae53702d (patch)
tree7c82ce3ba1c6be3194f4e07e1e4826504cbf6781 /resources/definitions/ultimaker2_plus_connect.def.json
parent35550fc1b432806fd84c4d2d2354327373fd2da6 (diff)
change infill pattern to zigzag for >80% infill
This is done for all ultimaker profiles (PP-25).
Diffstat (limited to 'resources/definitions/ultimaker2_plus_connect.def.json')
-rw-r--r--resources/definitions/ultimaker2_plus_connect.def.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/definitions/ultimaker2_plus_connect.def.json b/resources/definitions/ultimaker2_plus_connect.def.json
index be143516ad..1a4b68cf24 100644
--- a/resources/definitions/ultimaker2_plus_connect.def.json
+++ b/resources/definitions/ultimaker2_plus_connect.def.json
@@ -55,7 +55,7 @@
},
"infill_wipe_dist": { "value": "0" },
"infill_overlap": { "value": "0" },
- "infill_pattern": { "value": "'grid'" },
+ "infill_pattern": { "value": "'zigzag' if infill_sparse_density > 80 else 'grid'" },
"speed_infill": { "value": "speed_print" },
"speed_wall_x": { "value": "speed_wall" },
"layer_height_0": { "value": "round(machine_nozzle_size / 1.5, 2)" },