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,27 @@
{
"type": "filament",
"filament_id": "GFS99",
"setting_id": "GFSS99",
"name": "Generic PVA @BIQU",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pva",
"filament_flow_ratio": [
"0.95"
],
"filament_max_volumetric_speed": [
"16"
],
"slow_down_layer_time": [
"7"
],
"slow_down_min_speed": [
"10"
],
"compatible_printers": [
"BIQU BX 0.4 nozzle",
"BIQU B1 0.4 nozzle",
"BIQU Hurakan 0.4 nozzle"
]
}
1