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

biqu_b1.def.json « definitions « resources - github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d60e229152a11d159c29c4456c1fbbac16bf2fb5 (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
{
    "name": "Biqu B1",
    "version": 2,
    "inherits": "biqu_base",
    "metadata": {
        "quality_definition": "biqu_base",
        "visible": true,
        "has_machine_materials": true,
        "platform": "BIQU_SSS.stl",
        "platform_offset": [
            0,
            -7.4,
            5
        ]
    },
    "overrides": {
        "coasting_enable": { "value": true },
        "retraction_amount": { "value": 7 },
        "retraction_speed": { "value": 70 },
        "support_enable": { "value": true },
        "support_structure": { "value": "'normal'" },
        "support_type": { "value": "'buildplate'" },
        "support_angle": { "value": 45 },
        "support_infill_rate": { "value": 15 },
        "infill_overlap_mm": { "value": 0.06 },
        "speed_print": { "value": 60 },
        "machine_name": { "default_value": "BIQU B1" },
        "machine_width": { "value": 235 },
        "machine_depth": { "value": 235 },
        "machine_height": { "value": 270 },
        "machine_head_with_fans_polygon": { "default_value": [
                [-33, 35],
                [-33, -23],
                [33, -23],
                [33, 35]
            ]
        },
        "machine_start_gcode": {
            "default_value": "                                 ; BIQU B1 Start G-code\nM117 Getting the bed up to temp!\nM140 S{material_bed_temperature_layer_0}      ; Set Heat Bed temperature\nM190 S{material_bed_temperature_layer_0}      ; Wait for Heat Bed temperature\nM117 Getting the extruder up to temp!\nM104 S{material_print_temperature_layer_0}    ; Set Extruder temperature\nG92 E0                           ; Reset Extruder\nM117 Homing axes\nG28                              ; Home all axes\nM109 S{material_print_temperature_layer_0}    ; Wait for Extruder temperature\nG1 Z2.0 F3000                    ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X4.1 Y20 Z0.3 F5000.0         ; Move to start position\nM117 Purging\nG1 X4.1 Y200.0 Z0.3 F1500.0 E15  ; Draw the first line\nG1 X4.4 Y200.0 Z0.3 F5000.0      ; Move to side a little\nG1 X4.4 Y20 Z0.3 F1500.0 E30     ; Draw the second line\nG92 E0                           ; Reset Extruder\nM117 Lets make\nG1 Z2.0 F3000                    ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.3 F5000.0           ; Move over to prevent blob squish"
        },

        "gantry_height": { "value": 27.5 }
    }
}