diff --git a/resources/machines/ultimaker2_extended_olsson.json b/resources/machines/ultimaker2_extended_olsson.json index a118d08fd2..4398e4efb6 100644 --- a/resources/machines/ultimaker2_extended_olsson.json +++ b/resources/machines/ultimaker2_extended_olsson.json @@ -14,7 +14,6 @@ "machine_width": { "default": 230 }, "machine_depth": { "default": 225 }, "machine_height": { "default": 313 }, - "machine_show_variants": { "default": true }, - "gantry_height": { "default": 50 } + "machine_show_variants": { "default": true } } } diff --git a/resources/machines/ultimaker2_extended_plus.json b/resources/machines/ultimaker2_extended_plus.json index 7733c47fa5..e6813fcce3 100644 --- a/resources/machines/ultimaker2_extended_plus.json +++ b/resources/machines/ultimaker2_extended_plus.json @@ -15,7 +15,6 @@ "machine_depth": { "default": 225 }, "machine_height": { "default": 313 }, "machine_show_variants": { "default": true }, - "gantry_height": { "default": 50 }, "machine_nozzle_head_distance": { "default": 5 }, "machine_nozzle_expansion_angle": { "default": 45 } } diff --git a/resources/machines/ultimaker2_olsson.json b/resources/machines/ultimaker2_olsson.json index 83302bdcaf..106c1c5f78 100644 --- a/resources/machines/ultimaker2_olsson.json +++ b/resources/machines/ultimaker2_olsson.json @@ -15,6 +15,7 @@ "machine_nozzle_head_distance": { "default": 5 }, "machine_nozzle_expansion_angle": { "default": 45 }, "machine_height": { "default": 203 }, - "machine_heat_zone_length": { "default": 16 } + "machine_heat_zone_length": { "default": 16 }, + "gantry_height": { "default": 52 } } } diff --git a/resources/machines/ultimaker2plus.json b/resources/machines/ultimaker2plus.json index 1ff47211be..e9114b769f 100644 --- a/resources/machines/ultimaker2plus.json +++ b/resources/machines/ultimaker2plus.json @@ -15,7 +15,7 @@ "machine_depth": { "default": 225 }, "machine_height": { "default": 203 }, "machine_show_variants": { "default": true }, - "gantry_height": { "default": 50 }, + "gantry_height": { "default": 52 }, "machine_nozzle_head_distance": { "default": 5 }, "machine_nozzle_expansion_angle": { "default": 45 }, "machine_heat_zone_length": { "default": 16 },