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/ultimaker_s5.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/ultimaker_s5.def.json')
-rw-r--r--resources/definitions/ultimaker_s5.def.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/resources/definitions/ultimaker_s5.def.json b/resources/definitions/ultimaker_s5.def.json
index 36aa311c23..c4afee4e3a 100644
--- a/resources/definitions/ultimaker_s5.def.json
+++ b/resources/definitions/ultimaker_s5.def.json
@@ -161,7 +161,6 @@
"travel_avoid_supports": { "value": "True" },
"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" },
"meshfix_maximum_resolution": { "value": "(speed_wall_0 + speed_wall_x) / 60" },
"meshfix_maximum_deviation": { "value": "layer_height / 4" },
"optimize_wall_printing_order": { "value": "True" },