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

rigid3d_mucit2.def.json « definitions « resources - github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 42499ba5e1d0f2088662cda5f29b36bf7e79ec04 (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
{
    "name": "Rigid3D Mucit2",
    "version": 2,
    "inherits": "rigid3d_base",
    "metadata": {
        "visible": true,
        "quality_definition": "rigid3d_base",	
        "preferred_quality_type": "standard",
        "platform": "rigid3d_mucit2_platform.3mf",
        "platform_offset": [ 0, 0, 0],

        "preferred_material": "generic_pla_175"
    },
    "overrides": {
        "machine_name": { "default_value": "Rigid3D Mucit2" },

        "machine_heated_bed": { "default_value": true },

        "machine_width": { "default_value": 150 },
        "machine_depth": { "default_value": 150 },
        "machine_height": { "default_value": 150 },
		
        "machine_center_is_zero": { "default_value": false },
		
        "machine_start_gcode": {"default_value": "G21\nG28\nM420 S1\nM107\nG90\nM82\nG92 E0\n"},
        "machine_end_gcode": {"default_value": "G92 E0\nT0\nG1 F1800 E-2\nG27 P2\nM107\nM104 T0 S0\nM140 S0\nG90\nG92 E0\nM84\n"},
		
        "machine_head_with_fans_polygon": { 
            "default_value": [
                 [ -20, 40], [ -20, -65], [ 40, -65], [ 40, 40]] 
        },

        "gantry_height": { "value": 30 }
    }
}