From f78fd9b3a44314729f5c1980f59c89310608bd9e Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Tue, 3 Nov 2020 13:30:37 +0100 Subject: [PATCH] Move build plate mesh below build volume Not inside it. Contributes to issue CURA-7826. --- resources/definitions/tinyboy_fabrikator15.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/tinyboy_fabrikator15.def.json b/resources/definitions/tinyboy_fabrikator15.def.json index 53d336160a..e115be6839 100644 --- a/resources/definitions/tinyboy_fabrikator15.def.json +++ b/resources/definitions/tinyboy_fabrikator15.def.json @@ -8,7 +8,7 @@ "manufacturer": "TinyBoy", "file_formats": "text/x-gcode", "platform": "tinyboy_fabrikator15.stl", - "platform_offset": [-95, 0, -46], + "platform_offset": [-95, -3, -46], "has_materials": false, "has_machine_quality": true, "preferred_quality_type": "normal",