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:
authorTHeijmans <t.heijmans@ultimaker.com>2021-09-16 11:27:44 +0300
committerTHeijmans <t.heijmans@ultimaker.com>2021-09-16 11:27:44 +0300
commita698409a2573d328b8cdd44b90c14a89f4d352ef (patch)
tree120272e09d819984da7eae298436b9df2e75403c /resources/definitions/ultimaker2_plus.def.json
parent8be12106c90689687c80b948e744a8c26ddcfd32 (diff)
Set line widths equal to nozzle diameter
and remove line width lines from profiles (PP-13)
Diffstat (limited to 'resources/definitions/ultimaker2_plus.def.json')
-rw-r--r--resources/definitions/ultimaker2_plus.def.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/definitions/ultimaker2_plus.def.json b/resources/definitions/ultimaker2_plus.def.json
index 8250e70104..7c0e81b428 100644
--- a/resources/definitions/ultimaker2_plus.def.json
+++ b/resources/definitions/ultimaker2_plus.def.json
@@ -35,7 +35,7 @@
"value": "round(machine_nozzle_size / 1.5, 2)"
},
"line_width": {
- "value": "round(machine_nozzle_size * 0.875, 2)"
+ "value": "machine_nozzle_size"
},
"speed_support": {
"value": "speed_wall_0"