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>2020-10-05 14:47:24 +0300
committerGhostkeeper <rubend@tutanota.com>2020-10-05 14:47:24 +0300
commit9b5005fc90878805bcf60ee16b933e19c1d15721 (patch)
tree78dc08bd3d1457138236ab46007cb160ec3b9920 /resources/definitions/biqu_b1_abl.def.json
parenta73cd96e1afd7788707e9e573c2dc3f15cb54eee (diff)
Fix Biqu definition files
There were a number of problems with it: * There were duplicate JSON keys. One of the duplicates gets ignored then according to the JSON implementation in Python. * There were some 'value' properties that contained undefined variables since the setting type was a string and the value is a string containing a Python expression that should result in a string, not a plain string. * There was one instance in which a 'default_value' property contained a formula. Contributes to issue CURA-7752.
Diffstat (limited to 'resources/definitions/biqu_b1_abl.def.json')
-rwxr-xr-xresources/definitions/biqu_b1_abl.def.json17
1 files changed, 2 insertions, 15 deletions
diff --git a/resources/definitions/biqu_b1_abl.def.json b/resources/definitions/biqu_b1_abl.def.json
index 25d555d3e6..e43d50deeb 100755
--- a/resources/definitions/biqu_b1_abl.def.json
+++ b/resources/definitions/biqu_b1_abl.def.json
@@ -14,32 +14,19 @@
]
},
"overrides": {
- "coasting_enable": { "default_value": true },
"coasting_enable": { "value": true },
- "retraction_amount": { "default_value": 7 },
"retraction_amount": { "value": 7 },
- "retraction_speed": { "default_value": 70 },
"retraction_speed": { "value": 70 },
- "support_enable": { "default_value": true },
"support_enable": { "value": true },
- "support_structure": { "default_value": "normal" },
- "support_structure": { "value": "normal" },
- "support_type": { "default_value": "buildplate" },
- "support_type": { "value": "buildplate" },
- "support_angle": { "default_value": 45 },
+ "support_structure": { "value": "'normal'" },
+ "support_type": { "value": "'buildplate'" },
"support_angle": { "value": 45 },
- "support_infill_rate": { "default_value": 15 },
"support_infill_rate": { "value": 15 },
- "infill_overlap_mm": { "default_value": 0.06 },
"infill_overlap_mm": { "value": 0.06 },
- "speed_print": { "default_value": 60 },
"speed_print": { "value": 60 },
"machine_name": { "default_value": "BIQU B1 ABL" },
- "machine_width": { "default_value": 235 },
"machine_width": { "value": 235 },
- "machine_depth": { "default_value": 235 },
"machine_depth": { "value": 235 },
- "machine_height": { "default_value": 270 },
"machine_height": { "value": 270 },
"machine_head_with_fans_polygon": { "default_value": [
[-33, 35],