mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 23:37:51 -06:00
JSON: introduce machine_heat_zone_length for Olsson block based on guessing (CURA-1281)
The heat zone length is only used in dual extrusion settings, which are unavailable for UM2+ and UM2 with olsson block
This commit is contained in:
parent
78e844ef18
commit
178943aa59
2 changed files with 3 additions and 1 deletions
|
@ -14,6 +14,7 @@
|
|||
"machine_show_variants": { "default": true },
|
||||
"machine_nozzle_head_distance": { "default": 5 },
|
||||
"machine_nozzle_expansion_angle": { "default": 45 },
|
||||
"machine_height": { "default": 203 }
|
||||
"machine_height": { "default": 203 },
|
||||
"machine_heat_zone_length": { "default": 16 }
|
||||
}
|
||||
}
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
"gantry_height": { "default": 50 },
|
||||
"machine_nozzle_head_distance": { "default": 5 },
|
||||
"machine_nozzle_expansion_angle": { "default": 45 },
|
||||
"machine_heat_zone_length": { "default": 16 },
|
||||
"machine_head_with_fans_polygon":
|
||||
{
|
||||
"default": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue