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-06 14:17:24 +0300
committerfieldOfView <aldo@fieldofview.com>2017-04-06 14:17:24 +0300
commit7adc904cf1dda62a5a4c2a471befc60c5eae3a2c (patch)
treee85ff47ccb3accc06ee1eaa3c82d00a7a600972d /resources/definitions/peopoly_moai.def.json
parentb4698d9ec28164b2cd2cc6a76dc1d5cf10734095 (diff)
Remove absolute value warnings by moving some values to the machine definition
Diffstat (limited to 'resources/definitions/peopoly_moai.def.json')
-rw-r--r--resources/definitions/peopoly_moai.def.json28
1 files changed, 23 insertions, 5 deletions
diff --git a/resources/definitions/peopoly_moai.def.json b/resources/definitions/peopoly_moai.def.json
index 63d7a4318b..5cff33a791 100644
--- a/resources/definitions/peopoly_moai.def.json
+++ b/resources/definitions/peopoly_moai.def.json
@@ -14,7 +14,9 @@
},
"overrides": {
- "machine_name": { "default_value": "Moai" },
+ "machine_name": {
+ "default_value": "Moai"
+ },
"machine_width": {
"default_value": 130
},
@@ -70,7 +72,8 @@
},
"layer_height_0": {
"maximum_value_warning": "0.5",
- "minimum_value_warning": "0.02"
+ "minimum_value_warning": "0.02",
+ "value": "0.1"
},
"top_bottom_thickness": {
"minimum_value_warning": "0.1"
@@ -85,16 +88,31 @@
"maximum_value_warning": "300"
},
"speed_wall": {
- "maximum_value_warning": "300"
+ "maximum_value_warning": "300",
+ "value": "speed_print"
},
"speed_wall_0": {
"maximum_value_warning": "300"
},
"speed_wall_x": {
- "maximum_value_warning": "300"
+ "maximum_value_warning": "300",
+ "value": "speed_print"
},
"speed_topbottom": {
- "maximum_value_warning": "300"
+ "maximum_value_warning": "300",
+ "value": "speed_print"
+ },
+ "speed_travel": {
+ "value": "300"
+ },
+ "speed_travel_layer_0": {
+ "value": "300"
+ },
+ "speed_layer_0": {
+ "value": "5"
+ },
+ "speed_slowdown_layers": {
+ "value": "2"
},
"acceleration_enabled": {