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

blv_mgn_cube_300.def.json « definitions « resources - github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 48fb7cd149de9a56699a7e74c883986a2f6428a3 (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
{
  "name": "BLV MGN Cube 300",
  "version": 2,
  "inherits": "blv_mgn_cube_base",
  "metadata": {
    "visible": true,
    "author": "wolfgangmauer",
    "manufacturer": "BLV",
    "file_formats": "text/x-gcode",
    "first_start_actions": [
      "MachineSettingsAction"
    ],
    "machine_extruder_trains": {
      "0": "blv_mgn_cube_extruder_0"
    },
    "quality_definition": "blv_mgn_cube_base",
    "platform": "blv_mgn_cube_300_platform.3mf"
  },
  "overrides": {
    "machine_name": {
      "default_value": "BLV mgn Cube 300"
    },
    "machine_height": {
      "default_value": 465
    },
    "machine_width": {
      "default_value": 300
    },
    "machine_depth": {
      "default_value": 300
    }
  }
}