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-10-21 10:57:43 +0300
committerTHeijmans <t.heijmans@ultimaker.com>2021-10-21 10:57:43 +0300
commit74c432428b21bd220ca468632c3c3929673d7f94 (patch)
treea88a0a28f444a1b38f045c748691cc181a850b11 /resources/definitions/ultimaker3.def.json
parent4e4a5ff3821d51435929f0850f09a682bc9e24f7 (diff)
Fixes bug in top bottom pattern settings
As discussed in CCB, mistake was made which led to no skin being printed. This fixes it. PP-44
Diffstat (limited to 'resources/definitions/ultimaker3.def.json')
-rw-r--r--resources/definitions/ultimaker3.def.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/definitions/ultimaker3.def.json b/resources/definitions/ultimaker3.def.json
index 36f30574e1..deb5104e13 100644
--- a/resources/definitions/ultimaker3.def.json
+++ b/resources/definitions/ultimaker3.def.json
@@ -174,7 +174,7 @@
"support_z_distance": { "value": "0" },
"switch_extruder_prime_speed": { "value": "15" },
"switch_extruder_retraction_amount": { "value": "8" },
- "top_bottom_pattern": { "value": "zigzag" },
+ "top_bottom_pattern": { "value": "'zigzag'" },
"top_bottom_thickness": { "value": "1" },
"travel_avoid_distance": { "value": "3 if extruders_enabled_count > 1 else machine_nozzle_tip_outer_diameter / 2 * 1.5" },
"wall_0_inset": { "value": "0" },