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/mankati_fullscale_xt_plus.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/mankati_fullscale_xt_plus.def.json')
-rw-r--r--resources/definitions/mankati_fullscale_xt_plus.def.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/definitions/mankati_fullscale_xt_plus.def.json b/resources/definitions/mankati_fullscale_xt_plus.def.json
index b6fa040750..fa5c8465c6 100644
--- a/resources/definitions/mankati_fullscale_xt_plus.def.json
+++ b/resources/definitions/mankati_fullscale_xt_plus.def.json
@@ -39,7 +39,7 @@
},
"layer_height": { "default_value": 0.2 },
- "wall_thickness": { "default_value": 0.8 },
+ "wall_thickness": { "value": "0.8" },
"top_bottom_thickness": { "default_value": 0.3 },
"retraction_enable": { "default_value": true },
"retraction_speed": { "default_value": 50 },