mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-13 00:31:51 +08:00
JSON: fixed gantry heights of Olsson block machines to match difference with UM2 nozzle (CURA-1281)
This commit is contained in:
parent
1f38402645
commit
90e81de8cd
@ -14,7 +14,6 @@
|
|||||||
"machine_width": { "default": 230 },
|
"machine_width": { "default": 230 },
|
||||||
"machine_depth": { "default": 225 },
|
"machine_depth": { "default": 225 },
|
||||||
"machine_height": { "default": 313 },
|
"machine_height": { "default": 313 },
|
||||||
"machine_show_variants": { "default": true },
|
"machine_show_variants": { "default": true }
|
||||||
"gantry_height": { "default": 50 }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
"machine_depth": { "default": 225 },
|
"machine_depth": { "default": 225 },
|
||||||
"machine_height": { "default": 313 },
|
"machine_height": { "default": 313 },
|
||||||
"machine_show_variants": { "default": true },
|
"machine_show_variants": { "default": true },
|
||||||
"gantry_height": { "default": 50 },
|
|
||||||
"machine_nozzle_head_distance": { "default": 5 },
|
"machine_nozzle_head_distance": { "default": 5 },
|
||||||
"machine_nozzle_expansion_angle": { "default": 45 }
|
"machine_nozzle_expansion_angle": { "default": 45 }
|
||||||
}
|
}
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
"machine_nozzle_head_distance": { "default": 5 },
|
"machine_nozzle_head_distance": { "default": 5 },
|
||||||
"machine_nozzle_expansion_angle": { "default": 45 },
|
"machine_nozzle_expansion_angle": { "default": 45 },
|
||||||
"machine_height": { "default": 203 },
|
"machine_height": { "default": 203 },
|
||||||
"machine_heat_zone_length": { "default": 16 }
|
"machine_heat_zone_length": { "default": 16 },
|
||||||
|
"gantry_height": { "default": 52 }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
"machine_depth": { "default": 225 },
|
"machine_depth": { "default": 225 },
|
||||||
"machine_height": { "default": 203 },
|
"machine_height": { "default": 203 },
|
||||||
"machine_show_variants": { "default": true },
|
"machine_show_variants": { "default": true },
|
||||||
"gantry_height": { "default": 50 },
|
"gantry_height": { "default": 52 },
|
||||||
"machine_nozzle_head_distance": { "default": 5 },
|
"machine_nozzle_head_distance": { "default": 5 },
|
||||||
"machine_nozzle_expansion_angle": { "default": 45 },
|
"machine_nozzle_expansion_angle": { "default": 45 },
|
||||||
"machine_heat_zone_length": { "default": 16 },
|
"machine_heat_zone_length": { "default": 16 },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user