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,14 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.12mm Fine @BIQU B1",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_biqu_common",
"layer_height": "0.12",
"bottom_shell_layers": "5",
"top_shell_layers": "6",
"compatible_printers": [
"BIQU B1 0.4 nozzle"
]
}