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:
authorVOLUMIC <31067164+VOLUMIC@users.noreply.github.com>2021-05-04 18:00:15 +0300
committerGitHub <noreply@github.com>2021-05-04 18:00:15 +0300
commit871a0cea69b9f7b5b793d6672c0894df10e5946b (patch)
tree3c2538d1b1e9627b24d5a90c6cc182c1561ab1df /resources/definitions/stream20pro_mk2.def.json
parent398da09a92cc42fb93fda4d530e153cf1b7fefe1 (diff)
Add general parameters in definitions
Diffstat (limited to 'resources/definitions/stream20pro_mk2.def.json')
-rw-r--r--resources/definitions/stream20pro_mk2.def.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/resources/definitions/stream20pro_mk2.def.json b/resources/definitions/stream20pro_mk2.def.json
index 81fdc7d4e2..43a94cffc3 100644
--- a/resources/definitions/stream20pro_mk2.def.json
+++ b/resources/definitions/stream20pro_mk2.def.json
@@ -28,6 +28,21 @@
"retraction_amount": { "default_value": 2 },
"retraction_speed": { "default_value": 25 },
"adhesion_type": { "default_value": "none" },
+ "infill_sparse_density": { "default_value": 25 },
+ "wall_thickness": { "default_value": 1.2 },
+ "fill_outline_gaps": { "default_value": true },
+ "line_width": { "default_value": 0.4 },
+ "retract_at_layer_change": { "default_value": true },
+ "retraction_combing_max_distance": { "default_value": 200 },
+ "travel_avoid_distance": { "default_value": 1 },
+ "speed_infill": { "default_value": 60 },
+ "speed_layer_0": { "default_value": 30 },
+ "speed_print": { "default_value": 60 },
+ "speed_topbottom": { "default_value": 48 },
+ "speed_travel": { "default_value": 100 },
+ "speed_wall": { "default_value": 30 },
+ "speed_wall_0": { "default_value": 30 },
+ "speed_wall_x": { "default_value": 60 },
"machine_head_with_fans_polygon": { "default_value": [[-38,30],[38,30],[38,-40],[-38,-40]] },
"machine_max_feedrate_z": { "default_value": 50 },
"machine_max_feedrate_e": { "default_value": 60 },