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:
author64bittuning <47930605+64bittuning@users.noreply.github.com>2022-02-01 23:22:16 +0300
committer64bittuning <47930605+64bittuning@users.noreply.github.com>2022-02-01 23:22:16 +0300
commit49ed4be4acf961324a460244d478c1747d21003b (patch)
tree5069868df784e5a618cbbecd7b8037dfd8ec7ebc
parent1bea19169dcc2898a518509e06ee76e08e4ace79 (diff)
Added omitted line
material_flow_layer_0 was mistakenly omitted from the previous file push.
-rw-r--r--resources/definitions/tronxy_x.def.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/definitions/tronxy_x.def.json b/resources/definitions/tronxy_x.def.json
index b7a0a94226..98832a636c 100644
--- a/resources/definitions/tronxy_x.def.json
+++ b/resources/definitions/tronxy_x.def.json
@@ -69,7 +69,8 @@
"material_initial_print_temperature": { "value": "material_print_temperature" },
"material_final_print_temperature": { "value": "material_print_temperature" },
- "material_flow": { "value": 96 },
+ "material_flow": { "value": 95 },
+ "material_flow_layer_0": { "value": 95 },
"z_seam_type": { "value": "'sharpest_corner'" },
"z_seam_corner": { "value": "'z_seam_corner_inner'" },