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:
authorRemco Burema <r.burema@ultimaker.com>2022-05-13 14:11:00 +0300
committerRemco Burema <r.burema@ultimaker.com>2022-05-13 14:11:00 +0300
commit2f357cc6e564c15d36559c96cf4b7152275db9da (patch)
tree7091659e99f5748bc12d30ef06a6875d803f0104
parent843bdcfb466877cdb145692602ff74a4e5087068 (diff)
Add brackets for increased readability.
I had to try out what this actually did, fortunately, the result was the same as the without brackets version in all cases, otherwise we'd have a pretty weird problem. relates to PP-168 and in 5.0 becasue of CURA-9293
-rw-r--r--resources/definitions/ultimaker2_plus_connect.def.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/definitions/ultimaker2_plus_connect.def.json b/resources/definitions/ultimaker2_plus_connect.def.json
index 3c98695079..8ccbd7f380 100644
--- a/resources/definitions/ultimaker2_plus_connect.def.json
+++ b/resources/definitions/ultimaker2_plus_connect.def.json
@@ -81,7 +81,7 @@
"material_bed_temperature_layer_0": { "maximum_value": 110 },
"material_print_temperature": { "maximum_value": 260 },
"meshfix_maximum_resolution": { "value": "(speed_wall_0 + speed_wall_x) / 60" },
- "meshfix_maximum_deviation": { "value": "layer_height / 3 if magic_spiralize else layer_height / 4" },
+ "meshfix_maximum_deviation": { "value": "(layer_height / 3) if magic_spiralize else (layer_height / 4)" },
"meshfix_maximum_travel_resolution": { "value": 0.5 },
"prime_blob_enable": { "enabled": true, "default_value": true, "value": "resolveOrValue('print_sequence') != 'one_at_a_time'" },
"retraction_prime_speed": { "value": "15" },