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

two_trees_sapphirepro.def.json « definitions « resources - github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0a66a5e232132b5d4878085326f2f43b92edbf04 (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
{
    "name": "Two Trees Sapphire Pro",
    "version": 2,
    "inherits": "two_trees_base",
    "overrides": {
        "machine_start_gcode": { "default_value": "G28 ;Home\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move bed down\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Bed up" },
        "machine_name": { "default_value": "Two Trees Sapphire Pro" },
        "machine_width": { "default_value": 220 },
        "machine_depth": { "default_value": 220 },
        "machine_height": { "default_value": 220 },
        "machine_head_with_fans_polygon": { "default_value": [
        [-30,19],
        [30,19],
        [30,-49],
        [-30,-49]
        ] 
        },

        "gantry_height": { "value": 65 },

        "speed_print": { "value": 60.0 },
        "speed_travel": { "value": 180 },
        "speed_travel_layer_0": { "value": 100 },
        "retraction_speed": { "default_value" : 40 },
        "retraction_amount": { "default_value" : 7 },
		
        "material_flow": { "value": 90 },
        "infill_material_flow": { "value": 100 },
        
        "infill_overlap": { "value": 30 },
        "skin_overlap": { "value": 20 }
    },
    "metadata": {
        "quality_definition": "two_trees_base",
        "visible": true,
        "platform": "sapphirepro_platform.stl"
		
    }
}