Welcome to mirror list, hosted at ThFree Co, Russian Federation.

bq_witbox_2.def.json « definitions « resources - github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 43e6968aba2df20768ac0ba05baa0e2cb0893f5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
    "id": "bq_witbox_2",
    "version": 2,
    "name": "BQ Witbox 2",
    "inherits": "fdmprinter",
    "metadata":
    {
        "author": "BQ",
        "manufacturer": "BQ",
        "category": "Other",
        "file_formats": "text/x-gcode",
        "platform": "bq_witbox_platform.stl"
    },

    "settings": {
        "machine_start_gcode": {
            "value": "; -- START GCODE --\nM800        ; Custom GCODE to fire start print procedure\n; -- end of START GCODE --"
        },
        "machine_end_gcode": {
            "value": "; -- END GCODE --\nM801        ; Custom GCODE to fire end print procedure\n; -- end of END GCODE --"
        },
        "machine_width": {
            "value": 297
        },
        "machine_depth": {
            "value": 210
        },
        "machine_height": {
            "value": 200
        },
        "machine_heated_bed": {
            "value": false
        },
        "machine_center_is_zero": {
            "value": false
        },
        "machine_gcode_flavor": {
            "value": "RepRap"
        },
        "machine_platform_offset": {
            "value": [0, -145, -38]
        },
        "material_print_temperature": {
            "value": 210.0
        },
        "material_bed_temperature": {
            "value": 0
        },
        "material_diameter": {
            "value": 1.75
        },
        "layer_height": {
            "value": 0.2
        },
        "layer_height_0": {
            "value": 0.2
        },
        "wall_line_count": {
            "value": 3
        },
        "wall_thickness": {
            "value": 1.2
        },
        "top_bottom_thickness": {
            "value": 1.2
        },
        "infill_sparse_density": {
            "value": 20.0
        },
        "infill_overlap": {
            "value": 15.0
        },
        "speed_print": {
            "value": 60.0
        },
        "speed_travel": {
            "value": 160.0
        },
        "speed_layer_0": {
            "value": 30.0
        },
        "speed_wall_x": {
            "value": 35.0
        },
        "speed_wall_0": {
            "value": 30.0
        },
        "speed_infill": {
            "value": 80.0
        },
        "speed_topbottom": {
            "value": 35.0
        },
        "skirt_speed": {
            "value": 35.0
        },
        "skirt_line_count": {
            "value": 4
        },
        "skirt_minimal_length": {
            "value": 30.0
        },
        "skirt_gap": {
            "value": 6.0
        },
        "cool_fan_full_at_height": {
            "value": 0.4
        },
        "support_enable": {
            "value": false
        }
    }
}