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>2020-03-24 16:22:28 +0300
committerGhostkeeper <rubend@tutanota.com>2020-03-24 16:22:28 +0300
commit8e324c594ea83baa860bfba07c39e6d05608a3c3 (patch)
tree84fae5c5d8b5aca1fb09e98a35298adeb3e38ff3 /resources/definitions/helloBEEprusa.def.json
parent5cdf1adccc62d23cbe20f235acbd6d1ee2e05f6a (diff)
Adjust wall thickness to 1 line if using spiralise
Except for printers that explicitly override it. Fixes #7317.
Diffstat (limited to 'resources/definitions/helloBEEprusa.def.json')
-rw-r--r--resources/definitions/helloBEEprusa.def.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/definitions/helloBEEprusa.def.json b/resources/definitions/helloBEEprusa.def.json
index 2c8c4839d0..291253f09c 100644
--- a/resources/definitions/helloBEEprusa.def.json
+++ b/resources/definitions/helloBEEprusa.def.json
@@ -28,7 +28,7 @@
"machine_center_is_zero": { "default_value": false },
"layer_height": { "default_value": 0.2 },
"layer_height_0": { "default_value": 0.2 },
- "wall_thickness": { "default_value": 1.2 },
+ "wall_thickness": { "value": "1.2" },
"top_bottom_thickness": { "default_value": 1.2 },
"infill_sparse_density": { "default_value": 20 },
"speed_print": { "default_value": 60 },