1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "id": "ultimaker2",
- "name": "Ultimaker 2",
- "icon": "icon_ultimaker2.png",
- "platform": "ultimaker2_platform.obj",
- "platform_texture": "Ultimaker2backplate.png",
- "inherits": "fdmprinter.json",
- "machine_settings": {
- "machine_start_gcode" : { "default": "" },
- "machine_end_gcode" : { "default": "" },
- "machine_width": { "default": 230 },
- "machine_depth": { "default": 225 },
- "machine_height": { "default": 205 },
- "machine_heated_bed": { "default": true },
- "machine_center_is_zero": { "default": false },
- "machine_nozzle_size": { "default": 0.4 },
- "machine_head_shape_min_x": { "default": 40 },
- "machine_head_shape_min_y": { "default": 10 },
- "machine_head_shape_max_x": { "default": 60 },
- "machine_head_shape_max_y": { "default": 30 },
- "machine_nozzle_gantry_distance": { "default": 55 },
- "machine_nozzle_offset_x_1": { "default": 18.0 },
- "machine_nozzle_offset_y_1": { "default": 0.0 },
- "machine_gcode_flavor": { "default": "UltiGCode" },
- "machine_disallowed_areas": { "default": [
- [[-115.0, 112.5], [ -82.0, 112.5], [ -84.0, 104.5], [-115.0, 104.5]],
- [[ 115.0, 112.5], [ 115.0, 104.5], [ 110.0, 104.5], [ 108.0, 112.5]],
- [[-115.0, -112.5], [-115.0, -104.5], [ -84.0, -104.5], [ -82.0, -112.5]],
- [[ 115.0, -112.5], [ 108.0, -112.5], [ 110.0, -104.5], [ 115.0, -104.5]]
- ]},
- "machine_platform_offset": { "default": [9.0, 0.0, 0.0] },
-
- "machine_nozzle_tip_outer_diameter": { "default": 1.0 },
- "machine_nozzle_head_distance": { "default": 3.0 },
- "machine_nozzle_expansion_angle": { "default": 45 }
- },
- "categories": {
- "material": {
- "settings": {
- "material_print_temperature": {
- "visible": false
- },
- "material_bed_temperature": {
- "visible": false
- },
- "material_diameter": {
- "visible": false
- },
- "material_flow": {
- "visible": false
- }
- }
- }
- }
- }
|