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:
authorp.kuiper <p.kuiper@ultimaker.com>2022-06-08 16:10:41 +0300
committerp.kuiper <p.kuiper@ultimaker.com>2022-06-08 16:10:41 +0300
commit8e3ec5655ad2c3d49f67327ad351f41508d36f69 (patch)
tree9480c63153a70ead044ceac26f0e1fdc073bbe2f /resources/definitions
parent8ef3444b4a5f886f1cfa91840ea5c921e50112ce (diff)
Added PVA robustness improvements. Turn of fan when used as support material, will improve strength. Dump extra material in the skirt to purge the hotend with fresh PVA.
Relates to PP-108
Diffstat (limited to 'resources/definitions')
-rw-r--r--resources/definitions/ultimaker.def.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/definitions/ultimaker.def.json b/resources/definitions/ultimaker.def.json
index 0b2bc39a66..0a5ca81d65 100644
--- a/resources/definitions/ultimaker.def.json
+++ b/resources/definitions/ultimaker.def.json
@@ -220,6 +220,9 @@
"zig_zaggify_support": {
"value": true
},
+ "support_connect_zigzags": {
+ "value": true
+ },
"support_pattern": {
"value": "'zigzag'"
},