Update strateo3d.def.json

This commit is contained in:
KOUBeMT 2019-10-11 15:27:46 +02:00
parent 44290d3715
commit fbf583b577

View File

@ -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" },