Add support for BIQU Printers

Adds printers BIQU B1, BX, and Hurakan
This commit is contained in:
Musicdad12
2023-05-09 17:20:13 -05:00
parent ef370bf6f1
commit 0b37502035
55 changed files with 2682 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"type": "machine_model",
"name": "BIQU BX",
"model_id": "BX",
"nozzle_diameter": "0.4",
"machine_tech": "FFF",
"family": "BIQU",
"bed_model": "BIQU_BX_bed.stl",
"bed_texture": "BIQU_BX-Plate2.png",
"hotend_model": "Biqu_BX_hotend.stl",
"default_materials": "BIQU Generic PLA;BIQU Generic PETG;BIQU Generic ABS"
}