Merge branch '5.10' into PP-625-S8-profile-improvements

This commit is contained in:
HellAholic 2025-05-02 14:40:28 +02:00 committed by GitHub
commit b0af48ba24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -48,7 +48,7 @@
"machine_width": { "default_value": 220 }, "machine_width": { "default_value": 220 },
"material_print_temp_wait": { "default_value": false }, "material_print_temp_wait": { "default_value": false },
"retraction_amount": { "default_value": 0.8 }, "retraction_amount": { "default_value": 0.8 },
"retraction_combing": { "value": "no_outer_surfaces" }, "retraction_combing": { "value": "'no_outer_surfaces'" },
"retraction_combing_max_distance": { "value": 5.0 }, "retraction_combing_max_distance": { "value": 5.0 },
"retraction_extrusion_window": { "value": "retraction_amount" }, "retraction_extrusion_window": { "value": "retraction_amount" },
"retraction_min_travel": { "value": 2.0 }, "retraction_min_travel": { "value": 2.0 },

View File

@ -48,6 +48,6 @@
"overrides": "overrides":
{ {
"adhesion_type": { "value": "'brim'" }, "adhesion_type": { "value": "'brim'" },
"machine_name": { "default_value": "UltiMaker S6" } "machine_name": { "default_value": "Ultimaker S6" }
} }
} }

View File

@ -47,7 +47,7 @@
"overrides": "overrides":
{ {
"default_material_print_temperature": { "maximum_value_warning": "320" }, "default_material_print_temperature": { "maximum_value_warning": "320" },
"machine_name": { "default_value": "UltiMaker S7" }, "machine_name": { "default_value": "Ultimaker S7" },
"material_print_temperature_layer_0": { "maximum_value_warning": "320" } "material_print_temperature_layer_0": { "maximum_value_warning": "320" }
} }
} }

View File

@ -386,7 +386,7 @@
"unit": "m/s\u00b3", "unit": "m/s\u00b3",
"value": "20000 if machine_gcode_flavor == 'Cheetah' else 100" "value": "20000 if machine_gcode_flavor == 'Cheetah' else 100"
}, },
"machine_name": { "default_value": "UltiMaker S8" }, "machine_name": { "default_value": "Ultimaker S8" },
"machine_nozzle_cool_down_speed": { "default_value": 1.3 }, "machine_nozzle_cool_down_speed": { "default_value": 1.3 },
"machine_nozzle_heat_up_speed": { "default_value": 0.6 }, "machine_nozzle_heat_up_speed": { "default_value": 0.6 },
"machine_start_gcode": { "default_value": "M213 U0.1 ;undercut 0.1mm" }, "machine_start_gcode": { "default_value": "M213 U0.1 ;undercut 0.1mm" },