mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 10:49:03 +08:00
Merge branch 'master' of https://github.com/Ultimaker/Cura
This commit is contained in:
commit
60294154e2
@ -780,7 +780,7 @@
|
|||||||
"value": true
|
"value": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"machine_switch_extruder_retraction_amount": {
|
"switch_extruder_retraction_amount": {
|
||||||
"label": "Nozzle Switch Retraction Distance",
|
"label": "Nozzle Switch Retraction Distance",
|
||||||
"description": "The amount of retraction: Set at 0 for no retraction at all. This should generally be the same as the length of the heat zone.",
|
"description": "The amount of retraction: Set at 0 for no retraction at all. This should generally be the same as the length of the heat zone.",
|
||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
@ -793,7 +793,7 @@
|
|||||||
"value": true
|
"value": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"machine_switch_extruder_retraction_speed": {
|
"switch_extruder_retraction_speeds": {
|
||||||
"label": "Nozzle Switch Retraction Speed",
|
"label": "Nozzle Switch Retraction Speed",
|
||||||
"description": "The speed at which the filament is retracted. A higher retraction speed works better, but a very high retraction speed can lead to filament grinding.",
|
"description": "The speed at which the filament is retracted. A higher retraction speed works better, but a very high retraction speed can lead to filament grinding.",
|
||||||
"unit": "mm/s",
|
"unit": "mm/s",
|
||||||
@ -806,7 +806,7 @@
|
|||||||
"value": true
|
"value": true
|
||||||
},
|
},
|
||||||
"children": {
|
"children": {
|
||||||
"machine_switch_extruder_retraction_speed": {
|
"switch_extruder_retraction_speed": {
|
||||||
"label": "Nozzle Switch Retract Speed",
|
"label": "Nozzle Switch Retract Speed",
|
||||||
"description": "The speed at which the filament is retracted during a nozzle switch retract. ",
|
"description": "The speed at which the filament is retracted during a nozzle switch retract. ",
|
||||||
"unit": "mm/s",
|
"unit": "mm/s",
|
||||||
@ -818,7 +818,7 @@
|
|||||||
"value": true
|
"value": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"machine_switch_extruder_prime_speed": {
|
"switch_extruder_prime_speed": {
|
||||||
"label": "Nozzle Switch Prime Speed",
|
"label": "Nozzle Switch Prime Speed",
|
||||||
"description": "The speed at which the filament is pushed back after a nozzle switch retraction.",
|
"description": "The speed at which the filament is pushed back after a nozzle switch retraction.",
|
||||||
"unit": "mm/s",
|
"unit": "mm/s",
|
||||||
@ -1677,6 +1677,15 @@
|
|||||||
"max_value": 16,
|
"max_value": 16,
|
||||||
"inherit_function": "extruder_nr",
|
"inherit_function": "extruder_nr",
|
||||||
"children": {
|
"children": {
|
||||||
|
"support_extruder_nr_layer_0": {
|
||||||
|
"label": "First Layer Support Extruder",
|
||||||
|
"description": "The extruder train to use for printing the first layer of support. This is used in multi-extrusion.",
|
||||||
|
"type": "int",
|
||||||
|
"default": 0,
|
||||||
|
"min_value": 0,
|
||||||
|
"max_value": 16,
|
||||||
|
"inherit": true
|
||||||
|
},
|
||||||
"support_roof_extruder_nr": {
|
"support_roof_extruder_nr": {
|
||||||
"label": "Hammock Extruder",
|
"label": "Hammock Extruder",
|
||||||
"description": "The extruder train to use for printing the hammock. This is used in multi-extrusion.",
|
"description": "The extruder train to use for printing the hammock. This is used in multi-extrusion.",
|
||||||
|
@ -64,14 +64,8 @@
|
|||||||
"machine_extruder_end_code": {
|
"machine_extruder_end_code": {
|
||||||
"default": ""
|
"default": ""
|
||||||
},
|
},
|
||||||
"machine_switch_extruder_retraction_amount": {
|
"machine_heat_zone_length": {
|
||||||
"default": 16
|
"default": 16
|
||||||
},
|
|
||||||
"machine_switch_extruder_retraction_speed": {
|
|
||||||
"default": 20
|
|
||||||
},
|
|
||||||
"machine_switch_extruder_prime_speed": {
|
|
||||||
"default": 20
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -92,8 +86,6 @@
|
|||||||
"machine_head_shape_max_y": { "default": 30 },
|
"machine_head_shape_max_y": { "default": 30 },
|
||||||
"machine_nozzle_gantry_distance": { "default": 55 },
|
"machine_nozzle_gantry_distance": { "default": 55 },
|
||||||
"machine_use_extruder_offset_to_offset_coords": { "default": true },
|
"machine_use_extruder_offset_to_offset_coords": { "default": true },
|
||||||
"machine_nozzle_offset_x_1": { "default": 18.0 },
|
|
||||||
"machine_nozzle_offset_y_1": { "default": 0.0 },
|
|
||||||
"machine_gcode_flavor": { "default": "UltiGCode" },
|
"machine_gcode_flavor": { "default": "UltiGCode" },
|
||||||
"machine_disallowed_areas": { "default": [
|
"machine_disallowed_areas": { "default": [
|
||||||
[[-115.0, 112.5], [ -82.0, 112.5], [ -84.0, 104.5], [-115.0, 104.5]],
|
[[-115.0, 112.5], [ -82.0, 112.5], [ -84.0, 104.5], [-115.0, 104.5]],
|
||||||
|
@ -69,14 +69,8 @@
|
|||||||
"machine_extruder_end_code": {
|
"machine_extruder_end_code": {
|
||||||
"default": ""
|
"default": ""
|
||||||
},
|
},
|
||||||
"machine_switch_extruder_retraction_amount": {
|
"machine_heat_zone_length": {
|
||||||
"default": 16
|
"default": 16
|
||||||
},
|
|
||||||
"machine_switch_extruder_retraction_speed": {
|
|
||||||
"default": 20
|
|
||||||
},
|
|
||||||
"machine_switch_extruder_prime_speed": {
|
|
||||||
"default": 20
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -92,8 +86,6 @@
|
|||||||
"machine_head_shape_max_y": { "default": 35 },
|
"machine_head_shape_max_y": { "default": 35 },
|
||||||
"machine_nozzle_gantry_distance": { "default": 55 },
|
"machine_nozzle_gantry_distance": { "default": 55 },
|
||||||
"machine_use_extruder_offset_to_offset_coords": { "default": true },
|
"machine_use_extruder_offset_to_offset_coords": { "default": true },
|
||||||
"machine_nozzle_offset_x_1": { "default": 18.0 },
|
|
||||||
"machine_nozzle_offset_y_1": { "default": 0.0 },
|
|
||||||
"machine_gcode_flavor": { "default": "RepRap (Marlin/Sprinter)" },
|
"machine_gcode_flavor": { "default": "RepRap (Marlin/Sprinter)" },
|
||||||
|
|
||||||
"machine_start_gcode": {
|
"machine_start_gcode": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user