mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 23:37:51 -06:00

* 'master' of github.com:ultimaker/Cura: (49 commits) 15.10 restyling of the sidebar header 15.10 restyling of the sidebar header 15.10 restyling of the sidebar split magic_mesh)surface_mode into Normal, Surface, Both Added preference to disable automatic scale Removed unused import Added changeLog plugin Added missing ) Merging of mine and Jaimes work Removed font from rectangle JSON: git diff! removed triangles and grid top/bottom skin options (though they are available) Code style & switch to translation catalog 15.10 re-alignment of the toolbar 15.10 New Icons 15.10 restyling of the savebutton Area Added message asking about sending data to server Added exception handling for checking overlap. Fixed default button for general and view page Fixed double ID in qml Removed unused import ...
60 lines
3 KiB
JSON
60 lines
3 KiB
JSON
{
|
|
"id": "bq_witbox",
|
|
"version": 1,
|
|
"name": "BQ Witbox",
|
|
"manufacturer": "BQ",
|
|
"author": "BQ",
|
|
"platform": "witbox_platform.stl",
|
|
"inherits": "fdmprinter.json",
|
|
|
|
"machine_settings": {
|
|
"machine_start_gcode": {
|
|
"default": "; -- START GCODE --\nG21 ;set units to millimetres\nG90 ;set to absolute positioning\nM106 S0 ;set fan speed to zero (turned off)\nG28 X0 Y0 ;move to the X/Y origin (Home)\nG28 Z0 ;move to the Z origin (Home)\nG1 Z15.0 F1200 ;move Z to position 15.0 mm\nG92 E0 ;zero the extruded length\nG1 E20 F200 ;extrude 20mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F7200 ;set feedrate to 120 mm/sec\n; -- end of START GCODE --"
|
|
},
|
|
"machine_end_gcode": {
|
|
"default": "; -- END GCODE --\nM104 S0 ;set extruder temperature to zero (turned off)\nG91 ;set to relative positioning\nG1 E-20 F300 ;retract the filament a bit to release some of the pressure\nG90 ;set to absolute positioning\nG1 Z200 ;move the platform to the bottom\nG28 X0 Y0 ;move to the X/Y origin (Home)\nM84 ;turn off steppers\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": {
|
|
"layer_height": { "default": 0.2 },
|
|
"layer_height_0": { "default": 0.2, "visible": false },
|
|
"shell_thickness": { "default": 1.0 },
|
|
"wall_thickness": { "default": 1.0, "visible": false },
|
|
"top_bottom_thickness": { "default": 1.0, "visible": false},
|
|
"bottom_thickness": { "default": 1.0, "visible": false },
|
|
"material_print_temperature": { "default": 220, "visible": true },
|
|
"material_bed_temperature": { "default": 0, "visible": false },
|
|
"material_diameter": { "default": 1.75, "visible": true },
|
|
"speed_print": { "default": 40.0},
|
|
"speed_infill": { "default": 40.0, "visible": true },
|
|
"speed_wall": { "default": 35.0, "visible": true},
|
|
"speed_topbottom": { "default": 35.0, "visible": true },
|
|
"speed_travel": { "default": 120.0 },
|
|
"speed_layer_0": { "default": 20.0, "visible": false },
|
|
"retraction_speed": { "default": 30.0, "visible": false},
|
|
"retraction_amount": { "default": 2.0, "visible": false },
|
|
"retraction_hop": { "default": 0.075, "visible": false },
|
|
"support_enable": { "default": true }
|
|
}
|
|
}
|