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:
authormaukcc <jos@mauk.cc>2020-05-29 11:16:45 +0300
committermaukcc <jos@mauk.cc>2020-05-29 11:16:45 +0300
commit2aedc6889299d97c0baba81549d47787058b96df (patch)
tree13b1187a59b6473f7275a6759ef27b9ac3133ab5 /resources/definitions/hms434.def.json
parent043ed2af813aeda140ea5077555fbee76966b3ae (diff)
HMS434 update
line width removed
Diffstat (limited to 'resources/definitions/hms434.def.json')
-rw-r--r--resources/definitions/hms434.def.json3
1 files changed, 0 insertions, 3 deletions
diff --git a/resources/definitions/hms434.def.json b/resources/definitions/hms434.def.json
index 18c7f2898d..8d17996c6c 100644
--- a/resources/definitions/hms434.def.json
+++ b/resources/definitions/hms434.def.json
@@ -81,9 +81,6 @@
"layer_height": {"maximum_value": "(0.8 * min(extruderValues('machine_nozzle_size')))" },
"layer_height_0": {"maximum_value": "(0.8 * min(extruderValues('machine_nozzle_size')))" },
- "line_width": {"value": "(machine_nozzle_size + 0.2)" },
- "wall_line_width_0": {"value": "(machine_nozzle_size)" },
- "infill_line_width": {"value": "(line_width)" },
"initial_layer_line_width_factor": {"value": 110 },
"wall_thickness": {"value": "(line_width * 3) if infill_sparse_density < 95 else line_width" },