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

mbot3d_grid4_dual.def.json « definitions « resources - github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 891f5dc51fc636a73ca946f17ff810f5a2c16be0 (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
{
    "version": 2,
    "name": "MBot3D Grid 4 Dual",
    "inherits": "fdmprinter",
    "metadata": {
        "author": "Magicfirm",
        "manufacturer": "Magicfirm",
        "visible": true,
        "file_formats": "text/x-gcode",
        "platform_offset": [
            0,
            0,
            0
        ],
        "has_materials": true,
        "machine_extruder_trains": {
            "0": "mbot3d_grid4_extruder_left",
            "1": "mbot3d_grid4_extruder_right"
        }
    },
    "overrides": {
        "machine_name": {
            "default_value": "MBot3D Grid 4 Dual"
        },
        "machine_width": {
            "default_value": 210
        },
        "machine_depth": {
            "default_value": 210
        },
        "machine_height": {
            "default_value": 190
        },
        "machine_heated_bed": {
            "default_value": true
        },
        "machine_center_is_zero": {
            "default_value": false
        },        
        "machine_gcode_flavor": {
            "default_value": "RepRap (Marlin/Sprinter)"
        },
        "machine_extruder_count": {
            "default_value": 2
        },
        "material_flow": {
            "default_value": 100
        },
        "adhesion_type": {
            "default_value": "skirt"
        },     
        "machine_start_gcode": {
           "default_value": ";---------- START GCODE ----------\nG21 ; set units to millimeters\nG28 ; home all axes\nG29 ;Autolevel bed\nG1 Z10 F400\nG1 X145 Z10 F2400\nG92 E0\nG1 X145 Z0.5 F400\nG1 X120 Z0.5 E20 F360\nG92 E0.0\n;----------END START GCODE ----------\n"
        },
        "machine_end_gcode": {
           "default_value": "M104 S0 ; turn off extruder\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 Z190 F900\nG28 X Y  ;home X Y axes\nM84 ; disable motors"
        }
    }
}