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

cocoon_create.def.json « definitions « resources - github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a3b47361c76a6b42513190d6686686cddf1ba055 (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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
    "name": "Cocoon Create",
    "version": 2,
    "inherits": "fdmprinter",
    "metadata": {
        "visible": true,
        "author": "Thushan Fernando",
        "manufacturer": "Cocoon Create",
        "file_formats": "text/x-gcode",
        "preferred_quality_type": "fine",
        "has_materials": true,
        "platform": "wanhao_200_200_platform.obj",
        "platform_texture": "Cocoon-backplate.png",
        "machine_extruder_trains": {
            "0": "cocoon_create_extruder_0"
        },
        "platform_offset": [
          0,
          -28,
          0
        ]
    },
    "overrides": {
        "machine_name": {
            "default_value": "Cocoon Create"
        },
        "machine_width": {
            "default_value": 200
        },
        "machine_height": {
            "default_value": 180
        },
        "machine_depth": {
            "default_value": 200
        },
        "machine_heated_bed": {
            "default_value": true
        },
        "machine_gcode_flavor": {
            "default_value": "RepRap (Marlin/Sprinter)"
        },
        "machine_start_gcode": {
          "default_value": "G21 ;metric values\n G90 ;absolute positioning\n M82 ;set extruder to absolute mode\n M107 ;start with the fan off\n G28 X0 Y0 ;move X/Y to min endstops\n G28 Z0 ;move Z to min endstops\n G1 Z15.0 F{speed_travel} ;move the platform down 15mm\n G92 E0 ;zero the extruded length\n G1 F200 E3 ;extrude 3mm of feed stock\n G92 E0 ;zero the extruded length again\n G1 F{speed_travel} \n ;Put printing message on LCD screen\n M117 Printing..."
        },
        "machine_end_gcode": {
          "default_value": "M104 S0 ;extruder heater off \n G91 ;relative positioning\n G1 E-1 F300  ;retract the filament a bit before lifting the nozzle, to release some of the pressure\n G1 Z+0.5 E-5 X-20 Y-20 F{speed_travel} ;move Z up a bit and retract filament even more\n G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\n M84 ;steppers off\n G90 ;absolute positioning"
        },
        "material_diameter": {
            "default_value": 1.75
        },
        "layer_height": {
            "default_value": 0.10
        },
        "layer_height_0": {
            "default_value": 0.2
        },
        "wall_thickness": {
            "value": "0.8"
        },
        "top_bottom_thickness": {
            "default_value": 0.6
        },
        "speed_print": {
            "default_value": 50
        },
        "support_enable": {
            "default_value": true
        },
        "retraction_enable": {
            "default_value": true
        },
        "retraction_amount": {
            "default_value": 4.5
        },
        "retraction_speed": {
            "default_value": 25
        }
    }
}