mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-22 06:03:57 -06:00
PP-489 adds 0.1C to the heat up speed, reduces time spend at printing temperature without printing.
This commit is contained in:
parent
8e4b698734
commit
79b6794a0b
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@
|
||||||
"machine_min_cool_heat_time_window": { "value": "15" },
|
"machine_min_cool_heat_time_window": { "value": "15" },
|
||||||
"machine_name": { "default_value": "Ultimaker Factor 4" },
|
"machine_name": { "default_value": "Ultimaker Factor 4" },
|
||||||
"machine_nozzle_cool_down_speed": { "value": "0.3 + 0.0025 * material_print_temperature" },
|
"machine_nozzle_cool_down_speed": { "value": "0.3 + 0.0025 * material_print_temperature" },
|
||||||
"machine_nozzle_heat_up_speed": { "value": "2 - 0.0025 * material_print_temperature" },
|
"machine_nozzle_heat_up_speed": { "value": "2.1 - 0.0025 * material_print_temperature" },
|
||||||
"machine_start_gcode": { "default_value": "" },
|
"machine_start_gcode": { "default_value": "" },
|
||||||
"machine_width": { "default_value": 330 },
|
"machine_width": { "default_value": 330 },
|
||||||
"material_bed_temperature": { "maximum_value": "120" },
|
"material_bed_temperature": { "maximum_value": "120" },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue