Merge pull request #19287 from Ultimaker/PP-489_Reduce_oozing_in_dual_extrusion_printing_F4

PP-489 Reduce oozing in dual extrusion printing on UltiMaker Factor 4
This commit is contained in:
HellAholic 2024-07-02 12:35:19 +02:00 committed by GitHub
commit 0d53296721
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -128,7 +128,7 @@
"machine_min_cool_heat_time_window": { "value": "15" },
"machine_name": { "default_value": "Ultimaker Factor 4" },
"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_width": { "default_value": 330 },
"material_bed_temperature": { "maximum_value": "120" },