orcaslicer/resources/profiles/BIQU/filament/BIQU Generic PVA.json
Musicdad c9fcc421c9
Add support for BIQU Printers (#1024)
* Add support for BIQU Printers

Adds printers BIQU B1, BX, and Hurakan

* Requested changes made to profiles

---------

Co-authored-by: Musicdad12 <seanmccallister12@gmail.com>
2023-05-10 22:32:20 +08:00

27 lines
No EOL
520 B
JSON

{
"type": "filament",
"filament_id": "GFS99",
"setting_id": "GFSS99",
"name": "BIQU Generic PVA",
"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