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:
authorJaime van Kessel <nallath@gmail.com>2016-05-17 16:45:21 +0300
committerJaime van Kessel <nallath@gmail.com>2016-05-17 16:45:21 +0300
commitf66f0658d9bd7305cdcb805dea7fdced02c78554 (patch)
treec6c15d74299a860378a6d2884655243de723ea83 /resources/definitions/bq_hephestos_2.def.json
parent884f2a7757ae60192ae7ad5d8976e9280adca1df (diff)
Fixed mistakes in the definitions
CURA-1278
Diffstat (limited to 'resources/definitions/bq_hephestos_2.def.json')
-rw-r--r--resources/definitions/bq_hephestos_2.def.json199
1 files changed, 102 insertions, 97 deletions
diff --git a/resources/definitions/bq_hephestos_2.def.json b/resources/definitions/bq_hephestos_2.def.json
index 2e084518ba..3e9b640586 100644
--- a/resources/definitions/bq_hephestos_2.def.json
+++ b/resources/definitions/bq_hephestos_2.def.json
@@ -14,104 +14,109 @@
"author": "BQ",
"platform": "bq_hephestos_2_platform.stl",
"file_formats": "text/x-gcode",
- "inherits": "fdmprinter.json",
- "settings": {
- "machine_start_gcode": {
- "value": "; -- START GCODE --\nM800 ; Custom GCODE to fire start print procedure\n; -- end of START GCODE --"
- },
- "machine_end_gcode": {
- "value": "; -- END GCODE --\nM801 ; Custom GCODE to fire end print procedure\n; -- end of END GCODE --"
- },
- "machine_width": {
- "value": 210
- },
- "machine_depth": {
- "value": 297
- },
- "machine_height": {
- "value": 220
- },
- "machine_heated_bed": {
- "value": false
- },
- "machine_center_is_zero": {
- "value": false
- },
- "machine_gcode_flavor": {
- "value": "RepRap"
- },
- "machine_platform_offset": {
- "value": [6, 1320, 0]
- },
- "material_print_temperature": {
- "value": 210.0
- },
- "material_bed_temperature": {
- "value": 0
- },
- "material_diameter": {
- "value": 1.75
- },
- "layer_height": {
- "value": 0.2
- },
- "layer_height_0": {
- "value": 0.2
- },
- "wall_line_count": {
- "value": 3
- },
- "wall_thickness": {
- "value": 1.2
- },
- "top_bottom_thickness": {
- "value": 1.2
- },
- "infill_sparse_density": {
- "value": 20.0
- },
- "infill_overlap": {
- "value": 15.0
- },
- "speed_print": {
- "value": 60.0
- },
- "speed_travel": {
- "value": 160.0
- },
- "speed_layer_0": {
- "value": 30.0
- },
- "speed_wall_x": {
- "value": 35.0
- },
- "speed_wall_0": {
- "value": 30.0
- },
- "speed_infill": {
- "value": 80.0
- },
- "speed_topbottom": {
- "value": 35.0
- },
- "skirt_speed": {
- "value": 35.0
- },
- "skirt_line_count": {
- "value": 4
- },
- "skirt_minimal_length": {
- "value": 30.0
- },
- "skirt_gap": {
- "value": 6.0
- },
- "cool_fan_full_at_height": {
- "value": 0.4
- },
- "support_enable": {
- "value": false
+ "overrides": {
+ "settings": {
+ "machine_start_gcode": {
+ "default_value": "; -- START GCODE --\nM800 ; Custom GCODE to fire start print procedure\n; -- end of START GCODE --"
+ },
+ "machine_end_gcode": {
+ "default_value": "; -- END GCODE --\nM801 ; Custom GCODE to fire end print procedure\n; -- end of END GCODE --"
+ },
+ "machine_width": {
+ "value": 210
+ },
+ "machine_depth": {
+ "value": 297
+ },
+ "machine_height": {
+ "value": 220
+ },
+ "machine_heated_bed": {
+ "value": false
+ },
+ "machine_center_is_zero": {
+ "value": false
+ },
+ "machine_gcode_flavor": {
+ "value": "RepRap"
+ },
+ "machine_platform_offset": {
+ "value": [
+ 6,
+ 1320,
+ 0
+ ]
+ },
+ "material_print_temperature": {
+ "value": 210.0
+ },
+ "material_bed_temperature": {
+ "value": 0
+ },
+ "material_diameter": {
+ "value": 1.75
+ },
+ "layer_height": {
+ "value": 0.2
+ },
+ "layer_height_0": {
+ "value": 0.2
+ },
+ "wall_line_count": {
+ "value": 3
+ },
+ "wall_thickness": {
+ "value": 1.2
+ },
+ "top_bottom_thickness": {
+ "value": 1.2
+ },
+ "infill_sparse_density": {
+ "value": 20.0
+ },
+ "infill_overlap": {
+ "value": 15.0
+ },
+ "speed_print": {
+ "value": 60.0
+ },
+ "speed_travel": {
+ "value": 160.0
+ },
+ "speed_layer_0": {
+ "value": 30.0
+ },
+ "speed_wall_x": {
+ "value": 35.0
+ },
+ "speed_wall_0": {
+ "value": 30.0
+ },
+ "speed_infill": {
+ "value": 80.0
+ },
+ "speed_topbottom": {
+ "value": 35.0
+ },
+ "skirt_speed": {
+ "value": 35.0
+ },
+ "skirt_line_count": {
+ "value": 4
+ },
+ "skirt_minimal_length": {
+ "value": 30.0
+ },
+ "skirt_gap": {
+ "value": 6.0
+ },
+ "cool_fan_full_at_height": {
+ "value": 0.4
+ },
+ "support_enable": {
+ "value": false
+ }
}
}
}