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:
authorfieldOfView <aldo@fieldofview.com>2017-04-01 16:37:53 +0300
committerfieldOfView <aldo@fieldofview.com>2017-04-06 13:29:30 +0300
commita2a6fb47f9419a35340075a61612d0e773d9b2ab (patch)
treed9a43e62c24c3366d74441caf1c5fd66461ac8cf /resources/definitions/peopoly_moai.def.json
parenta904c383ea8c6854dce7c8a27883c1636cb92dbf (diff)
Silence some value warnings
Diffstat (limited to 'resources/definitions/peopoly_moai.def.json')
-rw-r--r--resources/definitions/peopoly_moai.def.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/resources/definitions/peopoly_moai.def.json b/resources/definitions/peopoly_moai.def.json
index b636ce26fc..62c8ec7c99 100644
--- a/resources/definitions/peopoly_moai.def.json
+++ b/resources/definitions/peopoly_moai.def.json
@@ -46,6 +46,19 @@
"default_value": "M104 S0\nM140 S0\nG28 X0 Y0\nM84"
},
+ "layer_height": {
+ "maximum_value_warning": "0.5"
+ },
+ "layer_height_0": {
+ "maximum_value_warning": "0.5"
+ },
+ "top_bottom_thickness": {
+ "minimum_value_warning": "0.1"
+ },
+ "infill_sparse_thickness": {
+ "maximum_value_warning": "0.5"
+ },
+
"acceleration_enabled": {
"value": "False"
},