Corrected review comment of Erwan.

PP-602
This commit is contained in:
Paul Kuiper 2025-04-09 11:32:19 +02:00
parent 93d9c084d7
commit 1b80649e21

View File

@ -8,7 +8,7 @@
"author": "UltiMaker", "author": "UltiMaker",
"manufacturer": "Ultimaker B.V.", "manufacturer": "Ultimaker B.V.",
"file_formats": "application/x-ufp;text/x-gcode", "file_formats": "application/x-ufp;text/x-gcode",
"platform": "ultimaker_s7_platform.obj", "platform": "ultimaker_s5_platform.obj",
"bom_numbers": [ "bom_numbers": [
10700 10700
], ],
@ -30,8 +30,8 @@
"nozzle_offsetting_for_disallowed_areas": false, "nozzle_offsetting_for_disallowed_areas": false,
"platform_offset": [ "platform_offset": [
0, 0,
0, -30,
0 -10
], ],
"platform_texture": "UltimakerS6backplate.png", "platform_texture": "UltimakerS6backplate.png",
"preferred_material": "ultimaker_pla_blue", "preferred_material": "ultimaker_pla_blue",
@ -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" }
} }
} }