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

monoprice_select_mini_v2.def.json « definitions « resources - github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 99bb7ef50a6b0cdccbf95b2fb5d066e10711d7fb (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
{
    "id": "monoprice_select_mini_v2",
    "version": 2,
    "name": "Monoprice Select Mini V2 (E3D)",
    "inherits": "malyan_m200",
    "metadata": {
        "author": "Tyler Gibson",
        "manufacturer": "Monoprice",
        "category": "Other",
        "file_formats": "text/x-gcode",
        "has_machine_quality": true,
        "has_materials": true,
        "preferred_quality_type": "normal",
        "visible": true
   },

    "overrides": {
        "machine_name": { "default_value": "Monoprice Select Mini V2" },
        "adhesion_type": { "default_value": "brim" },
        "retraction_combing": { "default_value": "noskin" },
        "retraction_amount" : { "default_value": 2.5},
        "retraction_speed" : { "default_value": 40},
        "material_print_temperature_layer_0": { "value": "material_print_temperature + 5" }
    }
}