mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 09:17:50 -06: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
4 changed files with 4 additions and 5 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue