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:
authorGhostkeeper <rubend@tutanota.com>2021-06-17 18:57:51 +0300
committerGhostkeeper <rubend@tutanota.com>2021-06-17 18:57:51 +0300
commit3300192abc6812997f468af6655c8ba8c02547cb (patch)
treee45382038e520a36017472dd93c4c8905846490a /resources/definitions/maker_made_300x.def.json
parent611208368ca5ab40d91453a7084938429bce7dab (diff)
Change outer_before_inner setting to an enum
We'll offer the option to print from outside to inside, from inside to outside, or from inside to outside except that the very innermost centre wall is printed last. Contributes to issue CURA-8109.
Diffstat (limited to 'resources/definitions/maker_made_300x.def.json')
-rw-r--r--resources/definitions/maker_made_300x.def.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/definitions/maker_made_300x.def.json b/resources/definitions/maker_made_300x.def.json
index 332a3a1a59..fa584c9cfe 100644
--- a/resources/definitions/maker_made_300x.def.json
+++ b/resources/definitions/maker_made_300x.def.json
@@ -49,7 +49,7 @@
"top_bottom_pattern_0": {"value": "'lines'" },
"wall_0_inset": {"value": 0},
"optimize_wall_printing_order": {"value": false },
- "outer_inset_first": {"value": false },
+ "inset_direction": {"value": "'inside_out'" },
"alternate_extra_perimeter": {"value": false },
"wall_min_flow": {"value": 0},
"filter_out_tiny_gaps": {"value": true },