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>2022-03-15 15:48:41 +0300
committerRijk van Manen <r.vanmanen@ultimaker.com>2022-03-15 15:48:41 +0300
commitbf131f539ec57d53f2cccc9d8b5053a382d16d58 (patch)
treeab30c92215a50e397615567a6e96ed181ae4a66f /resources/definitions/ultimaker3.def.json
parent1bf6243b69991b191fc5f179f71692d4c560841d (diff)
remove all wall_thickness statements
All print profiles are following the global rules, no print profile specific exceptions. PP-115
Diffstat (limited to 'resources/definitions/ultimaker3.def.json')
-rw-r--r--resources/definitions/ultimaker3.def.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/resources/definitions/ultimaker3.def.json b/resources/definitions/ultimaker3.def.json
index 197bfa4513..48bb7b4362 100644
--- a/resources/definitions/ultimaker3.def.json
+++ b/resources/definitions/ultimaker3.def.json
@@ -166,7 +166,6 @@
"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" },
- "wall_thickness": { "value": "1" },
"zig_zaggify_infill": { "value": "gradual_infill_steps == 0" }
}
}