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:
authorKOUBeMT <51325289+KOUBeMT@users.noreply.github.com>2019-10-11 16:27:46 +0300
committerKOUBeMT <51325289+KOUBeMT@users.noreply.github.com>2019-10-11 16:27:46 +0300
commitfbf583b577667d8800ca054d6f73ccf477ee9b3f (patch)
tree159e67b21ee86e65e8afa14993702a07e04e0351 /resources/definitions/strateo3d.def.json
parent44290d371507940d87cc270b7e869c9bf3c0e780 (diff)
Update strateo3d.def.json
Diffstat (limited to 'resources/definitions/strateo3d.def.json')
-rw-r--r--resources/definitions/strateo3d.def.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/resources/definitions/strateo3d.def.json b/resources/definitions/strateo3d.def.json
index b4b9f224ab..6e02f882c3 100644
--- a/resources/definitions/strateo3d.def.json
+++ b/resources/definitions/strateo3d.def.json
@@ -51,14 +51,14 @@
"machine_acceleration": { "default_value": 1500 },
"acceleration_enabled": { "value": false },
- "acceleration_layer_0": { "value": "acceleration_topbottom" },
- "acceleration_prime_tower": { "value": "math.ceil(acceleration_print * 1500 / 1500)" },
- "acceleration_print": { "value": "1500" },
+ "acceleration_print": { "value": "machine_acceleration" },
+ "acceleration_wall": { "value": "math.ceil(acceleration_print * 1250 / acceleration_print)" },
+ "acceleration_wall_0": { "value": "math.ceil(acceleration_print * 1000 / acceleration_print)" },
+ "acceleration_topbottom": { "value": "math.ceil(acceleration_print * 1250 / acceleration_print)" },
"acceleration_support": { "value": "acceleration_print" },
"acceleration_support_interface": { "value": "acceleration_topbottom" },
- "acceleration_topbottom": { "value": "math.ceil(acceleration_print * 1000 / 1500)" },
- "acceleration_wall": { "value": "math.ceil(acceleration_print * 1500 / 1500)" },
- "acceleration_wall_0": { "value": "math.ceil(acceleration_print * 1000 / 1500)" },
+ "acceleration_travel": { "value": "acceleration_print" },
+ "acceleration_layer_0": { "value": "acceleration_topbottom" },
"adaptive_layer_height_variation": { "default_value": 0.1 },
"adaptive_layer_height_variation_step": { "default_value": 0.05 },
"adhesion_type": { "default_value": "skirt" },