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>2021-04-21 15:05:31 +0300
committerGhostkeeper <rubend@tutanota.com>2021-04-21 15:06:20 +0300
commit312b5ed100df773d5aea9dfea12fc8295f8c9151 (patch)
tree7b1ed3f57de1ca4d3f1478d605aa3bcaf356524b /resources/definitions/ultimaker_s5.def.json
parentb21c9a3b24d3ab9efb4c082768d28a4314488845 (diff)
Reduce gantry height of UMS5 and UMS3
One of our engineers found experimentally that his 60mm model was crashing into the gantry. And indeed it is confirmed with the designs of the UM3/S5 print head that the space between the nozzle tip and bottom of the gantry is 57mm. Allowing for some play in the dimensions of the print head and the positioning of the nozzle in the print head, 55mm is agreed as a safe distance. Fixes issue CURA-8182.
Diffstat (limited to 'resources/definitions/ultimaker_s5.def.json')
-rw-r--r--resources/definitions/ultimaker_s5.def.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/definitions/ultimaker_s5.def.json b/resources/definitions/ultimaker_s5.def.json
index ded94a2747..8a9880c31a 100644
--- a/resources/definitions/ultimaker_s5.def.json
+++ b/resources/definitions/ultimaker_s5.def.json
@@ -63,7 +63,7 @@
"machine_max_feedrate_y": { "default_value": 300 },
"machine_max_feedrate_z": { "default_value": 40 },
"machine_acceleration": { "default_value": 3000 },
- "gantry_height": { "value": "60" },
+ "gantry_height": { "value": "55" },
"machine_extruder_count": { "default_value": 2 },
"extruder_prime_pos_abs": { "default_value": true },
"machine_start_gcode": { "default_value": "" },