mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-17 22:16:40 +08:00
Merge branch '2.1' of https://github.com/Ultimaker/Cura into 2.1
This commit is contained in:
commit
2db7f6e47a
@ -1090,12 +1090,13 @@
|
|||||||
"global_only": "True",
|
"global_only": "True",
|
||||||
"children": {
|
"children": {
|
||||||
"cool_fan_speed_min": {
|
"cool_fan_speed_min": {
|
||||||
"label": "Minimum Fan Speed",
|
"label": "Normal Fan Speed",
|
||||||
"description": "Normally the fan runs at the minimum fan speed. If the layer is slowed down due to minimum layer time, the fan speed adjusts between minimum and maximum fan speed.",
|
"description": "Normally the fan runs at the minimum fan speed. If a layer takes less than Shortest Layer Time Normal Fan Speed, the fan speed adjusts from Normal Fan Speed towards Maximum Fan Speed.",
|
||||||
"unit": "%",
|
"unit": "%",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"min_value": "0",
|
"min_value": "0",
|
||||||
"max_value": "100",
|
"max_value": "min(100, cool_fan_speed_max)",
|
||||||
|
"inherit_function": "parent_value",
|
||||||
"default": 100,
|
"default": 100,
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"enabled": "cool_fan_enabled",
|
"enabled": "cool_fan_enabled",
|
||||||
@ -1103,10 +1104,10 @@
|
|||||||
},
|
},
|
||||||
"cool_fan_speed_max": {
|
"cool_fan_speed_max": {
|
||||||
"label": "Maximum Fan Speed",
|
"label": "Maximum Fan Speed",
|
||||||
"description": "Normally the fan runs at the minimum fan speed. If the layer is slowed down due to minimum layer time, the fan speed adjusts between minimum and maximum fan speed.",
|
"description": "If a layer is slowed down due to minimum layer time, the fan speed will be the Maximum Fan Speed.",
|
||||||
"unit": "%",
|
"unit": "%",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"min_value": "0",
|
"min_value": "max(0, cool_fan_speed_min)",
|
||||||
"max_value": "100",
|
"max_value": "100",
|
||||||
"default": 100,
|
"default": 100,
|
||||||
"visible": false,
|
"visible": false,
|
||||||
@ -1116,8 +1117,8 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"cool_fan_full_at_height": {
|
"cool_fan_full_at_height": {
|
||||||
"label": "Fan Full on at Height",
|
"label": "Slow Fan Down Below Height",
|
||||||
"description": "The height at which the fan is turned on completely. For the layers below this the fan speed is scaled linearly with the fan off for the first layer.",
|
"description": "The height at which the fan is set to Normal Fan Speed. For the layers below this the fan speed is scaled linearly with the fan off on the first layer.",
|
||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default": 0.5,
|
"default": 0.5,
|
||||||
@ -1128,8 +1129,8 @@
|
|||||||
"global_only": "True",
|
"global_only": "True",
|
||||||
"children": {
|
"children": {
|
||||||
"cool_fan_full_layer": {
|
"cool_fan_full_layer": {
|
||||||
"label": "Fan Full on at Layer",
|
"label": "Slow Fan Down Below Layer",
|
||||||
"description": "The layer number at which the fan is turned on completely. For the layers below this the fan speed is scaled linearly with the fan off for the first layer.",
|
"description": "The layer number at which the fan is set to Normal Fan Speed. For the layers below this the fan speed is scaled linearly with the fan off on the first layer.",
|
||||||
"type": "int",
|
"type": "int",
|
||||||
"default": 1,
|
"default": 1,
|
||||||
"min_value": "0",
|
"min_value": "0",
|
||||||
@ -1142,7 +1143,7 @@
|
|||||||
},
|
},
|
||||||
"cool_min_layer_time": {
|
"cool_min_layer_time": {
|
||||||
"label": "Minimum Layer Time",
|
"label": "Minimum Layer Time",
|
||||||
"description": "The minimum time spent in a layer: Gives the layer time to cool down before the next one is put on top. If a layer would print in less time, then the printer will slow down to make sure it has spent at least this many seconds printing the layer.",
|
"description": "The minimum time spent in a layer. Gives fast layers extra time to cool down before printing the next layer. If a layer would print in less time, then the printer will slow down to make sure it has spent at least this many seconds printing the layer.",
|
||||||
"unit": "sec",
|
"unit": "sec",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default": 5,
|
"default": 5,
|
||||||
@ -1152,8 +1153,8 @@
|
|||||||
"global_only": "True"
|
"global_only": "True"
|
||||||
},
|
},
|
||||||
"cool_min_layer_time_fan_speed_max": {
|
"cool_min_layer_time_fan_speed_max": {
|
||||||
"label": "Minimum Layer Time Full Fan Speed",
|
"label": "Shortest Layer Time Normal Fan Speed",
|
||||||
"description": "The minimum time spent in a layer which will cause the fan to be at maximum speed. The fan speed increases linearly from minimum fan speed for layers taking the minimum layer time to maximum fan speed for layers taking the time specified here.",
|
"description": "The minimum time spent in a layer which will cause the fan to be at normal speed. All layers taking shorter than this time will get increased fan speeds, up to Maximum Fan Speed for layers taking Minmal Layer Time. All layers taking longer than this time will have Normal Fan Speed.",
|
||||||
"unit": "sec",
|
"unit": "sec",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default": 10,
|
"default": 10,
|
||||||
@ -1164,7 +1165,7 @@
|
|||||||
},
|
},
|
||||||
"cool_min_speed": {
|
"cool_min_speed": {
|
||||||
"label": "Minimum Speed",
|
"label": "Minimum Speed",
|
||||||
"description": "The minimum layer time can cause the print to slow down so much it starts to droop. The minimum feedrate protects against this. Even if a print gets slowed down it will never be slower than this minimum speed.",
|
"description": "The minimum layer time can cause the print to slow down so much it starts to droop. The Minimum Speed protects against this. Even if a print gets slowed down it will never be slower than this minimum speed.",
|
||||||
"unit": "mm/s",
|
"unit": "mm/s",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default": 10,
|
"default": 10,
|
||||||
@ -1175,7 +1176,7 @@
|
|||||||
},
|
},
|
||||||
"cool_lift_head": {
|
"cool_lift_head": {
|
||||||
"label": "Lift Head",
|
"label": "Lift Head",
|
||||||
"description": "Lift the head away from the print if the minimum speed is hit because of cool slowdown, and wait the extra time away from the print surface until the minimum layer time is used up.",
|
"description": "When the Minimum Speed is hit because of Minimum Layer Time, lift the head away from the print and wait the extra time until the minimum layer time is reached.",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": false,
|
"default": false,
|
||||||
"visible": false,
|
"visible": false,
|
||||||
|
@ -8,13 +8,12 @@
|
|||||||
"platform_texture": "Ultimaker2backplate.png",
|
"platform_texture": "Ultimaker2backplate.png",
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"file_formats": "text/x-gcode",
|
"file_formats": "text/x-gcode",
|
||||||
"inherits": "ultimaker2.json",
|
"inherits": "ultimaker2_olsson.json",
|
||||||
|
|
||||||
"machine_settings": {
|
"machine_settings": {
|
||||||
"machine_width": { "default": 230 },
|
"machine_width": { "default": 230 },
|
||||||
"machine_depth": { "default": 225 },
|
"machine_depth": { "default": 225 },
|
||||||
"machine_height": { "default": 310 },
|
"machine_height": { "default": 313 },
|
||||||
"machine_show_variants": { "default": true },
|
"machine_show_variants": { "default": true }
|
||||||
"gantry_height": { "default": 50 }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
"variant": "0.25 mm",
|
"variant": "0.25 mm",
|
||||||
"profiles_machine": "ultimaker2_olsson",
|
"profiles_machine": "ultimaker2_olsson",
|
||||||
"machine_settings": {
|
"machine_settings": {
|
||||||
"machine_nozzle_size": { "default": 0.25 }
|
"machine_nozzle_size": { "default": 0.25 },
|
||||||
|
"machine_nozzle_tip_outer_diameter": { "default": 0.8 }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -13,6 +13,7 @@
|
|||||||
"variant": "0.4 mm",
|
"variant": "0.4 mm",
|
||||||
"profiles_machine": "ultimaker2_olsson",
|
"profiles_machine": "ultimaker2_olsson",
|
||||||
"machine_settings": {
|
"machine_settings": {
|
||||||
"machine_nozzle_size": { "default": 0.40 }
|
"machine_nozzle_size": { "default": 0.40 },
|
||||||
|
"machine_nozzle_tip_outer_diameter": { "default": 1.05 }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -13,6 +13,7 @@
|
|||||||
"variant": "0.6 mm",
|
"variant": "0.6 mm",
|
||||||
"profiles_machine": "ultimaker2_olsson",
|
"profiles_machine": "ultimaker2_olsson",
|
||||||
"machine_settings": {
|
"machine_settings": {
|
||||||
"machine_nozzle_size": { "default": 0.60 }
|
"machine_nozzle_size": { "default": 0.60 },
|
||||||
|
"machine_nozzle_tip_outer_diameter": { "default": 1.25 }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -13,6 +13,7 @@
|
|||||||
"variant": "0.8 mm",
|
"variant": "0.8 mm",
|
||||||
"profiles_machine": "ultimaker2_olsson",
|
"profiles_machine": "ultimaker2_olsson",
|
||||||
"machine_settings": {
|
"machine_settings": {
|
||||||
"machine_nozzle_size": { "default": 0.80 }
|
"machine_nozzle_size": { "default": 0.80 },
|
||||||
|
"machine_nozzle_tip_outer_diameter": { "default": 1.35 }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -13,8 +13,9 @@
|
|||||||
"machine_settings": {
|
"machine_settings": {
|
||||||
"machine_width": { "default": 230 },
|
"machine_width": { "default": 230 },
|
||||||
"machine_depth": { "default": 225 },
|
"machine_depth": { "default": 225 },
|
||||||
"machine_height": { "default": 310 },
|
"machine_height": { "default": 313 },
|
||||||
"machine_show_variants": { "default": true },
|
"machine_show_variants": { "default": true },
|
||||||
"gantry_height": { "default": 50 }
|
"machine_nozzle_head_distance": { "default": 5 },
|
||||||
|
"machine_nozzle_expansion_angle": { "default": 45 }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
"variant": "0.25 mm",
|
"variant": "0.25 mm",
|
||||||
"profiles_machine": "ultimaker2plus",
|
"profiles_machine": "ultimaker2plus",
|
||||||
"machine_settings": {
|
"machine_settings": {
|
||||||
"machine_nozzle_size": { "default": 0.25 }
|
"machine_nozzle_size": { "default": 0.25 },
|
||||||
|
"machine_nozzle_tip_outer_diameter": { "default": 0.8 }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
"variant": "0.4 mm",
|
"variant": "0.4 mm",
|
||||||
"profiles_machine": "ultimaker2plus",
|
"profiles_machine": "ultimaker2plus",
|
||||||
"machine_settings": {
|
"machine_settings": {
|
||||||
"machine_nozzle_size": { "default": 0.40 }
|
"machine_nozzle_size": { "default": 0.40 },
|
||||||
|
"machine_nozzle_tip_outer_diameter": { "default": 1.05 }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
"variant": "0.6 mm",
|
"variant": "0.6 mm",
|
||||||
"profiles_machine": "ultimaker2plus",
|
"profiles_machine": "ultimaker2plus",
|
||||||
"machine_settings": {
|
"machine_settings": {
|
||||||
"machine_nozzle_size": { "default": 0.60 }
|
"machine_nozzle_size": { "default": 0.60 },
|
||||||
|
"machine_nozzle_tip_outer_diameter": { "default": 1.25 }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
"variant": "0.8 mm",
|
"variant": "0.8 mm",
|
||||||
"profiles_machine": "ultimaker2plus",
|
"profiles_machine": "ultimaker2plus",
|
||||||
"machine_settings": {
|
"machine_settings": {
|
||||||
"machine_nozzle_size": { "default": 0.80 }
|
"machine_nozzle_size": { "default": 0.80 },
|
||||||
|
"machine_nozzle_tip_outer_diameter": { "default": 1.35 }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -11,6 +11,11 @@
|
|||||||
"inherits": "ultimaker2.json",
|
"inherits": "ultimaker2.json",
|
||||||
|
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"machine_show_variants": { "default": true }
|
"machine_show_variants": { "default": true },
|
||||||
|
"machine_nozzle_head_distance": { "default": 5 },
|
||||||
|
"machine_nozzle_expansion_angle": { "default": 45 },
|
||||||
|
"machine_height": { "default": 203 },
|
||||||
|
"machine_heat_zone_length": { "default": 16 },
|
||||||
|
"gantry_height": { "default": 52 }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
|
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"machine_nozzle_size": { "default": 0.25 },
|
"machine_nozzle_size": { "default": 0.25 },
|
||||||
|
"machine_nozzle_tip_outer_diameter": { "default": 0.8 },
|
||||||
|
|
||||||
"coasting_volume": { "default": 0.1 },
|
"coasting_volume": { "default": 0.1 },
|
||||||
"coasting_min_volume": { "default": 0.17 }
|
"coasting_min_volume": { "default": 0.17 }
|
||||||
|
@ -13,6 +13,7 @@
|
|||||||
"variant": "0.4 mm",
|
"variant": "0.4 mm",
|
||||||
|
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"machine_nozzle_size": { "default": 0.40 }
|
"machine_nozzle_size": { "default": 0.40 },
|
||||||
|
"machine_nozzle_tip_outer_diameter": { "default": 1.05 }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
|
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"machine_nozzle_size": { "default": 0.60 },
|
"machine_nozzle_size": { "default": 0.60 },
|
||||||
|
"machine_nozzle_tip_outer_diameter": { "default": 1.25 },
|
||||||
"coasting_volume": { "default": 1.36 }
|
"coasting_volume": { "default": 1.36 }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
|
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"machine_nozzle_size": { "default": 0.80 },
|
"machine_nozzle_size": { "default": 0.80 },
|
||||||
|
"machine_nozzle_tip_outer_diameter": { "default": 1.35 },
|
||||||
"coasting_volume": { "default": 3.22 }
|
"coasting_volume": { "default": 3.22 }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -13,9 +13,12 @@
|
|||||||
"overrides": {
|
"overrides": {
|
||||||
"machine_width": { "default": 230 },
|
"machine_width": { "default": 230 },
|
||||||
"machine_depth": { "default": 225 },
|
"machine_depth": { "default": 225 },
|
||||||
"machine_height": { "default": 200 },
|
"machine_height": { "default": 203 },
|
||||||
"machine_show_variants": { "default": true },
|
"machine_show_variants": { "default": true },
|
||||||
"gantry_height": { "default": 50 },
|
"gantry_height": { "default": 52 },
|
||||||
|
"machine_nozzle_head_distance": { "default": 5 },
|
||||||
|
"machine_nozzle_expansion_angle": { "default": 45 },
|
||||||
|
"machine_heat_zone_length": { "default": 16 },
|
||||||
"machine_head_with_fans_polygon":
|
"machine_head_with_fans_polygon":
|
||||||
{
|
{
|
||||||
"default": [
|
"default": [
|
||||||
|
@ -13,6 +13,7 @@
|
|||||||
|
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"machine_nozzle_size": { "default": 0.25 },
|
"machine_nozzle_size": { "default": 0.25 },
|
||||||
|
"machine_nozzle_tip_outer_diameter": { "default": 0.8 },
|
||||||
"coasting_volume": { "default": 0.1 },
|
"coasting_volume": { "default": 0.1 },
|
||||||
"coasting_min_volume": { "default": 0.17 }
|
"coasting_min_volume": { "default": 0.17 }
|
||||||
}
|
}
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
"variant": "0.4 mm",
|
"variant": "0.4 mm",
|
||||||
|
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"machine_nozzle_size": { "default": 0.40 }
|
"machine_nozzle_size": { "default": 0.40 },
|
||||||
|
"machine_nozzle_tip_outer_diameter": { "default": 1.05 }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -13,6 +13,7 @@
|
|||||||
|
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"machine_nozzle_size": { "default": 0.60 },
|
"machine_nozzle_size": { "default": 0.60 },
|
||||||
|
"machine_nozzle_tip_outer_diameter": { "default": 1.25 },
|
||||||
"coasting_volume": { "default": 1.36 }
|
"coasting_volume": { "default": 1.36 }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -13,6 +13,7 @@
|
|||||||
|
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"machine_nozzle_size": { "default": 0.80 },
|
"machine_nozzle_size": { "default": 0.80 },
|
||||||
|
"machine_nozzle_tip_outer_diameter": { "default": 1.35 },
|
||||||
"coasting_volume": { "default": 3.22 }
|
"coasting_volume": { "default": 3.22 }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user