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

goofoo_gemini.def.json « definitions « resources - github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7ada5057ded28aa4edcbea1c9e1de419a14b46eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "name": "Goofoo Gemini",
    "version": 2,
    "inherits": "goofoo_far",
    "overrides": {
        "machine_name": { "default_value": "Goofoo Gemini" },
        "machine_width": { "default_value": 360 },
        "machine_depth": { "default_value": 250 },
        "machine_height": { "default_value": 200 },
        "machine_head_with_fans_polygon":{"default_value":[[0, 0], [0, 0], [0, 0], [0, 0]]},
        "machine_extruder_count": {
            "default_value": 2
        }
    },
    "metadata": {
        "machine_extruder_trains": {
            "0": "goofoo_gemini_1st",
            "1": "goofoo_gemini_2st"
        },
        "visible": true
    }
}