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-03 13:03:48 +0300
committerKOUBeMT <51325289+KOUBeMT@users.noreply.github.com>2019-10-03 13:03:48 +0300
commit3f9f465053fa970ecf2da9e3ae228b37fdf3c40b (patch)
tree72c3072a183b876dbbffb7e3040be7a24e512b08 /resources/definitions/strateo3d.def.json
parente4a4e965f93cb8e7c10f3ff58415ca82a8242138 (diff)
Update strateo3d.def.json
Diffstat (limited to 'resources/definitions/strateo3d.def.json')
-rw-r--r--resources/definitions/strateo3d.def.json15
1 files changed, 8 insertions, 7 deletions
diff --git a/resources/definitions/strateo3d.def.json b/resources/definitions/strateo3d.def.json
index 38f7c4b0d3..b4b9f224ab 100644
--- a/resources/definitions/strateo3d.def.json
+++ b/resources/definitions/strateo3d.def.json
@@ -31,13 +31,14 @@
"machine_depth": { "default_value": 420 },
"machine_height": { "default_value": 495 },
"machine_heated_bed": { "default_value": true },
+ "machine_heated_build_volume": { "default_value": true },
"machine_center_is_zero": { "default_value": false },
"machine_head_with_fans_polygon": { "default_value": [ [ -76, -51.8 ] , [ 25, -51.8 ] , [ 25, 38.2 ] , [ -76, 38.2 ] ] },
"gantry_height": { "default_value": 40 },
"machine_extruder_count": { "default_value": 2 },
"machine_gcode_flavor": { "default_value": "Marlin" },
"machine_start_gcode": { "default_value": "G28 \nG90 G1 X300 Y210 Z15 F6000 \nG92 E0" },
- "machine_end_gcode": { "default_value": "T1 \nM104 S0 \nT0 \nM104 S0 \nM140 S0 \nM141 S0 \nG91 \nG0 E-1 F1500 \nG0 z1 \nG90 \nG28 \nM801.2 \nM801.0 \nM84" },
+ "machine_end_gcode": { "default_value": "T1 \nM104 S0 \nT0 \nM104 S0 \nM140 S0 \nM141 S0 \nG91 \nG0 z1 \nG90 \nG28 \nM801.0 \nM84 \nM192" },
"extruder_prime_pos_y": {"minimum_value": "0", "maximum_value": "machine_depth"},
"extruder_prime_pos_x": {"minimum_value": "0", "maximum_value": "machine_width"},
"machine_heat_zone_length": { "default_value": 7 },
@@ -47,17 +48,17 @@
"material_bed_temperature": { "maximum_value": "130" },
"material_bed_temperature_layer_0": { "maximum_value": "130" },
"extruder_prime_pos_abs": { "default_value": true },
- "machine_acceleration": { "default_value": 2000 },
+ "machine_acceleration": { "default_value": 1500 },
"acceleration_enabled": { "value": false },
"acceleration_layer_0": { "value": "acceleration_topbottom" },
- "acceleration_prime_tower": { "value": "math.ceil(acceleration_print * 1000 / 2000)" },
- "acceleration_print": { "value": "2000" },
+ "acceleration_prime_tower": { "value": "math.ceil(acceleration_print * 1500 / 1500)" },
+ "acceleration_print": { "value": "1500" },
"acceleration_support": { "value": "acceleration_print" },
"acceleration_support_interface": { "value": "acceleration_topbottom" },
- "acceleration_topbottom": { "value": "math.ceil(acceleration_print * 1000 / 2000)" },
- "acceleration_wall": { "value": "math.ceil(acceleration_print * 1500 / 2000)" },
- "acceleration_wall_0": { "value": "math.ceil(acceleration_wall * 1000 / 1500)" },
+ "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)" },
"adaptive_layer_height_variation": { "default_value": 0.1 },
"adaptive_layer_height_variation_step": { "default_value": 0.05 },
"adhesion_type": { "default_value": "skirt" },