mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-08 11:49:00 +08:00
Update strateo3d.def.json
This commit is contained in:
parent
44290d3715
commit
fbf583b577
@ -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" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user