mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 21:05:56 +08:00
JSON: introduced machine_heat_zone_length also in UMO and UM2
This commit is contained in:
parent
2ef951ba0b
commit
bdc1ec9047
@ -48,7 +48,7 @@
|
||||
"default": 1
|
||||
},
|
||||
"machine_use_extruder_offset_to_offset_coords": { "default": false },
|
||||
|
||||
|
||||
"extruder_nr": { "default": 0 },
|
||||
"machine_nozzle_offset_x": { "default": 0, "SEE_machine_extruder_trains": true },
|
||||
"machine_nozzle_offset_y": { "default": 0, "SEE_machine_extruder_trains": true },
|
||||
|
@ -64,14 +64,8 @@
|
||||
"machine_extruder_end_code": {
|
||||
"default": ""
|
||||
},
|
||||
"machine_switch_extruder_retraction_amount": {
|
||||
"default": 16
|
||||
},
|
||||
"machine_switch_extruder_retraction_speed": {
|
||||
"default": 20
|
||||
},
|
||||
"machine_switch_extruder_prime_speed": {
|
||||
"default": 20
|
||||
"machine_heat_zone_length": {
|
||||
"default": 16
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -69,14 +69,8 @@
|
||||
"machine_extruder_end_code": {
|
||||
"default": ""
|
||||
},
|
||||
"machine_switch_extruder_retraction_amount": {
|
||||
"default": 16
|
||||
},
|
||||
"machine_switch_extruder_retraction_speed": {
|
||||
"default": 20
|
||||
},
|
||||
"machine_switch_extruder_prime_speed": {
|
||||
"default": 20
|
||||
"machine_heat_zone_length": {
|
||||
"default": 16
|
||||
}
|
||||
}
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user