diff --git a/resources/machines/bq_hephestos_2.json b/resources/machines/bq_hephestos_2.json new file mode 100644 index 0000000000..7fb2a82f5a --- /dev/null +++ b/resources/machines/bq_hephestos_2.json @@ -0,0 +1,71 @@ +{ + "id": "bq_hephestos_2", + "version": 1, + "name": "BQ Hephestos 2", + "manufacturer": "Other", + "author": "BQ", + "platform": "bq_hephestos_2.stl", + "inherits": "fdmprinter.json", + + "machine_settings": { + "machine_start_gcode": { + "default": "; -- START GCODE --\nM800 ; Custom GCODE to fire start print procedure\n; -- end of START GCODE --" + }, + "machine_end_gcode": { + "default": "; -- END GCODE --\nM801 ; Custom GCODE to fire end print procedure\n; -- end of END GCODE --" + }, + "machine_width": { + "default": 210 + }, + "machine_depth": { + "default": 297 + }, + "machine_height": { + "default": 220 + }, + "machine_heated_bed": { + "default": false + }, + "machine_center_is_zero": { + "default": false + }, + "machine_gcode_flavor": { + "default": "RepRap" + }, + "machine_platform_offset": { + "default": [-6, 1320, 0] + } + }, + "overrides": { + "bottom_thickness": { "default": 1.2, "visible": true }, + "cool_fan_full_at_height": { "default": 0.8, "visible": false }, + "speed_wall_0": { "default": 35.0, "visible": false }, + "material_diameter": { "default": 1.75 }, + "layer_height_0": { "default": 0.2, "visible": true }, + "speed_layer_0": { "default": 35.0, "visible": true }, + "infill_overlap": { "default": 15.0, "visible": false }, + "layer_height": { "default": 0.2 }, + "cool_min_speed": { "default": 20.0, "visible": false }, + "speed_wall_x": { "default": 35.0, "visible": false }, + "wall_line_count": { "default": 3, "visible": false }, + "retraction_amount": { "default": 4.0, "visible": false }, + "retract_hop": { "default": 0.075, "visible": false }, + "retraction_speed": { "default": 45.0, "visible": false }, + "skirt_gap": { "default": 7.0 }, + "skirt_line_count": { "default": 4 }, + "speed_infill": { "default": 50.0, "visible": true }, + "material_print_temperature": { "default": 220.0, "visible": true }, + "speed_topbottom": { "default": 35.0, "visible": false }, + "top_thickness": { "default": 1.2, "visible": false }, + "top_layers": { "default": 6, "visible": false }, + "speed_travel": { "default": 150.0 }, + "shell_thickness": { "default": 1.2 }, + "wall_thickness": { "default": 1.2, "visible": false }, + "top_bottom_thickness": { "default": 1.2, "visible": false }, + "material_bed_temperature": { "default": 0 }, + "support_enable": { "default": false }, + "speed_print": { "default": 50.0 }, + "skirt_speed": { "default": 35.0, "visible": false }, + "skirt_minimal_length": { "default": 300.0, "visible": false } + } +} diff --git a/resources/machines/bq_witbox_2.json b/resources/machines/bq_witbox_2.json new file mode 100644 index 0000000000..a6a0ca07ae --- /dev/null +++ b/resources/machines/bq_witbox_2.json @@ -0,0 +1,71 @@ +{ + "id": "bq_witbox_2", + "version": 1, + "name": "BQ Witbox 2", + "manufacturer": "Other", + "author": "BQ", + "platform": "witbox_platform.stl", + "inherits": "fdmprinter.json", + + "machine_settings": { + "machine_start_gcode": { + "default": "; -- START GCODE --\nM800 ; Custom GCODE to fire start print procedure\n; -- end of START GCODE --" + }, + "machine_end_gcode": { + "default": "; -- END GCODE --\nM801 ; Custom GCODE to fire end print procedure\n; -- end of END GCODE --" + }, + "machine_width": { + "default": 297 + }, + "machine_depth": { + "default": 210 + }, + "machine_height": { + "default": 200 + }, + "machine_heated_bed": { + "default": false + }, + "machine_center_is_zero": { + "default": false + }, + "machine_gcode_flavor": { + "default": "RepRap" + }, + "machine_platform_offset": { + "default": [0, -145, -38] + } + }, + "overrides": { + "bottom_thickness": { "default": 1.2, "visible": true }, + "cool_fan_full_at_height": { "default": 0.8, "visible": false }, + "speed_wall_0": { "default": 35.0, "visible": false }, + "material_diameter": { "default": 1.75 }, + "layer_height_0": { "default": 0.2, "visible": true }, + "speed_layer_0": { "default": 35.0, "visible": true }, + "infill_overlap": { "default": 15.0, "visible": false }, + "layer_height": { "default": 0.2 }, + "cool_min_speed": { "default": 20.0, "visible": false }, + "speed_wall_x": { "default": 35.0, "visible": false }, + "wall_line_count": { "default": 3, "visible": false }, + "retraction_amount": { "default": 4.0, "visible": false }, + "retract_hop": { "default": 0.075, "visible": false }, + "retraction_speed": { "default": 45.0, "visible": false }, + "skirt_gap": { "default": 7.0 }, + "skirt_line_count": { "default": 4 }, + "speed_infill": { "default": 50.0, "visible": true }, + "material_print_temperature": { "default": 220.0, "visible": true }, + "speed_topbottom": { "default": 35.0, "visible": false }, + "top_thickness": { "default": 1.2, "visible": false }, + "top_layers": { "default": 6, "visible": false }, + "speed_travel": { "default": 150.0 }, + "shell_thickness": { "default": 1.2 }, + "wall_thickness": { "default": 1.2, "visible": false }, + "top_bottom_thickness": { "default": 1.2, "visible": false }, + "material_bed_temperature": { "default": 0 }, + "support_enable": { "default": false }, + "speed_print": { "default": 50.0 }, + "skirt_speed": { "default": 35.0, "visible": false }, + "skirt_minimal_length": { "default": 300.0, "visible": false } + } +} diff --git a/resources/meshes/bq_hephestos_2.stl b/resources/meshes/bq_hephestos_2.stl new file mode 100644 index 0000000000..3a3a89eba4 Binary files /dev/null and b/resources/meshes/bq_hephestos_2.stl differ