Cura/resources/definitions/blv_mgn_cube_350.def.json
Kostas Karmas 5bca31e37a Update setting version to 18 for libArachne release
Although it is not entirely sure yet, we are fairly certain that libArachne release will have
a setting version of 18, so it is changed by this commit. With this change, the VersionUpgrader
will be properly triggered.

Contributes to CURA-7683 and CURA-7656
2020-12-02 15:29:25 +01:00

35 lines
782 B
JSON

{
"name": "BLV mgn Cube 350",
"version": 2,
"inherits": "blv_mgn_cube_base",
"metadata": {
"visible": true,
"setting_version": 18,
"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_350_platform.3mf"
},
"overrides": {
"machine_name": {
"default_value": "BLV mgn Cube350"
},
"machine_height": {
"default_value": 465
},
"machine_width": {
"default_value": 350
},
"machine_depth": {
"default_value": 350
}
}
}