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:
authorRijk van Manen <r.vanmanen@ultimaker.com>2022-04-04 17:10:06 +0300
committerRijk van Manen <r.vanmanen@ultimaker.com>2022-04-04 17:10:06 +0300
commit04d5d433725ae50644d878c6576cdd2a9e0f7d5a (patch)
tree29279732345106b555b3f8a49c2dae5746b36a3a /resources/definitions
parent7884ba4d5bd8df441f27b560590c5bd9b66629a9 (diff)
remove redundant overwrites
PP-115
Diffstat (limited to 'resources/definitions')
-rw-r--r--resources/definitions/ultimaker2_plus.def.json3
-rw-r--r--resources/definitions/ultimaker2_plus_connect.def.json1
2 files changed, 0 insertions, 4 deletions
diff --git a/resources/definitions/ultimaker2_plus.def.json b/resources/definitions/ultimaker2_plus.def.json
index 7c0e81b428..0d4191383d 100644
--- a/resources/definitions/ultimaker2_plus.def.json
+++ b/resources/definitions/ultimaker2_plus.def.json
@@ -34,9 +34,6 @@
"layer_height_0": {
"value": "round(machine_nozzle_size / 1.5, 2)"
},
- "line_width": {
- "value": "machine_nozzle_size"
- },
"speed_support": {
"value": "speed_wall_0"
},
diff --git a/resources/definitions/ultimaker2_plus_connect.def.json b/resources/definitions/ultimaker2_plus_connect.def.json
index 186637b487..1effa1616f 100644
--- a/resources/definitions/ultimaker2_plus_connect.def.json
+++ b/resources/definitions/ultimaker2_plus_connect.def.json
@@ -60,7 +60,6 @@
"speed_infill": { "value": "speed_print" },
"speed_wall_x": { "value": "speed_wall" },
"layer_height_0": { "value": "round(machine_nozzle_size / 1.5, 2)" },
- "line_width": { "value": "machine_nozzle_size" },
"optimize_wall_printing_order": { "value": "True" },
"zig_zaggify_infill": { "value": "gradual_infill_steps == 0" },
"speed_support": { "value": "speed_wall_0" },