Browse Source

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.
Ghostkeeper 3 years ago
parent
commit
312b5ed100

+ 1 - 1
resources/definitions/ultimaker_s3.def.json

@@ -61,7 +61,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": "" },

+ 1 - 1
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": "" },