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:
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 c5352f60ef..1d6accfd3c 100644
--- a/resources/definitions/ultimaker.def.json
+++ b/resources/definitions/ultimaker.def.json
@@ -53,6 +53,9 @@
"infill_material_flow": {
"value": "(1.95-infill_sparse_density / 100 if infill_sparse_density > 95 else 1) * material_flow"
},
+ "inset_direction": {
+ "value": "'outside_in'"
+ },
"retraction_combing": {
"value": "'no_outer_surfaces'"
},