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:
authorArjen Hiemstra <ahiemstra@heimr.nl>2016-05-25 15:42:45 +0300
committerArjen Hiemstra <ahiemstra@heimr.nl>2016-05-25 16:12:25 +0300
commit386aec32a878d5012c99388cd9c51c73c9ee26dc (patch)
tree930fed697ebb03fc67b8b6bb1dc49471f40ce4c3 /resources/definitions/bq_hephestos_2.def.json
parent0969356cb696e0de512e981395aad7ba2aa583fe (diff)
parent1256f4a752ca1fdfba3d5c1428236166a26ff3d9 (diff)
Merge branch 'settings_rework'
Contributes to CURA-1278 * settings_rework: (224 commits) Improve slice trigger documentation Import Cura in materials preferences page so we can use the active definition id Add layer height to high quality profile so we have something that changes Update example XML material to use the right product names Filter available materials by the machine definition Show the add machine dialog when we do not have an active machine Create machine-specific material containers for machine specific overrides in XML material files When creating a new container stack, add empty containers for things where we cannot find containers Add preferred variant, material and quality to UM2+ definition Account for global container stack being None in the backend plugin Use the global stack instance variable and account for it potentially being None Store the global container stack as an instance property Added wildcard to filtering Per object settings filter now uses correct bool types (instead of strings) Removed stray = sign. Fix creating print job name Disable asynchronous loading of SettingItem when Qt Version < 5.5 Document QTbug Properly serialise all settings to g-code file Document GCodeWriter class ...
Diffstat (limited to 'resources/definitions/bq_hephestos_2.def.json')
-rw-r--r--resources/definitions/bq_hephestos_2.def.json47
1 files changed, 47 insertions, 0 deletions
diff --git a/resources/definitions/bq_hephestos_2.def.json b/resources/definitions/bq_hephestos_2.def.json
new file mode 100644
index 0000000000..8afd4135f1
--- /dev/null
+++ b/resources/definitions/bq_hephestos_2.def.json
@@ -0,0 +1,47 @@
+{
+ "id": "bq_hephestos_2",
+ "version": 2,
+ "name": "BQ Hephestos 2",
+ "inherits": "fdmprinter",
+ "metadata": {
+ "visible": true,
+ "author": "BQ",
+ "manufacturer": "BQ",
+ "category": "Other",
+ "platform": "bq_hephestos_2_platform.stl",
+ "platform_offset": { "value": [6, 1320, 0 ] },
+ "file_formats": "text/x-gcode"
+ },
+
+ "overrides": {
+ "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": { "default_value": 210 },
+ "machine_depth": { "default_value": 297 },
+ "machine_height": { "default_value": 220 },
+ "machine_heated_bed": { "default_value": false },
+ "machine_center_is_zero": { "default_value": false },
+ "material_print_temperature": { "default_value": 210 },
+ "material_bed_temperature": { "default_value": 0 },
+ "material_diameter": { "default_value": 1.75 },
+ "layer_height": { "default_value": 0.2 },
+ "layer_height_0": { "default_value": 0.2 },
+ "wall_line_count": { "default_value": 3 },
+ "wall_thickness": { "default_value": 1.2 },
+ "top_bottom_thickness": { "default_value": 1.2 },
+ "infill_sparse_density": { "default_value": 20 },
+ "infill_overlap": { "default_value": 15 },
+ "speed_print": { "default_value": 60 },
+ "speed_travel": { "default_value": 160 },
+ "speed_layer_0": { "default_value": 30 },
+ "speed_wall_x": { "default_value": 35 },
+ "speed_wall_0": { "default_value": 30 },
+ "speed_infill": { "default_value": 80 },
+ "speed_topbottom": { "default_value": 35 },
+ "skirt_speed": { "default_value": 35 },
+ "skirt_line_count": { "default_value": 4 },
+ "skirt_minimal_length": { "default_value": 30 },
+ "skirt_gap": { "default_value": 6 },
+ "cool_fan_full_at_height": { "default_value": 0.4 }
+ }
+}