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:
authorRemco Burema <r.burema@ultimaker.com>2020-12-10 14:49:00 +0300
committerRemco Burema <r.burema@ultimaker.com>2020-12-10 14:49:00 +0300
commitdb33f676665c39062d60ee4e719b5ff97e13d1ec (patch)
tree661436dea05b5bb7a9957c5ecf5748912e51f317 /resources/definitions/voron2_base.def.json
parent77c39247f9e742210133e7e300107fb5d970d7eb (diff)
Partial revert: Don't remove 'Print Thin Walls'.
It still makes sense, even in a libArachne/Variable Line Width sense. CURA-7148
Diffstat (limited to 'resources/definitions/voron2_base.def.json')
-rw-r--r--resources/definitions/voron2_base.def.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/definitions/voron2_base.def.json b/resources/definitions/voron2_base.def.json
index 095e4c2408..e7e81685b7 100644
--- a/resources/definitions/voron2_base.def.json
+++ b/resources/definitions/voron2_base.def.json
@@ -136,6 +136,7 @@
"layer_height_0": { "resolve": "max(0.2, min(extruderValues('layer_height')))" },
"line_width": { "value": "machine_nozzle_size * 1.125" },
"wall_line_width": { "value": "machine_nozzle_size" },
+ "fill_outline_gaps": { "default_value": true },
"meshfix_maximum_resolution": { "default_value": 0.01 },
"infill_before_walls": { "default_value": false },
"zig_zaggify_infill": { "value": true },