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

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2016-05-17 17:15:43 +0300
committerGhostkeeper <rubend@tutanota.com>2016-05-17 18:46:29 +0300
commit9aaa81be50704e7a0835444ec922b349247196df (patch)
tree252bacb80a40664e7ca09ea700fdc3f0140493d1 /resources/definitions/bq_witbox_2.def.json
parentdc82a9004797b9dd13812e0e4d740509194ad0b2 (diff)
Default value and overrides category
The settings must be in the 'overrides' category, not in the 'settings' category. Also, define a default value rather than a value. Contributes to issue CURA-1278.
Diffstat (limited to 'resources/definitions/bq_witbox_2.def.json')
-rw-r--r--resources/definitions/bq_witbox_2.def.json69
1 files changed, 34 insertions, 35 deletions
diff --git a/resources/definitions/bq_witbox_2.def.json b/resources/definitions/bq_witbox_2.def.json
index 43e6968aba..58f70c95b7 100644
--- a/resources/definitions/bq_witbox_2.def.json
+++ b/resources/definitions/bq_witbox_2.def.json
@@ -3,8 +3,7 @@
"version": 2,
"name": "BQ Witbox 2",
"inherits": "fdmprinter",
- "metadata":
- {
+ "metadata": {
"author": "BQ",
"manufacturer": "BQ",
"category": "Other",
@@ -12,102 +11,102 @@
"platform": "bq_witbox_platform.stl"
},
- "settings": {
+ "overrides": {
"machine_start_gcode": {
- "value": "; -- START GCODE --\nM800 ; Custom GCODE to fire start print procedure\n; -- end of START GCODE --"
+ "default_value": "; -- START GCODE --\nM800 ; Custom GCODE to fire start print procedure\n; -- end of START GCODE --"
},
"machine_end_gcode": {
- "value": "; -- END GCODE --\nM801 ; Custom GCODE to fire end print procedure\n; -- end of END GCODE --"
+ "default_value": "; -- END GCODE --\nM801 ; Custom GCODE to fire end print procedure\n; -- end of END GCODE --"
},
"machine_width": {
- "value": 297
+ "default_value": 297
},
"machine_depth": {
- "value": 210
+ "default_value": 210
},
"machine_height": {
- "value": 200
+ "default_value": 200
},
"machine_heated_bed": {
- "value": false
+ "default_value": false
},
"machine_center_is_zero": {
- "value": false
+ "default_value": false
},
"machine_gcode_flavor": {
- "value": "RepRap"
+ "default_value": "RepRap"
},
"machine_platform_offset": {
- "value": [0, -145, -38]
+ "default_value": [0, -145, -38]
},
"material_print_temperature": {
- "value": 210.0
+ "default_value": 210
},
"material_bed_temperature": {
- "value": 0
+ "default_value": 0
},
"material_diameter": {
- "value": 1.75
+ "default_value": 1.75
},
"layer_height": {
- "value": 0.2
+ "default_value": 0.2
},
"layer_height_0": {
- "value": 0.2
+ "default_value": 0.2
},
"wall_line_count": {
- "value": 3
+ "default_value": 3
},
"wall_thickness": {
- "value": 1.2
+ "default_value": 1.2
},
"top_bottom_thickness": {
- "value": 1.2
+ "default_value": 1.2
},
"infill_sparse_density": {
- "value": 20.0
+ "default_value": 20
},
"infill_overlap": {
- "value": 15.0
+ "default_value": 15
},
"speed_print": {
- "value": 60.0
+ "default_value": 60
},
"speed_travel": {
- "value": 160.0
+ "default_value": 160
},
"speed_layer_0": {
- "value": 30.0
+ "default_value": 30
},
"speed_wall_x": {
- "value": 35.0
+ "default_value": 35
},
"speed_wall_0": {
- "value": 30.0
+ "default_value": 30
},
"speed_infill": {
- "value": 80.0
+ "default_value": 80
},
"speed_topbottom": {
- "value": 35.0
+ "default_value": 35
},
"skirt_speed": {
- "value": 35.0
+ "default_value": 35
},
"skirt_line_count": {
- "value": 4
+ "default_value": 4
},
"skirt_minimal_length": {
- "value": 30.0
+ "default_value": 30
},
"skirt_gap": {
- "value": 6.0
+ "default_value": 6
},
"cool_fan_full_at_height": {
- "value": 0.4
+ "default_value": 0.4
},
"support_enable": {
- "value": false
+ "default_value": false
}
}
} \ No newline at end of file