mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 09:05:53 +08: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
@ -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…
x
Reference in New Issue
Block a user