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:
authorJaime van Kessel <nallath@gmail.com>2022-03-16 19:04:22 +0300
committerGitHub <noreply@github.com>2022-03-16 19:04:22 +0300
commit40fc587d640dd336330e96b6aa9041f1d945ae02 (patch)
treefa6ba06f22a4dda1089ba5d793512c3bb7ebe186 /resources/definitions/ultimaker.def.json
parent7dfcac7bbe57208537dbc6a58757c7f2210696ce (diff)
parentd9cc755f9411f17dccf1b8c47f587b474c1c97cd (diff)
Merge pull request #11675 from Ultimaker/PP-115_unify-wall-thickness
PP-115_unify-wall-thickness
Diffstat (limited to 'resources/definitions/ultimaker.def.json')
-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 d21b4056a0..d062a043f3 100644
--- a/resources/definitions/ultimaker.def.json
+++ b/resources/definitions/ultimaker.def.json
@@ -47,6 +47,9 @@
"line_width": {
"value": "machine_nozzle_size"
},
+ "wall_thickness": {
+ "value": "wall_line_width_0 + wall_line_width_x"
+ },
"infill_before_walls": {
"value": "False"
},