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:
authorGhostkeeper <rubend@tutanota.com>2016-05-17 17:27:35 +0300
committerGhostkeeper <rubend@tutanota.com>2016-05-17 18:46:29 +0300
commite13878b3436d5472bb3d53f433412d676e535d31 (patch)
tree144a7712a2e8653b022ad16e69c23abff768b225 /resources/definitions/maker_starter.def.json
parent45382dc088a33bcced404fd5088be63fa8db70b5 (diff)
Translate definition for 3DMaker Starter
Contributes to issue CURA-1278.
Diffstat (limited to 'resources/definitions/maker_starter.def.json')
-rw-r--r--resources/definitions/maker_starter.def.json190
1 files changed, 190 insertions, 0 deletions
diff --git a/resources/definitions/maker_starter.def.json b/resources/definitions/maker_starter.def.json
new file mode 100644
index 0000000000..81ad45698e
--- /dev/null
+++ b/resources/definitions/maker_starter.def.json
@@ -0,0 +1,190 @@
+{
+ "id": "maker_starter",
+ "version": 2,
+ "name": "3DMaker Starter",
+ "inherits": "fdmprinter",
+ "metadata": {
+ "author": "tvlgiao",
+ "manufacturer": "3DMaker",
+ "file_formats": "text/x-gcode;application/x-stl-ascii;application/x-stl-binary;application/x-wavefront-obj",
+ "icon": "icon_ultimaker2.png",
+ "platform": "makerstarter_platform.stl"
+ },
+
+ "overrides": {
+ "machine_width": {
+ "default": 210
+ },
+ "machine_depth": {
+ "default": 185
+ },
+ "machine_height": {
+ "default": 200
+ },
+ "machine_heated_bed": {
+ "default": false
+ },
+ "machine_center_is_zero": {
+ "default": false
+ },
+ "machine_nozzle_size": {
+ "default": 0.4
+ },
+ "machine_nozzle_heat_up_speed": {
+ "default": 2
+ },
+ "machine_nozzle_cool_down_speed": {
+ "default": 2
+ },
+ "machine_head_shape_min_x": {
+ "default": 0
+ },
+ "machine_head_shape_min_y": {
+ "default": 0
+ },
+ "machine_head_shape_max_x": {
+ "default": 0
+ },
+ "machine_head_shape_max_y": {
+ "default": 0
+ },
+ "machine_nozzle_gantry_distance": {
+ "default": 55
+ },
+ "machine_gcode_flavor": {
+ "default": "RepRap"
+ },
+ "machine_disallowed_areas": {
+ "default": []
+ },
+ "machine_platform_offset": {
+ "default": [0, 0, 0]
+ },
+ "machine_nozzle_tip_outer_diameter": {
+ "default": 1
+ },
+ "machine_nozzle_head_distance": {
+ "default": 3
+ },
+ "machine_nozzle_expansion_angle": {
+ "default": 45
+ },
+ "layer_height": {
+ "default": 0.2
+ },
+ "layer_height_0": {
+ "default": 0.2
+ },
+ "wall_line_count": {
+ "default": 2
+ },
+ "top_layers": {
+ "default": 4
+ },
+ "bottom_layers": {
+ "default": 4
+ },
+ "speed_print": {
+ "default": 50
+ },
+ "speed_wall": {
+ "default": 30
+ },
+ "speed_wall_0": {
+ "default": 30
+ },
+ "speed_wall_x": {
+ "default": 30
+ },
+ "speed_topbottom": {
+ "default": 50
+ },
+ "speed_support": {
+ "default": 50
+ },
+ "speed_travel": {
+ "default": 120
+ },
+ "speed_layer_0": {
+ "default": 20
+ },
+ "skirt_speed": {
+ "default": 15
+ },
+ "speed_slowdown_layers": {
+ "default": 4
+ },
+ "infill_sparse_density": {
+ "default": 20
+ },
+ "cool_fan_speed_min": {
+ "default": 50
+ },
+ "cool_fan_speed_max": {
+ "default": 100
+ },
+ "cool_fan_full_layer": {
+ "default": 4
+ },
+ "cool_min_layer_time": {
+ "default": 5
+ },
+ "cool_min_layer_time_fan_speed_max": {
+ "default": 10
+ },
+ "support_type": {
+ "default": "Everywhere"
+ },
+ "support_angle": {
+ "default": 45
+ },
+ "support_xy_distance": {
+ "default": 1
+ },
+ "support_z_distance": {
+ "default": 0.2
+ },
+ "support_top_distance": {
+ "default": 0.2
+ },
+ "support_bottom_distance": {
+ "default": 0.24
+ },
+ "support_pattern": {
+ "default": "ZigZag"
+ },
+ "support_infill_rate": {
+ "default": 15
+ },
+ "adhesion_type": {
+ "default": "Raft"
+ },
+ "skirt_minimal_length": {
+ "default": 100
+ },
+ "raft_base_line_spacing": {
+ "default": 2
+ },
+ "raft_base_thickness": {
+ "default": 0.3
+ },
+ "raft_base_line_width": {
+ "default": 2
+ },
+ "raft_base_speed": {
+ "default": 15
+ },
+ "raft_interface_thickness": {
+ "default": 0.24
+ },
+ "raft_interface_line_width": {
+ "default": 0.6
+ },
+ "raft_airgap": {
+ "default": 0.2
+ },
+ "raft_surface_layers": {
+ "default": 2
+ }
+ }
+} \ No newline at end of file