mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00

This will determine which file formats a machine is able to save to. The setting is currently not yet used. It will be used to filter the output formats under the Save to File dialogue. Contributes to issue CURA-611.
70 lines
2.7 KiB
JSON
70 lines
2.7 KiB
JSON
{
|
|
"id": "bq_hephestos_2",
|
|
"version": 1,
|
|
"name": "BQ Hephestos 2",
|
|
"manufacturer": "Other",
|
|
"author": "BQ",
|
|
"platform": "bq_hephestos_2_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": 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]
|
|
},
|
|
"machine_file_formats": {
|
|
"default": "text/x-gcode",
|
|
}
|
|
},
|
|
"overrides": {
|
|
"material_print_temperature": { "default": 210.0, "visible": true },
|
|
"material_bed_temperature": { "default": 0 },
|
|
"material_diameter": { "default": 1.75 },
|
|
"layer_height": { "default": 0.2 },
|
|
"layer_height_0": { "default": 0.2, "visible": true },
|
|
"shell_thickness": { "default": 1.2 },
|
|
"wall_line_count": { "default": 3, "visible": false },
|
|
"wall_thickness": { "default": 1.2, "visible": false },
|
|
"top_bottom_thickness": { "default": 1.2, "visible": false },
|
|
"infill_sparse_density": { "default": 20.0 },
|
|
"infill_overlap": { "default": 15.0, "visible": false },
|
|
"speed_print": { "default": 60.0 },
|
|
"speed_travel": { "default": 160.0 },
|
|
"speed_layer_0": { "default": 30.0, "visible": true },
|
|
"speed_wall_x": { "default": 35.0, "visible": false },
|
|
"speed_wall_0": { "default": 30.0, "visible": false },
|
|
"speed_infill": { "default": 80.0, "visible": true },
|
|
"speed_topbottom": { "default": 35.0, "visible": false },
|
|
"skirt_speed": { "default": 35.0, "visible": false },
|
|
"retraction_amount": { "default": 2.0, "visible": false },
|
|
"retraction_speed": { "default": 45.0, "visible": false },
|
|
"skirt_line_count": { "default": 4 },
|
|
"skirt_minimal_length": { "default": 30.0, "visible": false },
|
|
"skirt_gap": { "default": 6.0 },
|
|
"cool_fan_full_at_height": { "default": 0.4, "visible": false },
|
|
"support_enable": { "default": false }
|
|
}
|
|
}
|