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:
authorTHeijmans <t.heijmans@ultimaker.com>2021-09-16 12:56:58 +0300
committerTHeijmans <t.heijmans@ultimaker.com>2021-09-16 12:56:58 +0300
commitdfd5768c5c5c85e737e211e85da7cf400dd6a4ba (patch)
treeeb882631325fb783350291be0febacd491280641 /resources/definitions/ultimaker3.def.json
parent63bf47ffe9a72da382e0dbff59cb8ce235ccb089 (diff)
Turns on print thin walls
For Arachne profile iteration 2, PP-2
Diffstat (limited to 'resources/definitions/ultimaker3.def.json')
-rw-r--r--resources/definitions/ultimaker3.def.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/definitions/ultimaker3.def.json b/resources/definitions/ultimaker3.def.json
index fe3a4df98f..8201eb9c7d 100644
--- a/resources/definitions/ultimaker3.def.json
+++ b/resources/definitions/ultimaker3.def.json
@@ -96,6 +96,9 @@
"cool_fan_speed": { "value": "50" },
"cool_fan_speed_max": { "value": "100" },
"cool_min_speed": { "value": "5" },
+ "fill_outline_gaps": { "value": "True" },
+ "min_feature_size": { "value": "wall_line_width_0 / 4" },
+ "min_bead_width": { "value": "wall_line_width_0 / 2" },
"infill_before_walls": { "value": "False" },
"infill_line_width": { "value": "line_width" },
"infill_overlap": { "value": "0" },