From 529762acd5aedeb8db14baba29e2366b8ef77b0a Mon Sep 17 00:00:00 2001 From: Musicdad12 Date: Fri, 12 May 2023 21:24:52 -0500 Subject: [PATCH] Fixed machine definition files --- resources/profiles/BIQU/machine/BIQU B1.json | 2 +- resources/profiles/BIQU/machine/BIQU BX.json | 6 +++--- resources/profiles/BIQU/machine/BIQU Hurakan.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/profiles/BIQU/machine/BIQU B1.json b/resources/profiles/BIQU/machine/BIQU B1.json index 1b59c7138a..7aa6bb520a 100644 --- a/resources/profiles/BIQU/machine/BIQU B1.json +++ b/resources/profiles/BIQU/machine/BIQU B1.json @@ -8,5 +8,5 @@ "bed_model": "BIQU_B1_buildplate_model.stl", "bed_texture": "BIQU_B1_buildplate_texture.png", "hotend_model": "BIQU_B1_hotend.stl", - "default_materials": "BIQU Generic PLA;BIQU Generic PETG;BIQU Generic ABS" + "default_materials": "BIQU Generic PLA;BIQU Generic PETG;BIQU Generic ABS;" } diff --git a/resources/profiles/BIQU/machine/BIQU BX.json b/resources/profiles/BIQU/machine/BIQU BX.json index 0e19670f9b..cf8ed01417 100644 --- a/resources/profiles/BIQU/machine/BIQU BX.json +++ b/resources/profiles/BIQU/machine/BIQU BX.json @@ -5,8 +5,8 @@ "nozzle_diameter": "0.4", "machine_tech": "FFF", "family": "BIQU", - "bed_model": "BIQU_BX_bed.stl", - "bed_texture": "BIQU_BX-Plate2.png", + "bed_model": "BIQU_BX_buildplate_model.stl", + "bed_texture": "BIQU_BX_buildplate_texture.png", "hotend_model": "Biqu_BX_hotend.stl", - "default_materials": "BIQU Generic PLA;BIQU Generic PETG;BIQU Generic ABS" + "default_materials": "BIQU Generic PLA;BIQU Generic PETG;BIQU Generic ABS;" } diff --git a/resources/profiles/BIQU/machine/BIQU Hurakan.json b/resources/profiles/BIQU/machine/BIQU Hurakan.json index b889e00a00..594dcc7bc4 100644 --- a/resources/profiles/BIQU/machine/BIQU Hurakan.json +++ b/resources/profiles/BIQU/machine/BIQU Hurakan.json @@ -8,5 +8,5 @@ "bed_model": "BIQU_Hurakan_buildplate_model.stl", "bed_texture": "BIQU_Hurakan_buildplate_texture.png", "hotend_model": "Biqu_Hurakan_hotend.stl", - "default_materials": "BIQU Generic PLA;BIQU Generic PETG;BIQU Generic ABS" + "default_materials": "BIQU Generic PLA;BIQU Generic PETG;BIQU Generic ABS;" }