From 1b80649e213d6d15d67c294eb95f2cbc70cc2b6e Mon Sep 17 00:00:00 2001 From: Paul Kuiper <46715907+pkuiper-ultimaker@users.noreply.github.com> Date: Wed, 9 Apr 2025 11:32:19 +0200 Subject: [PATCH] Corrected review comment of Erwan. PP-602 --- resources/definitions/ultimaker_s6.def.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/definitions/ultimaker_s6.def.json b/resources/definitions/ultimaker_s6.def.json index ec6c189eda..bc0e6a0f4e 100644 --- a/resources/definitions/ultimaker_s6.def.json +++ b/resources/definitions/ultimaker_s6.def.json @@ -8,7 +8,7 @@ "author": "UltiMaker", "manufacturer": "Ultimaker B.V.", "file_formats": "application/x-ufp;text/x-gcode", - "platform": "ultimaker_s7_platform.obj", + "platform": "ultimaker_s5_platform.obj", "bom_numbers": [ 10700 ], @@ -30,8 +30,8 @@ "nozzle_offsetting_for_disallowed_areas": false, "platform_offset": [ 0, - 0, - 0 + -30, + -10 ], "platform_texture": "UltimakerS6backplate.png", "preferred_material": "ultimaker_pla_blue", @@ -48,6 +48,6 @@ "overrides": { "adhesion_type": { "value": "'brim'" }, - "machine_name": { "default_value": "Ultimaker S6" } + "machine_name": { "default_value": "UltiMaker S6" } } } \ No newline at end of file