[SEM-608] Revert the capital M

This is not a user-facing name. Only the firmware uses it, and expects a lowercase m
This commit is contained in:
Frederic Meeuwissen 2025-05-02 14:35:39 +02:00
parent 6e0d732722
commit c3e35c3859
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -47,7 +47,7 @@
"overrides":
{
"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" }
}
}

View File

@ -385,7 +385,7 @@
"unit": "m/s\u00b3",
"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_heat_up_speed": { "default_value": 0.6 },
"machine_start_gcode": { "default_value": "M213 U0.1 ;undercut 0.1mm" },