mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
JSON: introduced machine_heat_zone_length also in UMO and UM2
This commit is contained in:
parent
2ef951ba0b
commit
bdc1ec9047
3 changed files with 5 additions and 17 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue