1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- {
- "id": "bq_witbox_2",
- "version": 1,
- "name": "BQ Witbox 2",
- "manufacturer": "Other",
- "author": "BQ",
- "platform": "bq_witbox_platform.stl",
- "file_formats": "text/x-gcode",
- "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": {
- "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 }
- }
- }
|