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