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

seckit_sktank.def.json « definitions « resources - github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4b3795d61992417f98c8117cafe94e69d439f162 (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": "SecKit SK-Tank",
    "inherits": "fdmprinter",
    "metadata": {
        "visible": true,
        "author": "Ernest Lin",
        "manufacturer": "SecKit 3DP Design",
        "file_formats": "text/x-gcode",
        "has_materials": true,
        "has_machine_quality": false,
        "preferred_quality_type": "normal",
        "machine_extruder_trains":
        {
            "0": "seckit_sktank_extruder_0"
        }
    },


    "overrides": {
        "machine_name": { "default_value": "SecKit SK-Tank" },
        "machine_width": {
            "default_value": 350
        },
        "machine_depth": {
            "default_value": 350
        },
        "machine_height": {
            "default_value": 400
        },
        "machine_center_is_zero": {
            "default_value": false
        },
        "machine_heated_bed": {
            "default_value": true
        },
        "machine_head_with_fans_polygon":
        {
            "default_value": [
                [ -10, 20 ],
                [ -10, -20 ],
                [ 10, 20 ],
                [ 10, -20 ]
            ]
        },
        "gantry_height": {
            "value": "50"
        },
        "machine_gcode_flavor": {
            "default_value": "RepRap (RepRap)"
        },
        "machine_start_gcode": {
            "default_value": "G32 ;auto bed tramming and find a correct Z datum\nG29 S1 ;load default mesh\nM572 D0 S0.08 ; Pressure advance\nG1 Z15.0 F6000 ;Move the platform down 15mm\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0"
        },
        "machine_end_gcode": {
            "default value": "M104 S0\nM140 S0\n;Retract the filament\nG92 E1\nG1 E-1 F300\nG90\nG1 X2 Y300 F6000\n; move bed to the bottom to prevent bed falls\n;G91\n;G1 Z300\nM106 P0 S0\nM18"
        }
     }
}